• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/

Lines Matching defs:copystring

45 static inline wxChar* copystring(const wxChar* s)
125 fakeCurrentSection = copystring(fakeSection);
163 forceTopicName = copystring(name);
773 BibStringTable.Put(recordType, (wxObject *)copystring(fieldValue));
785 bibEntry->key = copystring(recordKey);
786 bibEntry->type = copystring(recordType);
828 bibEntry->author = copystring(fieldValue);
848 bibEntry->editor= copystring(fieldValue);
850 bibEntry->title= copystring(fieldValue);
852 bibEntry->booktitle= copystring(fieldValue);
854 bibEntry->journal= copystring(fieldValue);
856 bibEntry->volume= copystring(fieldValue);
858 bibEntry->number= copystring(fieldValue);
860 bibEntry->year= copystring(fieldValue);
862 bibEntry->month= copystring(fieldValue);
864 bibEntry->pages= copystring(fieldValue);
866 bibEntry->publisher= copystring(fieldValue);
868 bibEntry->address= copystring(fieldValue);
870 bibEntry->institution= copystring(fieldValue);
872 bibEntry->organization= copystring(fieldValue);
874 bibEntry->comment= copystring(fieldValue);
876 bibEntry->comment= copystring(fieldValue);
878 bibEntry->chapter= copystring(fieldValue);
1148 ref->sectionNumber = copystring(buf);
1217 ChapterNameString = copystring(settingValue);
1222 SectionNameString = copystring(settingValue);
1227 SubsectionNameString = copystring(settingValue);
1232 SubsubsectionNameString = copystring(settingValue);
1237 IndexNameString = copystring(settingValue);
1242 ContentsNameString = copystring(settingValue);
1247 GlossaryNameString = copystring(settingValue);
1252 ReferencesNameString = copystring(settingValue);
1257 TablesNameString = copystring(settingValue);
1262 FiguresNameString = copystring(settingValue);
1267 TableNameString = copystring(settingValue);
1272 FigureNameString = copystring(settingValue);
1277 AbstractNameString = copystring(settingValue);
1333 htmlStylesheet = copystring(settingValue);
1342 htmlFaceName = copystring(settingValue);
1348 winHelpTitle = copystring(settingValue);
1371 bitmapMethod = copystring(settingValue);
1391 backgroundImageString = copystring(settingValue);
1396 backgroundColourString = copystring(settingValue);
1400 textColourString = copystring(settingValue);
1404 linkColourString = copystring(settingValue);
1408 followedLinkColourString = copystring(settingValue);
1525 macro->macroBody = copystring(macroBody.c_str());
1621 name = copystring(theName);
1784 filename = copystring(f);