Searched refs:GetPrevWordPlace (Results 1 – 7 of 7) sorted by relevance
21 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
24 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CLine
41 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
70 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CSection82 return pLine->GetPrevWordPlace(place); in GetPrevWordPlace()
112 m_CurPos = m_pVT->GetPrevWordPlace(m_CurPos); in PrevWord()398 CPVT_WordPlace CPDF_VariableText::GetPrevWordPlace( in GetPrevWordPlace() function in CPDF_VariableText407 return pSection->GetPrevWordPlace(place); in GetPrevWordPlace()731 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place); in AdjustLineHeader()790 CPVT_WordPlace leftplace = GetPrevWordPlace(place); in ClearLeftWord()
117 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
1355 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()1357 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()1381 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()1383 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()