Searched refs:aAnchorTextRange (Results 1 – 1 of 1) sorted by relevance
735 basegfx::B2DRange aAnchorTextRange(aTranslate); in impDecomposeBlockTextPrimitive() local736 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() local947 aAnchorTextRange.expand(aTranslate + aScale); in impDecomposeStretchTextPrimitive()