Go to the source code of this file.
|
Primitive2DReference | drawinglayer::primitive2d::createPolyPolygonFillPrimitive (const basegfx::B2DPolyPolygon &rPolyPolygon, const attribute::SdrFillAttribute &rFill, const attribute::FillGradientAttribute &rFillGradient) |
|
Primitive2DReference | drawinglayer::primitive2d::createPolyPolygonFillPrimitive (const basegfx::B2DPolyPolygon &rPolyPolygon, const basegfx::B2DRange &rDefinitionRange, const attribute::SdrFillAttribute &rFill, const attribute::FillGradientAttribute &rFillGradient) |
|
Primitive2DReference | drawinglayer::primitive2d::createPolygonLinePrimitive (const basegfx::B2DPolygon &rPolygon, const attribute::SdrLineAttribute &rLine, const attribute::SdrLineStartEndAttribute &rStroke) |
|
Primitive2DReference | drawinglayer::primitive2d::createTextPrimitive (const basegfx::B2DPolyPolygon &rUnitPolyPolygon, const basegfx::B2DHomMatrix &rObjectTransform, const attribute::SdrTextAttribute &rText, const attribute::SdrLineAttribute &rStroke, bool bCellText, bool bWordWrap) |
|
Primitive2DContainer | drawinglayer::primitive2d::createEmbeddedShadowPrimitive (Primitive2DContainer &&rContent, const attribute::SdrShadowAttribute &rShadow, const basegfx::B2DHomMatrix &rObjectMatrix, const Primitive2DContainer *pContentForShadow) |
|
Primitive2DContainer | drawinglayer::primitive2d::createEmbeddedGlowPrimitive (Primitive2DContainer &&rContent, const attribute::SdrGlowAttribute &rGlow) |
|
Primitive2DContainer | drawinglayer::primitive2d::createEmbeddedSoftEdgePrimitive (Primitive2DContainer &&aContent, sal_Int32 nRadius) |
|