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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp3141 FILE *tmpTitle = wxFopen(_T("title.tmp"), _T("w")); local
3142 if (tmpTitle)
3146 SetCurrentOutput(tmpTitle);
3154 SetCurrentOutput(tmpTitle);
3155 HTMLHeadTo(tmpTitle);
3157 wxFprintf(tmpTitle, _T("<TITLE>%s</TITLE></HEAD>\n\n"), contentsString);
3159 wxFprintf(tmpTitle, _T("<TITLE>%s</TITLE></HEAD>\n\n"), wxFileNameFromPath(FileRoot));
3171 wxFprintf(tmpTitle, _T("<FRAMESET COLS=\"30%%,70%%\">\n"));
3173 wxFprintf(tmpTitle, _T("<FRAME SRC=\"%s\">\n"), ConvertCase(wxFileNameFromPath(contentsFrameName)));
3174 wxFprintf(tmpTitle, _
[all...]

Completed in 89 milliseconds