Searched refs:GetEndWordPlace (Results 1 – 7 of 7) sorted by relevance
64 CPVT_WordPlace CSection::GetEndWordPlace() const { in GetEndWordPlace() function in CSection67 return m_LineArray.back()->GetEndWordPlace(); in GetEndWordPlace()75 return GetEndWordPlace(); in GetPrevWordPlace()87 return m_LineArray[place.nLineIndex - 1]->GetEndWordPlace(); in GetPrevWordPlace()95 return GetEndWordPlace(); in GetNextWordPlace()156 pLine->GetEndWordPlace())); in SearchWordPlace()163 place = GetEndWordPlace(); in SearchWordPlace()177 pLine->GetEndWordPlace())); in SearchWordPlace()240 CPVT_WordPlace SecEndPos = GetEndWordPlace(); in ClearWords()
101 if (m_CurPos == m_pVT->GetEndWordPlace()) in NextWord()176 line.lineEnd = pLine->GetEndWordPlace(); in GetLine()268 m_SectionArray[PlaceRange.EndPos.nSecIndex]->GetEndWordPlace(); in DeleteWords()288 DeleteWords(CPVT_WordRange(GetBeginWordPlace(), GetEndWordPlace())); in SetText()332 place = GetEndWordPlace(); in UpdateWordPlace()368 place = pSection->GetEndWordPlace(); in WordIndexToWordPlace()384 place = GetEndWordPlace(); in WordIndexToWordPlace()392 CPVT_WordPlace CPDF_VariableText::GetEndWordPlace() const { in GetEndWordPlace() function in CPDF_VariableText395 return m_SectionArray.back()->GetEndWordPlace(); in GetEndWordPlace()403 return GetEndWordPlace(); in GetPrevWordPlace()[all …]
20 CPVT_WordPlace GetEndWordPlace() const;
19 CPVT_WordPlace CLine::GetEndWordPlace() const { in GetEndWordPlace() function in CLine
40 CPVT_WordPlace GetEndWordPlace() const;
116 CPVT_WordPlace GetEndWordPlace() const;
842 return CPVT_WordRange(m_pVT->GetBeginWordPlace(), m_pVT->GetEndWordPlace()); in GetWholeWordRange()1477 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()1497 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()1601 if (!m_pVT->IsValid() || m_wpCaret == m_pVT->GetEndWordPlace()) in Delete()