Searched refs:PlaceRange (Results 1 – 4 of 4) sorted by relevance
264 const CPVT_WordRange& PlaceRange) { in DeleteWords() argument266 pdfium::IndexInBounds(m_SectionArray, PlaceRange.EndPos.nSecIndex) && in DeleteWords()267 PlaceRange.EndPos == in DeleteWords()268 m_SectionArray[PlaceRange.EndPos.nSecIndex]->GetEndWordPlace(); in DeleteWords()270 ClearWords(PlaceRange); in DeleteWords()271 if (PlaceRange.BeginPos.nSecIndex != PlaceRange.EndPos.nSecIndex) { in DeleteWords()272 ClearEmptySections(PlaceRange); in DeleteWords()274 LinkLatterSection(PlaceRange.BeginPos); in DeleteWords()276 return PlaceRange.BeginPos; in DeleteWords()749 void CPDF_VariableText::ClearEmptySections(const CPVT_WordRange& PlaceRange) { in ClearEmptySections() argument[all …]
238 void CSection::ClearWords(const CPVT_WordRange& PlaceRange) { in ClearWords() argument241 if (PlaceRange.BeginPos >= SecBeginPos) { in ClearWords()242 if (PlaceRange.EndPos <= SecEndPos) { in ClearWords()243 ClearMidWords(PlaceRange.BeginPos.nWordIndex, in ClearWords()244 PlaceRange.EndPos.nWordIndex); in ClearWords()246 ClearRightWords(PlaceRange.BeginPos.nWordIndex); in ClearWords()248 } else if (PlaceRange.EndPos <= SecEndPos) { in ClearWords()249 ClearLeftWords(PlaceRange.EndPos.nWordIndex); in ClearWords()
94 void RearrangePart(const CPVT_WordRange& PlaceRange);100 CPVT_WordPlace DeleteWords(const CPVT_WordRange& PlaceRange);188 void ClearEmptySections(const CPVT_WordRange& PlaceRange);190 void ClearWords(const CPVT_WordRange& PlaceRange);194 CPVT_FloatRect Rearrange(const CPVT_WordRange& PlaceRange);197 CPVT_FloatRect RearrangeSections(const CPVT_WordRange& PlaceRange);
35 void ClearWords(const CPVT_WordRange& PlaceRange);