Searched refs:GetSectionEndPlace (Results 1 – 6 of 6) sorted by relevance
1564 m_pVT->GetSectionEndPlace(wr.EndPos)); in PaintSetProps()2839 m_wpCaret != m_pVT->GetSectionEndPlace(m_wpCaret)) in OnVK_RIGHT()2873 m_wpCaret != m_pVT->GetSectionEndPlace(m_wpCaret)) in OnVK_RIGHT()3106 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Backspace()3108 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Backspace()3146 FX_BOOL bSecEnd = (m_wpCaret == m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()3170 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()3172 …wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpOldCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()3320 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(wpOld),m_pVT->GetSectionEndPlace(wpNew)); in PaintInsertText()3322 wr = CPVT_WordRange(wpOld,m_pVT->GetSectionEndPlace(wpNew)); in PaintInsertText()[all …]
434 virtual CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const = 0;
346 virtual CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const = 0;
647 CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const;
531 CPVT_WordPlace GetSectionEndPlace(const CPVT_WordPlace & place) const;
1255 CPVT_WordPlace CPDF_VariableText::GetSectionEndPlace(const CPVT_WordPlace & place) const in GetSectionEndPlace() function in CPDF_VariableText