Searched refs:sectionName (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2any.h404 wxChar *sectionName; // name e.g. 'section' member in class:TexRef
414 void AddTexRef(wxChar *name, wxChar *file = NULL, wxChar *sectionName = NULL,
H A Dtexutils.cpp340 void AddTexRef(wxChar *name, wxChar *file, wxChar *sectionName, argument
349 if (sectionName)
351 wxStrcat(buf, sectionName);
385 TexReferences.Put(name, new TexRef(name, file, tmp, sectionName));
408 converter << (ref->sectionName ? ref->sectionName : _T("??")) ;
413 if (!ref->sectionNumber || (wxStrcmp(ref->sectionNumber, _T("??")) == 0 && wxStrcmp(ref->sectionName, _T("??")) == 0))
1219 else if (StringMatch(settingName, _T("sectionName"), false, true))
H A Dtex2any.cpp231 sectionName = sectionN ? copystring(sectionN) : copystring(_T("??"));
239 delete [] sectionName; sectionName = NULL;
H A Drtfutils.cpp3434 TexOutput(texRef->sectionName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex597 \twocolitem{\inioption{sectionName}}{The string used when referencing sections. The default is ``section".}

Completed in 207 milliseconds