Searched refs:rSdrBlockTextPrimitive (Results 1 – 2 of 2) sorted by relevance
726 const drawinglayer::primitive2d::SdrBlockTextPrimitive2D& rSdrBlockTextPrimitive, in impDecomposeBlockTextPrimitive() argument732 rSdrBlockTextPrimitive.getTextRangeTransform().decompose(aScale, aTranslate, fRotate, fShearX); in impDecomposeBlockTextPrimitive()739 const bool bIsCell(rSdrBlockTextPrimitive.getCellText()); in impDecomposeBlockTextPrimitive()741 SdrTextHorzAdjust eHAdj = rSdrBlockTextPrimitive.getSdrTextHorzAdjust(); in impDecomposeBlockTextPrimitive()742 SdrTextVertAdjust eVAdj = rSdrBlockTextPrimitive.getSdrTextVertAdjust(); in impDecomposeBlockTextPrimitive()748 rOutliner.SetFixedCellHeight(rSdrBlockTextPrimitive.isFixedCellHeight()); in impDecomposeBlockTextPrimitive()756 const bool bVerticalWritintg(rSdrBlockTextPrimitive.getOutlinerParaObject().IsVertical()); in impDecomposeBlockTextPrimitive()783 rOutliner.SetText(rSdrBlockTextPrimitive.getOutlinerParaObject()); in impDecomposeBlockTextPrimitive()801 …if((rSdrBlockTextPrimitive.getWordWrap() || IsTextFrame()) && !rSdrBlockTextPrimitive.getUnlimited… in impDecomposeBlockTextPrimitive()827 rOutliner.SetText(rSdrBlockTextPrimitive.getOutlinerParaObject()); in impDecomposeBlockTextPrimitive()[all …]
582 const drawinglayer::primitive2d::SdrBlockTextPrimitive2D& rSdrBlockTextPrimitive,