Lines Matching refs:place
744 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, in OnInsertReturn() argument
748 GetLatinWordsRange(place))); in OnInsertReturn()
752 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, in OnBackSpace() argument
756 GetLatinWordsRange(place))); in OnBackSpace()
760 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, in OnDelete() argument
764 GetLatinWordsRange(place))); in OnDelete()
768 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, in OnClear() argument
772 GetLatinWordsRange(place))); in OnClear()
776 void CPWL_Edit::OnInsertWord(const CPVT_WordPlace& place, in OnInsertWord() argument
780 GetLatinWordsRange(place))); in OnInsertWord()
784 void CPWL_Edit::OnInsertText(const CPVT_WordPlace& place, in OnInsertText() argument
788 GetLatinWordsRange(place))); in OnInsertText()
816 const CPVT_WordPlace& place) const { in GetLatinWordsRange()
817 return GetSameWordsRange(place, true, false); in GetLatinWordsRange()
821 const CPVT_WordPlace& place) const { in GetArabicWordsRange()
822 return GetSameWordsRange(place, false, true); in GetArabicWordsRange()
828 CPVT_WordRange CPWL_Edit::GetSameWordsRange(const CPVT_WordPlace& place, in GetSameWordsRange() argument
835 CPVT_WordPlace wpStart(place), wpEnd(place); in GetSameWordsRange()
836 pIterator->SetAt(place); in GetSameWordsRange()
856 pIterator->SetAt(place); in GetSameWordsRange()