Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx735 basegfx::B2DRange aAnchorTextRange(aTranslate); in impDecomposeBlockTextPrimitive() local
736 aAnchorTextRange.expand(aTranslate + aScale); in impDecomposeBlockTextPrimitive()
754 const sal_uInt32 nAnchorTextWidth(FRound(aAnchorTextRange.getWidth() + 1L)); in impDecomposeBlockTextPrimitive()
755 const sal_uInt32 nAnchorTextHeight(FRound(aAnchorTextRange.getHeight() + 1L)); in impDecomposeBlockTextPrimitive()
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()
946 basegfx::B2DRange aAnchorTextRange(aTranslate); in impDecomposeStretchTextPrimitive() local
947 aAnchorTextRange.expand(aTranslate + aScale); in impDecomposeStretchTextPrimitive()