• Home
  • Raw
  • Download

Lines Matching refs:CPVT_WordPlace

109 void CPWL_EditImpl_Iterator::SetAt(const CPVT_WordPlace& place) {  in SetAt()
113 const CPVT_WordPlace& CPWL_EditImpl_Iterator::GetAt() const { in GetAt()
267 const CPVT_WordPlace& wpOldPlace, in CFXEU_InsertWord()
268 const CPVT_WordPlace& wpNewPlace, in CFXEU_InsertWord()
294 const CPVT_WordPlace& wpOldPlace, in CFXEU_InsertReturn()
295 const CPVT_WordPlace& wpNewPlace) in CFXEU_InsertReturn()
315 const CPVT_WordPlace& wpOldPlace, in CFXEU_Backspace()
316 const CPVT_WordPlace& wpNewPlace, in CFXEU_Backspace()
345 const CPVT_WordPlace& wpOldPlace, in CFXEU_Delete()
346 const CPVT_WordPlace& wpNewPlace, in CFXEU_Delete()
399 const CPVT_WordPlace& wpOldPlace, in CFXEU_InsertText()
400 const CPVT_WordPlace& wpNewPlace, in CFXEU_InsertText()
466 CPVT_WordPlace oldplace; in DrawEdit()
468 CPVT_WordPlace place = pIterator->GetAt(); in DrawEdit()
675 void CPWL_EditImpl::SetSelection(const CPVT_WordPlace& begin, in SetSelection()
676 const CPVT_WordPlace& end) { in SetSelection()
716 CPVT_WordPlace CPWL_EditImpl::GetCaretWordPlace() const { in GetCaretWordPlace()
729 CPVT_WordPlace oldplace = pIterator->GetWordPlace(); in GetText()
731 CPVT_WordPlace place = pIterator->GetWordPlace(); in GetText()
753 CPVT_WordPlace oldplace = wrTemp.BeginPos; in GetRangeText()
755 CPVT_WordPlace place = pIterator->GetWordPlace(); in GetRangeText()
788 DoInsertText(CPVT_WordPlace(0, 0, -1), sText, FX_CHARSET_Default); in SetText()
854 CPVT_WordPlace place1 = in GetVisibleWordRange()
856 CPVT_WordPlace place2 = m_pVT->SearchWordPlace( in GetVisibleWordRange()
865 CPVT_WordPlace CPWL_EditImpl::SearchWordPlace(const CFX_PointF& point) const { in SearchWordPlace()
870 return CPVT_WordPlace(); in SearchWordPlace()
1159 CPVT_WordPlace wpBegin = wr.BeginPos; in RefreshPushLineRects()
1161 CPVT_WordPlace wpEnd = wr.EndPos; in RefreshPushLineRects()
1192 CPVT_WordPlace place; in RefreshWordRange()
1236 void CPWL_EditImpl::SetCaret(const CPVT_WordPlace& place) { in SetCaret()
1699 void CPWL_EditImpl::PaintInsertText(const CPVT_WordPlace& wpOld, in PaintInsertText()
1700 const CPVT_WordPlace& wpNew) { in PaintInsertText()
1749 CPVT_WordPlace CPWL_EditImpl::WordIndexToWordPlace(int32_t index) const { in WordIndexToWordPlace()
1753 return CPVT_WordPlace(); in WordIndexToWordPlace()
1806 CPVT_WordPlace CPWL_EditImpl::DoInsertText(const CPVT_WordPlace& place, in DoInsertText()
1809 CPVT_WordPlace wp = place; in DoInsertText()
1887 void CPWL_EditImpl_Select::Set(const CPVT_WordPlace& begin, in Set()
1888 const CPVT_WordPlace& end) { in Set()
1893 void CPWL_EditImpl_Select::SetEndPos(const CPVT_WordPlace& end) { in SetEndPos()