Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx836 const basegfx::B2DVector aOutlinerScale(aOutlinerTextSiz.Width(), aOutlinerTextSiz.Height()); in impDecomposeBlockTextPrimitive() local
844 if(aAnchorTextRange.getWidth() < aOutlinerScale.getX() && !bVerticalWritintg) in impDecomposeBlockTextPrimitive()
854 if(aAnchorTextRange.getHeight() < aOutlinerScale.getY() && bVerticalWritintg) in impDecomposeBlockTextPrimitive()
868 const double fFree(aAnchorTextRange.getWidth() - aOutlinerScale.getX()); in impDecomposeBlockTextPrimitive()
884 const double fFree(aAnchorTextRange.getHeight() - aOutlinerScale.getY()); in impDecomposeBlockTextPrimitive()
902 …const double fStartInX(bVerticalWritintg ? aAdjustTranslate.getX() + aOutlinerScale.getX() : aAdju… in impDecomposeBlockTextPrimitive()
969 const basegfx::B2DVector aOutlinerScale( in impDecomposeStretchTextPrimitive() local
988 const double fScaleX(fabs(aScale.getX()) / aOutlinerScale.getX()); in impDecomposeStretchTextPrimitive()
989 const double fScaleY(fabs(aScale.getY()) / aOutlinerScale.getY()); in impDecomposeStretchTextPrimitive()

Completed in 14 milliseconds