Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:CPVT_WordRange

216                                         CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), pLine->GetEndWordPlace())

235 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), pLine->GetEndWordPlace()));
239 CPVT_WordPlace CSection::SearchWordPlace(FX_FLOAT fx, const CPVT_WordRange & range) const
299 void CSection::ClearWords(const CPVT_WordRange & PlaceRange)
961 CPVT_WordPlace CPDF_VariableText::DeleteWords(const CPVT_WordRange & PlaceRange)
987 DeleteWords(CPVT_WordRange(GetBeginWordPlace(), GetEndWordPlace()));
1470 void CPDF_VariableText::ClearEmptySections(const CPVT_WordRange & PlaceRange)
1494 void CPDF_VariableText::ClearWords(const CPVT_WordRange & PlaceRange)
1496 CPVT_WordRange NewRange;
1540 Rearrange(CPVT_WordRange(GetBeginWordPlace(), GetEndWordPlace()));
1542 void CPDF_VariableText::RearrangePart(const CPVT_WordRange & PlaceRange)
1546 CPVT_FloatRect CPDF_VariableText::Rearrange(const CPVT_WordRange & PlaceRange)
1552 rcRet = RearrangeSections(CPVT_WordRange(GetBeginWordPlace(), GetEndWordPlace()));
1607 CPVT_FloatRect CPDF_VariableText::RearrangeSections(const CPVT_WordRange & PlaceRange)