Lines Matching refs:place
610 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, in OnInsertReturn() argument
614 GetLatinWordsRange(place))); in OnInsertReturn()
618 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, in OnBackSpace() argument
622 GetLatinWordsRange(place))); in OnBackSpace()
626 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, in OnDelete() argument
630 GetLatinWordsRange(place))); in OnDelete()
634 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, in OnClear() argument
638 GetLatinWordsRange(place))); in OnClear()
642 void CPWL_Edit::OnInsertWord(const CPVT_WordPlace& place, in OnInsertWord() argument
646 GetLatinWordsRange(place))); in OnInsertWord()
650 void CPWL_Edit::OnInsertText(const CPVT_WordPlace& place, in OnInsertText() argument
654 GetLatinWordsRange(place))); in OnInsertText()
669 const CPVT_WordPlace& place) const { in GetLatinWordsRange()
670 return GetSameWordsRange(place, true, false); in GetLatinWordsRange()
676 CPVT_WordRange CPWL_Edit::GetSameWordsRange(const CPVT_WordPlace& place, in GetSameWordsRange() argument
683 CPVT_WordPlace wpStart(place), wpEnd(place); in GetSameWordsRange()
684 pIterator->SetAt(place); in GetSameWordsRange()
704 pIterator->SetAt(place); in GetSameWordsRange()