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.cxx833 const Size aOutlinerTextSiz(rOutliner.GetPaperSize()); in impDecomposeBlockTextPrimitive() local
834 const basegfx::B2DVector aOutlinerScale(aOutlinerTextSiz.Width(), aOutlinerTextSiz.Height()); in impDecomposeBlockTextPrimitive()
966 const Size aOutlinerTextSiz(rOutliner.CalcTextSize()); in impDecomposeStretchTextPrimitive() local
968 basegfx::fTools::equalZero(aOutlinerTextSiz.Width()) ? 1.0 : aOutlinerTextSiz.Width(), in impDecomposeStretchTextPrimitive()
969 basegfx::fTools::equalZero(aOutlinerTextSiz.Height()) ? 1.0 : aOutlinerTextSiz.Height()); in impDecomposeStretchTextPrimitive()