Searched refs:GetNextWordPlace (Results 1 – 5 of 5) sorted by relevance
36 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;55 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
200 CPVT_WordPlace CPVT_Section::Line::GetNextWordPlace( in GetNextWordPlace() function in CPVT_Section::Line283 CPVT_WordPlace CPVT_Section::GetNextWordPlace( in GetNextWordPlace() function in CPVT_Section293 return pLine->GetNextWordPlace(place); in GetNextWordPlace()348 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()369 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()
100 m_CurPos = m_pVT->GetNextWordPlace(m_CurPos); in NextWord()390 CPVT_WordPlace CPVT_VariableText::GetNextWordPlace( in GetNextWordPlace() function in CPVT_VariableText399 return pSection->GetNextWordPlace(place); in GetNextWordPlace()657 return GetNextWordPlace(place); in NextLineHeaderPlace()736 CPVT_WordPlace rightplace = NextLineHeaderPlace(GetNextWordPlace(place)); in ClearRightWord()
114 CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace& place) const;
1488 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()1491 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()1514 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()1517 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()1678 pIterator->SetAt(m_pVT->GetNextWordPlace(m_wpCaret)); in Delete()