Searched refs:GetEndWordPlace (Results 1 – 7 of 7) sorted by relevance
61 CPVT_WordPlace CSection::GetEndWordPlace() const { in GetEndWordPlace() function in CSection64 return m_LineArray.back()->GetEndWordPlace(); in GetEndWordPlace()72 return GetEndWordPlace(); in GetPrevWordPlace()84 return m_LineArray[place.nLineIndex - 1]->GetEndWordPlace(); in GetPrevWordPlace()92 return GetEndWordPlace(); in GetNextWordPlace()152 pLine->GetEndWordPlace())); in SearchWordPlace()159 place = GetEndWordPlace(); in SearchWordPlace()173 pLine->GetEndWordPlace())); in SearchWordPlace()234 CPVT_WordPlace SecEndPos = GetEndWordPlace(); in ClearWords()
102 if (m_CurPos == m_pVT->GetEndWordPlace()) in NextWord()177 line.lineEnd = pLine->GetEndWordPlace(); in GetLine()256 m_SectionArray[PlaceRange.EndPos.nSecIndex]->GetEndWordPlace(); in DeleteWords()276 DeleteWords(CPVT_WordRange(GetBeginWordPlace(), GetEndWordPlace())); in SetText()321 place = GetEndWordPlace(); in UpdateWordPlace()357 place = pSection->GetEndWordPlace(); in WordIndexToWordPlace()373 place = GetEndWordPlace(); in WordIndexToWordPlace()381 CPVT_WordPlace CPDF_VariableText::GetEndWordPlace() const { in GetEndWordPlace() function in CPDF_VariableText384 return m_SectionArray.back()->GetEndWordPlace(); in GetEndWordPlace()392 return GetEndWordPlace(); in GetPrevWordPlace()[all …]
19 CPVT_WordPlace GetEndWordPlace() const;
17 CPVT_WordPlace CLine::GetEndWordPlace() const { in GetEndWordPlace() function in CLine
39 CPVT_WordPlace GetEndWordPlace() const;
115 CPVT_WordPlace GetEndWordPlace() const;
864 return CPVT_WordRange(m_pVT->GetBeginWordPlace(), m_pVT->GetEndWordPlace()); in GetWholeWordRange()1499 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()1519 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()1618 if (!m_pVT->IsValid() || m_wpCaret == m_pVT->GetEndWordPlace()) in Delete()