Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx286 double fPolyEnd(fPolyLength); in HandlePair() local
304 if(fPolyStart > fPolyEnd) in HandlePair()
306 fPolyStart = fPolyEnd; in HandlePair()
311 fPolyEnd -= maSdrFormTextAttribute.getFormTextStart(); in HandlePair()
313 if(fPolyEnd < fPolyStart) in HandlePair()
315 fPolyEnd = fPolyStart; in HandlePair()
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()
350 fAutosizeScaleFactor = (fPolyEnd - fPolyStart) / fParagraphTextLength; in HandlePair()
[all …]

Completed in 15 milliseconds