Searched refs:rTextPortions (Results 1 – 1 of 1) sorted by relevance
228 double getParagraphTextLength(const ::std::vector< const impPathTextPortion* >& rTextPortions) in getParagraphTextLength() argument233 for(sal_uInt32 a(0L); a < rTextPortions.size(); a++) in getParagraphTextLength()235 const impPathTextPortion* pCandidate = rTextPortions[a]; in getParagraphTextLength()281 …gfx::B2DPolygon rPolygonCandidate, const ::std::vector< const impPathTextPortion* >& rTextPortions) in HandlePair() argument323 const double fParagraphTextLength(getParagraphTextLength(rTextPortions)); in HandlePair()357 for(sal_uInt32 a(0L); a < rTextPortions.size() && fPolyStart < fPolyEnd; a++) in HandlePair()359 const impPathTextPortion* pCandidate = rTextPortions[a]; in HandlePair()
Completed in 11 milliseconds