Searched refs:CurrentSubsectionName (Results 1 - 2 of 2) 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.cpp130 static wxChar *CurrentSubsectionName = NULL; variable
165 if (CurrentSubsectionName) delete[] CurrentSubsectionName;
166 CurrentSubsectionName = copystring(s);
1034 AddBrowseButtons(CurrentSubsectionName, CurrentSubsectionFile, // Up
H A Drtfutils.cpp118 static wxChar *CurrentSubsectionName = NULL; variable
150 if (CurrentSubsectionName) delete[] CurrentSubsectionName;
151 CurrentSubsectionName = copystring(s);
174 parentTopic = CurrentSubsectionName;
1673 if (useUpButton && CurrentSubsectionName)
1676 wxFileNameFromPath(FileRoot), CurrentSubsectionName);
5044 (!CurrentSubsectionName || !(CurrentSubsectionName && (wxStrcmp(CurrentSubsectionName,
[all...]

Completed in 103 milliseconds