Searched refs:ChaptersName (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.cpp54 wxChar *ChaptersName = NULL; variable
752 ReopenFile(&Chapters, &ChaptersName, topicName);
753 AddTexRef(topicName, ChaptersName, ChapterNameString);
755 SetCurrentChapterName(topicName, ChaptersName);
756 if (htmlWorkshopFiles) HTMLWorkshopAddToContents(0, topicName, ChaptersName);
776 topicName, ChaptersName); // This topic
778 if(PrimaryAnchorOfTheFile(ChaptersName, topicName))
779 wxFprintf(Contents, _T("\n<LI><A HREF=\"%s\">"), ConvertCase(ChaptersName));
781 wxFprintf(Contents, _T("\n<LI><A HREF=\"%s#%s\">"), ConvertCase(ChaptersName), topicName);
786 if(PrimaryAnchorOfTheFile(ChaptersName, topicNam
[all...]

Completed in 58 milliseconds