Lines Matching refs:CPVT_WordPlace
94 void CPWL_EditImpl_Iterator::SetAt(const CPVT_WordPlace& place) { in SetAt()
98 const CPVT_WordPlace& CPWL_EditImpl_Iterator::GetAt() const { in GetAt()
258 const CPVT_WordPlace& wpOldPlace, in CFXEU_InsertWord()
259 const CPVT_WordPlace& wpNewPlace, in CFXEU_InsertWord()
287 const CPVT_WordPlace& wpOldPlace, in CFXEU_InsertReturn()
288 const CPVT_WordPlace& wpNewPlace) in CFXEU_InsertReturn()
335 const CPVT_WordPlace& wpOldPlace, in CFXEU_Backspace()
336 const CPVT_WordPlace& wpNewPlace, in CFXEU_Backspace()
367 const CPVT_WordPlace& wpOldPlace, in CFXEU_Delete()
368 const CPVT_WordPlace& wpNewPlace, in CFXEU_Delete()
425 const CPVT_WordPlace& wpOldPlace, in CFXEU_InsertText()
426 const CPVT_WordPlace& wpNewPlace, in CFXEU_InsertText()
491 CPVT_WordPlace oldplace; in DrawEdit()
493 CPVT_WordPlace place = pIterator->GetAt(); in DrawEdit()
701 void CPWL_EditImpl::SetSelection(const CPVT_WordPlace& begin, in SetSelection()
702 const CPVT_WordPlace& end) { in SetSelection()
742 CPVT_WordPlace CPWL_EditImpl::GetCaretWordPlace() const { in GetCaretWordPlace()
755 CPVT_WordPlace oldplace = pIterator->GetWordPlace(); in GetText()
757 CPVT_WordPlace place = pIterator->GetWordPlace(); in GetText()
779 CPVT_WordPlace oldplace = wrTemp.BeginPos; in GetRangeText()
781 CPVT_WordPlace place = pIterator->GetWordPlace(); in GetRangeText()
814 DoInsertText(CPVT_WordPlace(0, 0, -1), sText, FX_CHARSET_Default); in SetText()
876 CPVT_WordPlace place1 = in GetVisibleWordRange()
878 CPVT_WordPlace place2 = m_pVT->SearchWordPlace( in GetVisibleWordRange()
887 CPVT_WordPlace CPWL_EditImpl::SearchWordPlace(const CFX_PointF& point) const { in SearchWordPlace()
892 return CPVT_WordPlace(); in SearchWordPlace()
1181 CPVT_WordPlace wpBegin = wr.BeginPos; in RefreshPushLineRects()
1183 CPVT_WordPlace wpEnd = wr.EndPos; in RefreshPushLineRects()
1214 CPVT_WordPlace place; in RefreshWordRange()
1258 void CPWL_EditImpl::SetCaret(const CPVT_WordPlace& place) { in SetCaret()
1716 void CPWL_EditImpl::PaintInsertText(const CPVT_WordPlace& wpOld, in PaintInsertText()
1717 const CPVT_WordPlace& wpNew) { in PaintInsertText()
1773 CPVT_WordPlace CPWL_EditImpl::WordIndexToWordPlace(int32_t index) const { in WordIndexToWordPlace()
1777 return CPVT_WordPlace(); in WordIndexToWordPlace()
1830 CPVT_WordPlace CPWL_EditImpl::DoInsertText(const CPVT_WordPlace& place, in DoInsertText()
1833 CPVT_WordPlace wp = place; in DoInsertText()
1912 void CPWL_EditImpl_Select::Set(const CPVT_WordPlace& begin, in Set()
1913 const CPVT_WordPlace& end) { in Set()
1918 void CPWL_EditImpl_Select::SetEndPos(const CPVT_WordPlace& end) { in SetEndPos()