Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx835 const Size aOutlinerTextSiz(rOutliner.GetPaperSize()); in impDecomposeBlockTextPrimitive() local
836 const basegfx::B2DVector aOutlinerScale(aOutlinerTextSiz.Width(), aOutlinerTextSiz.Height()); in impDecomposeBlockTextPrimitive()
968 const Size aOutlinerTextSiz(rOutliner.CalcTextSize()); in impDecomposeStretchTextPrimitive() local
970 basegfx::fTools::equalZero(aOutlinerTextSiz.Width()) ? 1.0 : aOutlinerTextSiz.Width(), in impDecomposeStretchTextPrimitive()
971 basegfx::fTools::equalZero(aOutlinerTextSiz.Height()) ? 1.0 : aOutlinerTextSiz.Height()); in impDecomposeStretchTextPrimitive()

Completed in 18 milliseconds