Searched refs:Titlepage (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.cpp71 FILE *Titlepage = NULL; variable
1636 SetCurrentOutput(Titlepage);
1690 //fflush(Titlepage);
1698 wxPutc(ch, Titlepage);
1702 fflush(Titlepage);
3052 Titlepage = wxFopen(buf, _T("w"));
3070 if (!Titlepage || !Contents)
3081 SetCurrentOutput(Titlepage);
3088 // SetCurrentOutput(Titlepage);
3089 fclose(Titlepage);
[all...]

Completed in 78 milliseconds