Searched refs:PlaceRange (Results 1 – 3 of 3) sorted by relevance
298 void CSection::ClearWords(const CPVT_WordRange & PlaceRange) in ClearWords() argument302 if (PlaceRange.BeginPos.WordCmp(SecBeginPos) >= 0) { in ClearWords()303 if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) { in ClearWords()304 ClearMidWords(PlaceRange.BeginPos.nWordIndex, PlaceRange.EndPos.nWordIndex); in ClearWords()306 ClearRightWords(PlaceRange.BeginPos.nWordIndex); in ClearWords()308 } else if (PlaceRange.EndPos.WordCmp(SecEndPos) <= 0) { in ClearWords()309 ClearLeftWords(PlaceRange.EndPos.nWordIndex); in ClearWords()957 CPVT_WordPlace CPDF_VariableText::DeleteWords(const CPVT_WordRange & PlaceRange) in DeleteWords() argument960 if (CSection * pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) { in DeleteWords()961 bLastSecPos = (PlaceRange.EndPos == pSection->GetEndWordPlace()); in DeleteWords()[all …]
292 void ClearWords(const CPVT_WordRange & PlaceRange);470 void RearrangePart(const CPVT_WordRange & PlaceRange);480 CPVT_WordPlace DeleteWords(const CPVT_WordRange & PlaceRange);579 void ClearEmptySections(const CPVT_WordRange & PlaceRange);581 void ClearWords(const CPVT_WordRange & PlaceRange);585 CPVT_FloatRect Rearrange(const CPVT_WordRange & PlaceRange);588 CPVT_FloatRect RearrangeSections(const CPVT_WordRange & PlaceRange);
374 virtual void RearrangePart(const CPVT_WordRange & PlaceRange) = 0;390 virtual CPVT_WordPlace DeleteWords(const CPVT_WordRange & PlaceRange) = 0;