LibreOffice Module svx (master)
1
|
#include <sdrcustomshapeprimitive2d.hxx>
Public Member Functions | |
SdrCustomShapePrimitive2D (const attribute::SdrEffectsTextAttribute &rSdrSTAttribute, const Primitive2DContainer &rSubPrimitives, const basegfx::B2DHomMatrix &rTextBox, bool bWordWrap, bool b3DShape, const basegfx::B2DHomMatrix &rObjectMatrix) | |
const attribute::SdrEffectsTextAttribute & | getSdrSTAttribute () const |
const Primitive2DContainer & | getSubPrimitives () const |
const basegfx::B2DHomMatrix & | getTextBox () const |
bool | getWordWrap () const |
bool | get3DShape () const |
virtual bool | operator== (const BasePrimitive2D &rPrimitive) const override |
virtual sal_uInt32 | getPrimitive2DID () const override |
![]() | |
BufferedDecompositionPrimitive2D () | |
virtual void | get2DDecomposition (Primitive2DDecompositionVisitor &rVisitor, const geometry::ViewInformation2D &rViewInformation) const override |
![]() | |
BasePrimitive2D () | |
virtual | ~BasePrimitive2D () override |
bool | operator!= (const BasePrimitive2D &rPrimitive) const |
virtual basegfx::B2DRange | getB2DRange (const geometry::ViewInformation2D &rViewInformation) const |
virtual css::uno::Sequence<::css::uno::Reference<::css::graphic::XPrimitive2D > > SAL_CALL | getDecomposition (const css::uno::Sequence< css::beans::PropertyValue > &rViewParameters) override |
virtual css::geometry::RealRectangle2D SAL_CALL | getRange (const css::uno::Sequence< css::beans::PropertyValue > &rViewParameters) override |
virtual sal_Int64 SAL_CALL | estimateUsage () override |
Protected Member Functions | |
virtual void | create2DDecomposition (Primitive2DContainer &rContainer, const geometry::ViewInformation2D &aViewInformation) const override |
![]() | |
const Primitive2DContainer & | getBuffered2DDecomposition () const |
void | setBuffered2DDecomposition (const Primitive2DContainer &rNew) |
Private Attributes | |
attribute::SdrEffectsTextAttribute | maSdrSTAttribute |
Primitive2DContainer | maSubPrimitives |
basegfx::B2DHomMatrix | maTextBox |
bool | mbWordWrap: 1 |
bool | mb3DShape: 1 |
basegfx::B2DHomMatrix | maTransform |
Definition at line 33 of file sdrcustomshapeprimitive2d.hxx.
drawinglayer::primitive2d::SdrCustomShapePrimitive2D::SdrCustomShapePrimitive2D | ( | const attribute::SdrEffectsTextAttribute & | rSdrSTAttribute, |
const Primitive2DContainer & | rSubPrimitives, | ||
const basegfx::B2DHomMatrix & | rTextBox, | ||
bool | bWordWrap, | ||
bool | b3DShape, | ||
const basegfx::B2DHomMatrix & | rObjectMatrix | ||
) |
Definition at line 90 of file sdrcustomshapeprimitive2d.cxx.
|
overrideprotectedvirtual |
Reimplemented from drawinglayer::primitive2d::BufferedDecompositionPrimitive2D.
Definition at line 34 of file sdrcustomshapeprimitive2d.cxx.
References drawinglayer::primitive2d::createEmbeddedGlowPrimitive(), drawinglayer::primitive2d::createEmbeddedShadowPrimitive(), drawinglayer::primitive2d::createEmbeddedSoftEdgePrimitive(), drawinglayer::primitive2d::createTextPrimitive(), basegfx::utils::createUnitPolygon(), and maTransform.
|
inline |
Definition at line 68 of file sdrcustomshapeprimitive2d.hxx.
References mb3DShape.
Referenced by operator==().
|
overridevirtual |
Implements drawinglayer::primitive2d::BasePrimitive2D.
|
inline |
Definition at line 64 of file sdrcustomshapeprimitive2d.hxx.
References maSdrSTAttribute.
Referenced by operator==().
|
inline |
Definition at line 65 of file sdrcustomshapeprimitive2d.hxx.
References maSubPrimitives.
Referenced by operator==().
|
inline |
Definition at line 66 of file sdrcustomshapeprimitive2d.hxx.
References maTextBox.
Referenced by operator==().
|
inline |
Definition at line 67 of file sdrcustomshapeprimitive2d.hxx.
References mbWordWrap.
Referenced by operator==().
|
overridevirtual |
Reimplemented from drawinglayer::primitive2d::BasePrimitive2D.
Definition at line 107 of file sdrcustomshapeprimitive2d.cxx.
References get3DShape(), getSdrSTAttribute(), getSubPrimitives(), getTextBox(), and getWordWrap().
|
private |
Definition at line 36 of file sdrcustomshapeprimitive2d.hxx.
Referenced by getSdrSTAttribute().
|
private |
Definition at line 37 of file sdrcustomshapeprimitive2d.hxx.
Referenced by getSubPrimitives().
|
private |
Definition at line 38 of file sdrcustomshapeprimitive2d.hxx.
Referenced by getTextBox().
|
private |
Definition at line 48 of file sdrcustomshapeprimitive2d.hxx.
|
private |
Definition at line 46 of file sdrcustomshapeprimitive2d.hxx.
Referenced by get3DShape().
|
private |
Definition at line 42 of file sdrcustomshapeprimitive2d.hxx.
Referenced by getWordWrap().