Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx323 const double fParagraphTextLength(getParagraphTextLength(rTextPortions)); in HandlePair() local
327 const bool bTextTooLong(fParagraphTextLength > (fPolyEnd - fPolyStart)); in HandlePair()
334 fPolyStart += ((fPolyEnd - fPolyStart) - fParagraphTextLength); in HandlePair()
342 fPolyStart += ((fPolyEnd - fPolyStart) - fParagraphTextLength) / 2.0; in HandlePair()
348 if(0.0 != fParagraphTextLength) in HandlePair()
350 fAutosizeScaleFactor = (fPolyEnd - fPolyStart) / fParagraphTextLength; in HandlePair()

Completed in 15 milliseconds