Searched refs:FrameContents (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.cpp70 FILE *FrameContents = NULL; variable
783 if (htmlFrameContents && FrameContents)
785 SetCurrentOutput(FrameContents);
787 wxFprintf(FrameContents, _T("\n<LI><A HREF=\"%s\" TARGET=\"mainwindow\">"), ConvertCase(ChaptersName));
789 wxFprintf(FrameContents, _T("\n<LI><A HREF=\"%s#%s\" TARGET=\"mainwindow\">"), ConvertCase(ChaptersName), topicName);
791 wxFprintf(FrameContents, _T("</A>\n"));
1612 if (htmlFrameContents && FrameContents)
1614 SetCurrentOutput(FrameContents);
3065 // FrameContents = wxFopen(TmpFrameContentsName, _T("w"));
3066 FrameContents
[all...]

Completed in 113 milliseconds