Searched refs:GetEndWordPlace (Results 1 – 5 of 5) sorted by relevance
97 if (m_CurPos == m_pVT->GetEndWordPlace()) in NextWord()165 line.lineEnd = pLine->GetEndWordPlace(); in GetLine()245 m_SectionArray[PlaceRange.EndPos.nSecIndex]->GetEndWordPlace(); in DeleteWords()265 DeleteWords(CPVT_WordRange(GetBeginWordPlace(), GetEndWordPlace())); in SetText()310 place = GetEndWordPlace(); in UpdateWordPlace()345 place = pSection->GetEndWordPlace(); in WordIndexToWordPlace()361 place = GetEndWordPlace(); in WordIndexToWordPlace()369 CPVT_WordPlace CPVT_VariableText::GetEndWordPlace() const { in GetEndWordPlace() function in CPVT_VariableText372 return m_SectionArray.back()->GetEndWordPlace(); in GetEndWordPlace()380 return GetEndWordPlace(); in GetPrevWordPlace()[all …]
185 CPVT_WordPlace CPVT_Section::Line::GetEndWordPlace() const { in GetEndWordPlace() function in CPVT_Section::Line256 CPVT_WordPlace CPVT_Section::GetEndWordPlace() const { in GetEndWordPlace() function in CPVT_Section259 return m_LineArray.back()->GetEndWordPlace(); in GetEndWordPlace()268 return GetEndWordPlace(); in GetPrevWordPlace()280 return m_LineArray[place.nLineIndex - 1]->GetEndWordPlace(); in GetPrevWordPlace()289 return GetEndWordPlace(); in GetNextWordPlace()349 pLine->GetEndWordPlace())); in SearchWordPlace()356 place = GetEndWordPlace(); in SearchWordPlace()370 pLine->GetEndWordPlace())); in SearchWordPlace()743 CPVT_WordPlace SecEndPos = GetEndWordPlace(); in ClearWords()
34 CPVT_WordPlace GetEndWordPlace() const;53 CPVT_WordPlace GetEndWordPlace() const;
112 CPVT_WordPlace GetEndWordPlace() const;
934 return CPVT_WordRange(m_pVT->GetBeginWordPlace(), m_pVT->GetEndWordPlace()); in GetWholeWordRange()1569 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()1589 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()1672 if (!m_pVT->IsValid() || m_wpCaret == m_pVT->GetEndWordPlace()) in Delete()