Searched refs:GetSectionEndPlace (Results 1 – 6 of 6) sorted by relevance
1547 m_pVT->GetSectionEndPlace(wr.EndPos)); in PaintSetProps()2822 m_wpCaret != m_pVT->GetSectionEndPlace(m_wpCaret)) in OnVK_RIGHT()2856 m_wpCaret != m_pVT->GetSectionEndPlace(m_wpCaret)) in OnVK_RIGHT()3089 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Backspace()3091 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Backspace()3129 FX_BOOL bSecEnd = (m_wpCaret == m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()3153 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()3155 …wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpOldCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()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()[all …]
438 virtual CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const = 0;
367 virtual CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const = 0;
643 CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const;
528 CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const;
1251 CPVT_WordPlace CPDF_VariableText::GetSectionEndPlace(const CPVT_WordPlace & place) const in GetSectionEndPlace() function in CPDF_VariableText