Searched refs:GetPrevWordPlace (Results 1 – 7 of 7) sorted by relevance
20 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
22 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CLine
40 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
67 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace() function in CSection79 return pLine->GetPrevWordPlace(place); in GetPrevWordPlace()
113 m_CurPos = m_pVT->GetPrevWordPlace(m_CurPos); in PrevWord()387 CPVT_WordPlace CPDF_VariableText::GetPrevWordPlace( in GetPrevWordPlace() function in CPDF_VariableText396 return pSection->GetPrevWordPlace(place); in GetPrevWordPlace()677 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place); in AdjustLineHeader()736 CPVT_WordPlace leftplace = GetPrevWordPlace(place); in ClearLeftWord()
116 CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace& place) const;
1377 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()1379 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()1403 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()1405 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()