Searched refs:SectionsName (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.cpp55 wxChar *SectionsName = NULL; variable
829 ReopenFile(&Sections, &SectionsName, topicName);
830 AddTexRef(topicName, SectionsName, SectionNameString);
832 SetCurrentSectionName(topicName, SectionsName);
833 if (htmlWorkshopFiles) HTMLWorkshopAddToContents(1, topicName, SectionsName);
845 topicName, SectionsName); // This topic
852 if(PrimaryAnchorOfTheFile(SectionsName, topicName))
853 wxFprintf(jumpFrom, _T("\n<LI><A HREF=\"%s\">"), ConvertCase(SectionsName));
855 wxFprintf(jumpFrom, _T("\n<LI><A HREF=\"%s#%s\">"), ConvertCase(SectionsName), topicName);
859 if(PrimaryAnchorOfTheFile(SectionsName, topicNam
[all...]

Completed in 120 milliseconds