Lines Matching refs:wrWord
492 const CPVT_WordRange & wrWord) in GetWordSpellCheckAppearanceStream() argument
505 pIterator->SetAt(wrWord.BeginPos); in GetWordSpellCheckAppearanceStream()
518 if (place.LineCmp(wrWord.BeginPos) == 0) in GetWordSpellCheckAppearanceStream()
520 pIterator->SetAt(wrWord.BeginPos); in GetWordSpellCheckAppearanceStream()
532 if (place.LineCmp(wrWord.EndPos) == 0) in GetWordSpellCheckAppearanceStream()
534 pIterator->SetAt(wrWord.EndPos); in GetWordSpellCheckAppearanceStream()
1634 static void AddSpellCheckObj(CFX_PathData & PathData, IFX_Edit* pEdit, const CPVT_WordRange& wrWord) in AddSpellCheckObj() argument
1645 pIterator->SetAt(wrWord.BeginPos); in AddSpellCheckObj()
1658 if (place.LineCmp(wrWord.BeginPos) == 0) in AddSpellCheckObj()
1660 pIterator->SetAt(wrWord.BeginPos); in AddSpellCheckObj()
1672 if (place.LineCmp(wrWord.EndPos) == 0) in AddSpellCheckObj()
1674 pIterator->SetAt(wrWord.EndPos); in AddSpellCheckObj()