Searched refs:GetLineEndPlace (Results 1 – 6 of 6) sorted by relevance
2821 if (m_wpCaret == m_pVT->GetLineEndPlace(m_wpCaret) && in OnVK_RIGHT()2855 if (m_wpCaret == m_pVT->GetLineEndPlace(m_wpCaret) && in OnVK_RIGHT()2925 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()2955 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()3412 CPVT_WordPlace CFX_Edit::GetLineEndPlace(const CPVT_WordPlace & place) const in GetLineEndPlace() function in CFX_Edit3414 return m_pVT->GetLineEndPlace(place); in GetLineEndPlace()
434 virtual CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const = 0;
361 virtual CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const = 0;
641 CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const;
526 CPVT_WordPlace GetLineEndPlace(const CPVT_WordPlace & place) const;
1239 CPVT_WordPlace CPDF_VariableText::GetLineEndPlace(const CPVT_WordPlace & place) const in GetLineEndPlace() function in CPDF_VariableText