Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx737 basegfx::B2DRange aAnchorTextRange(aTranslate); in impDecomposeBlockTextPrimitive() local
738 aAnchorTextRange.expand(aTranslate + aScale); in impDecomposeBlockTextPrimitive()
756 const sal_uInt32 nAnchorTextWidth(FRound(aAnchorTextRange.getWidth() + 1L)); in impDecomposeBlockTextPrimitive()
757 const sal_uInt32 nAnchorTextHeight(FRound(aAnchorTextRange.getHeight() + 1L)); in impDecomposeBlockTextPrimitive()
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()
948 basegfx::B2DRange aAnchorTextRange(aTranslate); in impDecomposeStretchTextPrimitive() local
949 aAnchorTextRange.expand(aTranslate + aScale); in impDecomposeStretchTextPrimitive()

Completed in 23 milliseconds