Searched refs:GetNextWordPlace (Results 1 – 7 of 7) sorted by relevance
87 CPVT_WordPlace CSection::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace() function in CSection96 return pLine->GetNextWordPlace(place); in GetNextWordPlace()151 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()172 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()
21 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
31 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace() function in CLine
41 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
105 m_CurPos = m_pVT->GetNextWordPlace(m_CurPos); in NextWord()402 CPVT_WordPlace CPDF_VariableText::GetNextWordPlace( in GetNextWordPlace() function in CPDF_VariableText411 return pSection->GetNextWordPlace(place); in GetNextWordPlace()677 return bPrevOrNext ? GetPrevWordPlace(place) : GetNextWordPlace(place); in AdjustLineHeader()756 CPVT_WordPlace rightplace = AdjustLineHeader(GetNextWordPlace(place), false); in ClearRightWord()
117 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
1418 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()1421 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()1444 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()1447 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()1624 pIterator->SetAt(m_pVT->GetNextWordPlace(m_wpCaret)); in Delete()