Searched refs:wordinfo (Results 1 – 4 of 4) sorted by relevance
1237 CPVT_Word wordinfo; in GetText() local1243 if (pIterator->GetWord(wordinfo)) in GetText()1247 swRet += wordinfo.Word; in GetText()1251 swRet += wordinfo.Word; in GetText()1284 CPVT_Word wordinfo; in GetRangeText() local1291 if (pIterator->GetWord(wordinfo)) in GetRangeText()1295 swRet += wordinfo.Word; in GetRangeText()1299 swRet += wordinfo.Word; in GetRangeText()1768 CPVT_Word wordinfo; in SetWordProps() local1776 if (pIterator->GetWord(wordinfo)) in SetWordProps()[all …]
1232 CPVT_Word wordinfo; in GetSameWordsRange() local1240 if (pIterator->GetWord(wordinfo) && FX_EDIT_ISLATINWORD(wordinfo.Word)) in GetSameWordsRange()1253 if (pIterator->GetWord(wordinfo) && PWL_ISARABICWORD(wordinfo.Word)) in GetSameWordsRange()1269 if (pIterator->GetWord(wordinfo) && FX_EDIT_ISLATINWORD(wordinfo.Word)) in GetSameWordsRange()1285 if (pIterator->GetWord(wordinfo) && PWL_ISARABICWORD(wordinfo.Word)) in GetSameWordsRange()
290 CPVT_WordPlace AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo);551 CPVT_WordPlace AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo);552 FX_BOOL GetWordInfo(const CPVT_WordPlace & place, CPVT_WordInfo & wordinfo);553 FX_BOOL SetWordInfo(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo);
78 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) in AddWord() argument80 CPVT_WordInfo * pWord = new CPVT_WordInfo(wordinfo); in AddWord()1300 …_WordPlace CPDF_VariableText::AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) in AddWord() argument1308 return pSection->AddWord(newplace, wordinfo); in AddWord()1312 FX_BOOL CPDF_VariableText::GetWordInfo(const CPVT_WordPlace & place, CPVT_WordInfo & wordinfo) in GetWordInfo() argument1316 wordinfo = *pWord; in GetWordInfo()1322 FX_BOOL CPDF_VariableText::SetWordInfo(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) in SetWordInfo() argument1326 *pWord = wordinfo; in SetWordInfo()