Searched refs:GetBeginWordPlace (Results 1 – 4 of 4) sorted by relevance
26 CPVT_WordPlace CLine::GetBeginWordPlace() const { in GetBeginWordPlace() function in CLine97 CPVT_WordPlace CSection::GetBeginWordPlace() const { in GetBeginWordPlace() function in CSection99 return pLine->GetBeginWordPlace(); in GetBeginWordPlace()111 return GetBeginWordPlace(); in GetPrevWordPlace()132 return GetBeginWordPlace(); in GetNextWordPlace()140 return pNextLine->GetBeginWordPlace(); in GetNextWordPlace()171 CPVT_WordPlace place = GetBeginWordPlace(); in SearchWordPlace()201 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()209 place = GetBeginWordPlace(); in SearchWordPlace()222 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), in SearchWordPlace()[all …]
196 CPVT_WordPlace GetBeginWordPlace() const;255 CPVT_WordPlace GetBeginWordPlace() const;423 CPVT_WordPlace GetBeginWordPlace() const override;
778 SetCaret(m_pVT->GetBeginWordPlace()); in Initialize()1652 return CPVT_WordRange(m_pVT->GetBeginWordPlace(), m_pVT->GetEndWordPlace()); in GetWholeWordRange()2374 SetCaret(m_pVT->GetBeginWordPlace()); in OnVK_HOME()2399 SetCaret(m_pVT->GetBeginWordPlace()); in OnVK_HOME()2539 if (m_wpCaret == m_pVT->GetBeginWordPlace()) in Backspace()2666 SetCaret(m_pVT->GetBeginWordPlace()); in Empty()
420 virtual CPVT_WordPlace GetBeginWordPlace() const = 0;