Searched refs:GetNextWordPlace (Results 1 – 4 of 4) sorted by relevance
40 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace & place) const in GetNextWordPlace() function in CLine143 CPVT_WordPlace CSection::GetNextWordPlace(const CPVT_WordPlace & place) const in GetNextWordPlace() function in CSection157 return pLine->GetNextWordPlace(place); in GetNextWordPlace()215 … CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), pLine->GetEndWordPlace()) in SearchWordPlace()234 … CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), pLine->GetEndWordPlace())); in SearchWordPlace()1134 CPVT_WordPlace CPDF_VariableText::GetNextWordPlace(const CPVT_WordPlace & place) const in GetNextWordPlace() function in CPDF_VariableText1150 return pSection->GetNextWordPlace(place); in GetNextWordPlace()1444 return GetNextWordPlace(place); in AjustLineHeader()1520 CPVT_WordPlace rightplace = AjustLineHeader(this->GetNextWordPlace(place), FALSE); in ClearRightWord()1707 m_CurPos = m_pVT->GetNextWordPlace(m_CurPos); in NextWord()
226 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const;299 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const;521 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const;
424 virtual CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const = 0;
2819 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()2823 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()2853 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()2857 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()3122 pIterator->SetAt(m_pVT->GetNextWordPlace(m_wpCaret)); in Delete()