Searched refs:aAnchorTextRange (Results 1 – 1 of 1) sorted by relevance
737 basegfx::B2DRange aAnchorTextRange(aTranslate); in impDecomposeBlockTextPrimitive() local738 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() local949 aAnchorTextRange.expand(aTranslate + aScale); in impDecomposeStretchTextPrimitive()
Completed in 20 milliseconds