Searched refs:wpOld (Results 1 – 3 of 3) sorted by relevance
3294 void CFX_Edit::PaintInsertText(const CPVT_WordPlace & wpOld, const CPVT_WordPlace & wpNew) in PaintInsertText() argument3298 RearrangePart(CPVT_WordRange(wpOld,wpNew)); in PaintInsertText()3302 if (m_wpCaret.LineCmp(wpOld) !=0) in PaintInsertText()3303 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(wpOld),m_pVT->GetSectionEndPlace(wpNew)); in PaintInsertText()3305 wr = CPVT_WordRange(wpOld,m_pVT->GetSectionEndPlace(wpNew)); in PaintInsertText()3481 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetLineTop() local3487 pIterator->SetAt(wpOld); in GetLineTop()3499 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetLineBottom() local3505 pIterator->SetAt(wpOld); in GetLineBottom()
805 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetWordRightBottomPoint() local813 pIterator->SetAt(wpOld); in GetWordRightBottomPoint()
698 void PaintInsertText(const CPVT_WordPlace & wpOld, const CPVT_WordPlace & wpNew);