Searched refs:wpOld (Results 1 – 3 of 3) sorted by relevance
2774 void CFX_Edit::PaintInsertText(const CPVT_WordPlace& wpOld, in PaintInsertText() argument2777 RearrangePart(CPVT_WordRange(wpOld, wpNew)); in PaintInsertText()2781 if (m_wpCaret.LineCmp(wpOld) != 0) in PaintInsertText()2782 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(wpOld), in PaintInsertText()2785 wr = CPVT_WordRange(wpOld, m_pVT->GetSectionEndPlace(wpNew)); in PaintInsertText()2930 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetLineTop() local2936 pIterator->SetAt(wpOld); in GetLineTop()2946 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetLineBottom() local2952 pIterator->SetAt(wpOld); in GetLineBottom()
761 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetWordRightBottomPoint() local769 pIterator->SetAt(wpOld); in GetWordRightBottomPoint()
704 void PaintInsertText(const CPVT_WordPlace& wpOld,