Lines Matching refs:CPVT_WordPlace
339 CPVT_WordPlace wpStart = m_pEdit->WordIndexToWordPlace(nStart); in GetSelectWordRange()
340 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEnd); in GetSelectWordRange()
345 CFX_PointF CPWL_Edit::GetWordRightBottomPoint(const CPVT_WordPlace& wpWord) { in GetWordRightBottomPoint()
347 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetWordRightBottomPoint()
556 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, in OnInsertReturn()
557 const CPVT_WordPlace& oldplace) { in OnInsertReturn()
564 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, in OnBackSpace()
565 const CPVT_WordPlace& oldplace) { in OnBackSpace()
572 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, in OnDelete()
573 const CPVT_WordPlace& oldplace) { in OnDelete()
580 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, in OnClear()
581 const CPVT_WordPlace& oldplace) { in OnClear()
588 void CPWL_Edit::OnInsertWord(const CPVT_WordPlace& place, in OnInsertWord()
589 const CPVT_WordPlace& oldplace) { in OnInsertWord()
596 void CPWL_Edit::OnInsertText(const CPVT_WordPlace& place, in OnInsertText()
597 const CPVT_WordPlace& oldplace) { in OnInsertText()
615 const CPVT_WordPlace& place) const { in GetLatinWordsRange()
622 CPVT_WordRange CPWL_Edit::GetSameWordsRange(const CPVT_WordPlace& place, in GetSameWordsRange()
627 CPVT_WordPlace wpStart(place), wpEnd(place); in GetSameWordsRange()