Searched refs:htmlStylesheet (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtexutils.cpp1329 else if (StringMatch(settingName, _T("htmlStylesheet"), false, true))
1331 if (htmlStylesheet)
1332 delete[] htmlStylesheet;
1333 htmlStylesheet = copystring(settingValue);
H A Dhtmlutil.cpp715 if (htmlStylesheet) {
717 TexOutput(htmlStylesheet);
724 if (htmlStylesheet)
725 wxFprintf(f,_T("<head><link rel=stylesheet type=\"text/css\" href=\"%s\">"),htmlStylesheet);
H A Dtex2any.h247 extern wxChar *htmlStylesheet; // Use this CSS stylesheet for HTML pages
H A Dtex2any.cpp133 wxChar *htmlStylesheet = NULL; // Use this CSS stylesheet for HTML pages variable

Completed in 131 milliseconds