Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx287 double fPolyStart(0.0); in HandlePair() local
302 fPolyStart += maSdrFormTextAttribute.getFormTextStart(); in HandlePair()
304 if(fPolyStart > fPolyEnd) in HandlePair()
306 fPolyStart = fPolyEnd; 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 20 milliseconds