Searched refs:GetEndWordPlace (Results 1 – 7 of 7) sorted by relevance
79 CPVT_WordPlace CSection::GetEndWordPlace() const { in GetEndWordPlace() function in CSection81 return pLine->GetEndWordPlace(); in GetEndWordPlace()91 return GetEndWordPlace(); in GetPrevWordPlace()99 return pPrevLine->GetEndWordPlace(); in GetPrevWordPlace()113 return GetEndWordPlace(); in GetNextWordPlace()182 pLine->GetEndWordPlace())); in SearchWordPlace()192 place = GetEndWordPlace(); in SearchWordPlace()204 pLine->GetEndWordPlace())); in SearchWordPlace()273 CPVT_WordPlace SecEndPos = GetEndWordPlace(); in ClearWords()
99 if (m_CurPos == m_pVT->GetEndWordPlace()) in NextWord()214 line.lineEnd = pLine->GetEndWordPlace(); in GetLine()380 bLastSecPos = (PlaceRange.EndPos == pSection->GetEndWordPlace()); in DeleteWords()400 DeleteWords(CPVT_WordRange(GetBeginWordPlace(), GetEndWordPlace())); in SetText()451 place = GetEndWordPlace(); in UpdateWordPlace()486 place = pSection->GetEndWordPlace(); in WordIndexToWordPlace()502 place = GetEndWordPlace(); in WordIndexToWordPlace()510 CPVT_WordPlace CPDF_VariableText::GetEndWordPlace() const { in GetEndWordPlace() function in CPDF_VariableText512 return pSection->GetEndWordPlace(); in GetEndWordPlace()521 return GetEndWordPlace(); in GetPrevWordPlace()[all …]
19 CPVT_WordPlace GetEndWordPlace() const;
17 CPVT_WordPlace CLine::GetEndWordPlace() const { in GetEndWordPlace() function in CLine
38 CPVT_WordPlace GetEndWordPlace() const;
132 CPVT_WordPlace GetEndWordPlace() const;
1168 return CPVT_WordRange(m_pVT->GetBeginWordPlace(), m_pVT->GetEndWordPlace()); in GetWholeWordRange()1818 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()1842 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()1955 if (!m_pVT->IsValid() || m_wpCaret == m_pVT->GetEndWordPlace()) in Delete()