HomeSort by relevance Sort by last modified time
    Searched defs:GetEndWordPlace (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfdoc/
cline.cpp 19 CPVT_WordPlace CLine::GetEndWordPlace() const {
csection.cpp 64 CPVT_WordPlace CSection::GetEndWordPlace() const {
67 return m_LineArray.back()->GetEndWordPlace();
75 return GetEndWordPlace();
87 return m_LineArray[place.nLineIndex - 1]->GetEndWordPlace();
95 return GetEndWordPlace();
156 pLine->GetEndWordPlace()));
163 place = GetEndWordPlace();
177 pLine->GetEndWordPlace()));
240 CPVT_WordPlace SecEndPos = GetEndWordPlace();
cpdf_variabletext.cpp 101 if (m_CurPos == m_pVT->GetEndWordPlace())
176 line.lineEnd = pLine->GetEndWordPlace();
268 m_SectionArray[PlaceRange.EndPos.nSecIndex]->GetEndWordPlace();
288 DeleteWords(CPVT_WordRange(GetBeginWordPlace(), GetEndWordPlace()));
332 place = GetEndWordPlace();
368 place = pSection->GetEndWordPlace();
384 place = GetEndWordPlace();
392 CPVT_WordPlace CPDF_VariableText::GetEndWordPlace() const {
395 return m_SectionArray.back()->GetEndWordPlace();
403 return GetEndWordPlace();
    [all...]

Completed in 330 milliseconds