Searched refs:GetPrevWordPlace (Results 1 – 4 of 4) sorted by relevance
223 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace & place) const;301 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace & place) const;523 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace & place) const;
33 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace & place) const in GetPrevWordPlace() function in CLine123 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace & place) const in GetPrevWordPlace() function in CSection139 return pLine->GetPrevWordPlace(place); in GetPrevWordPlace()1117 CPVT_WordPlace CPDF_VariableText::GetPrevWordPlace(const CPVT_WordPlace & place) const in GetPrevWordPlace() function in CPDF_VariableText1133 return pSection->GetPrevWordPlace(place); in GetPrevWordPlace()1449 return GetPrevWordPlace(place); in AjustLineHeader()1508 CPVT_WordPlace leftplace = this->GetPrevWordPlace(place); in ClearLeftWord()1723 m_CurPos = m_pVT->GetPrevWordPlace(m_CurPos); in PrevWord()
2784 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()2786 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()2818 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()2820 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()3104 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpCaret),GetVisibleWordRange().EndPos); in Backspace()3108 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Backspace()3168 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpOldCaret),GetVisibleWordRange().EndPos); in Delete()3172 …wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpOldCaret),m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete()3227 CPVT_WordPlace oldplace = m_pVT->GetPrevWordPlace(place); in Clear()
418 virtual CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace & place) const = 0;