Searched refs:GetNextWordPlace (Results 1 – 7 of 7) sorted by relevance
90 CPVT_WordPlace CSection::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace() function in CSection99 return pLine->GetNextWordPlace(place); in GetNextWordPlace()155 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()176 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()
22 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
33 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace() function in CLine
42 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
104 m_CurPos = m_pVT->GetNextWordPlace(m_CurPos); in NextWord()413 CPVT_WordPlace CPDF_VariableText::GetNextWordPlace( in GetNextWordPlace() function in CPDF_VariableText422 return pSection->GetNextWordPlace(place); in GetNextWordPlace()731 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place); in AdjustLineHeader()810 CPVT_WordPlace rightplace = AdjustLineHeader(GetNextWordPlace(place), false); in ClearRightWord()
118 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
1396 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()1399 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()1422 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()1425 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()1607 pIterator->SetAt(m_pVT->GetNextWordPlace(m_wpCaret)); in Delete()