Searched refs:GetPrevWordPlace (Results 1 – 4 of 4) sorted by relevance
33 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CLine109 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CSection125 return pLine->GetPrevWordPlace(place); in GetPrevWordPlace()1099 CPVT_WordPlace CPDF_VariableText::GetPrevWordPlace( in GetPrevWordPlace() function in CPDF_VariableText1114 return pSection->GetPrevWordPlace(place); in GetPrevWordPlace()1444 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place); in AdjustLineHeader()1498 CPVT_WordPlace leftplace = GetPrevWordPlace(place); in ClearLeftWord()1696 m_CurPos = m_pVT->GetPrevWordPlace(m_CurPos); in PrevWord()
198 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;257 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;425 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const override;
2285 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()2287 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()2313 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()2315 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()2575 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpCaret), in Backspace()2581 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpCaret), in Backspace()2639 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpOldCaret), in Delete()2645 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpOldCaret), in Delete()2693 CPVT_WordPlace oldplace = m_pVT->GetPrevWordPlace(place); in Clear()
424 virtual CPVT_WordPlace GetPrevWordPlace(