|
LibreOffice Module drawinglayer (master) 1
|
Public Member Functions | |
| ImpSdrFillGraphicAttribute (Graphic aFillGraphic, const basegfx::B2DVector &rGraphicLogicSize, const basegfx::B2DVector &rSize, const basegfx::B2DVector &rOffset, const basegfx::B2DVector &rOffsetPosition, const basegfx::B2DVector &rRectPoint, bool bTiling, bool bStretch, bool bLogSize) | |
| ImpSdrFillGraphicAttribute () | |
| const Graphic & | getFillGraphic () const |
| const basegfx::B2DVector & | getGraphicLogicSize () const |
| const basegfx::B2DVector & | getSize () const |
| const basegfx::B2DVector & | getOffset () const |
| const basegfx::B2DVector & | getOffsetPosition () const |
| const basegfx::B2DVector & | getRectPoint () const |
| bool | getTiling () const |
| bool | getStretch () const |
| bool | operator== (const ImpSdrFillGraphicAttribute &rCandidate) const |
Public Attributes | |
| Graphic | maFillGraphic |
| basegfx::B2DVector | maGraphicLogicSize |
| basegfx::B2DVector | maSize |
| basegfx::B2DVector | maOffset |
| basegfx::B2DVector | maOffsetPosition |
| basegfx::B2DVector | maRectPoint |
| bool | mbTiling: 1 |
| bool | mbStretch: 1 |
| bool | mbLogSize: 1 |
Definition at line 32 of file sdrfillgraphicattribute.cxx.
|
inline |
Definition at line 47 of file sdrfillgraphicattribute.cxx.
|
inline |
Definition at line 69 of file sdrfillgraphicattribute.cxx.
|
inline |
Definition at line 77 of file sdrfillgraphicattribute.cxx.
References maFillGraphic.
Referenced by operator==().
|
inline |
Definition at line 78 of file sdrfillgraphicattribute.cxx.
References maGraphicLogicSize.
Referenced by operator==().
|
inline |
Definition at line 80 of file sdrfillgraphicattribute.cxx.
References maOffset.
Referenced by operator==().
|
inline |
Definition at line 81 of file sdrfillgraphicattribute.cxx.
References maOffsetPosition.
Referenced by operator==().
|
inline |
Definition at line 82 of file sdrfillgraphicattribute.cxx.
References maRectPoint.
Referenced by operator==().
|
inline |
Definition at line 79 of file sdrfillgraphicattribute.cxx.
References maSize.
Referenced by operator==().
|
inline |
Definition at line 84 of file sdrfillgraphicattribute.cxx.
References mbStretch.
Referenced by operator==().
|
inline |
Definition at line 83 of file sdrfillgraphicattribute.cxx.
References mbTiling.
Referenced by operator==().
|
inline |
Definition at line 86 of file sdrfillgraphicattribute.cxx.
References getFillGraphic(), getGraphicLogicSize(), getOffset(), getOffsetPosition(), getRectPoint(), getSize(), getStretch(), getTiling(), and mbLogSize.
| Graphic drawinglayer::attribute::ImpSdrFillGraphicAttribute::maFillGraphic |
Definition at line 36 of file sdrfillgraphicattribute.cxx.
Referenced by getFillGraphic().
| basegfx::B2DVector drawinglayer::attribute::ImpSdrFillGraphicAttribute::maGraphicLogicSize |
Definition at line 37 of file sdrfillgraphicattribute.cxx.
Referenced by getGraphicLogicSize().
| basegfx::B2DVector drawinglayer::attribute::ImpSdrFillGraphicAttribute::maOffset |
Definition at line 39 of file sdrfillgraphicattribute.cxx.
Referenced by getOffset().
| basegfx::B2DVector drawinglayer::attribute::ImpSdrFillGraphicAttribute::maOffsetPosition |
Definition at line 40 of file sdrfillgraphicattribute.cxx.
Referenced by getOffsetPosition().
| basegfx::B2DVector drawinglayer::attribute::ImpSdrFillGraphicAttribute::maRectPoint |
Definition at line 41 of file sdrfillgraphicattribute.cxx.
Referenced by getRectPoint().
| basegfx::B2DVector drawinglayer::attribute::ImpSdrFillGraphicAttribute::maSize |
Definition at line 38 of file sdrfillgraphicattribute.cxx.
Referenced by getSize().
| bool drawinglayer::attribute::ImpSdrFillGraphicAttribute::mbLogSize |
Definition at line 45 of file sdrfillgraphicattribute.cxx.
Referenced by operator==().
| bool drawinglayer::attribute::ImpSdrFillGraphicAttribute::mbStretch |
Definition at line 44 of file sdrfillgraphicattribute.cxx.
Referenced by getStretch().
| bool drawinglayer::attribute::ImpSdrFillGraphicAttribute::mbTiling |
Definition at line 43 of file sdrfillgraphicattribute.cxx.
Referenced by getTiling().