Home
last modified time | relevance | path

Searched refs:rTextPortions (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx228 double getParagraphTextLength(const ::std::vector< const impPathTextPortion* >& rTextPortions) in getParagraphTextLength() argument
233 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() argument
323 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 17 milliseconds