Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx834 const basegfx::B2DVector aOutlinerScale(aOutlinerTextSiz.Width(), aOutlinerTextSiz.Height()); in impDecomposeBlockTextPrimitive() local
842 if(aAnchorTextRange.getWidth() < aOutlinerScale.getX() && !bVerticalWritintg) in impDecomposeBlockTextPrimitive()
852 if(aAnchorTextRange.getHeight() < aOutlinerScale.getY() && bVerticalWritintg) in impDecomposeBlockTextPrimitive()
866 const double fFree(aAnchorTextRange.getWidth() - aOutlinerScale.getX()); in impDecomposeBlockTextPrimitive()
882 const double fFree(aAnchorTextRange.getHeight() - aOutlinerScale.getY()); in impDecomposeBlockTextPrimitive()
900 …const double fStartInX(bVerticalWritintg ? aAdjustTranslate.getX() + aOutlinerScale.getX() : aAdju… in impDecomposeBlockTextPrimitive()
967 const basegfx::B2DVector aOutlinerScale( in impDecomposeStretchTextPrimitive() local
986 const double fScaleX(fabs(aScale.getX()) / aOutlinerScale.getX()); in impDecomposeStretchTextPrimitive()
987 const double fScaleY(fabs(aScale.getY()) / aOutlinerScale.getY()); in impDecomposeStretchTextPrimitive()