|
LibreOffice Module drawinglayer (master) 1
|
Public Member Functions | |
| ImpFillGraphicAttribute (Graphic aGraphic, const basegfx::B2DRange &rGraphicRange, bool bTiling, double fOffsetX, double fOffsetY) | |
| ImpFillGraphicAttribute () | |
| const Graphic & | getGraphic () const |
| const basegfx::B2DRange & | getGraphicRange () const |
| bool | getTiling () const |
| double | getOffsetX () const |
| double | getOffsetY () const |
| bool | operator== (const ImpFillGraphicAttribute &rCandidate) const |
Public Attributes | |
| Graphic | maGraphic |
| basegfx::B2DRange | maGraphicRange |
| bool | mbTiling: 1 |
| double | mfOffsetX |
| double | mfOffsetY |
Definition at line 30 of file fillgraphicattribute.cxx.
|
inline |
Definition at line 44 of file fillgraphicattribute.cxx.
References Graphic::GetBitmapEx(), and maGraphic.
|
inline |
Definition at line 64 of file fillgraphicattribute.cxx.
|
inline |
Definition at line 72 of file fillgraphicattribute.cxx.
References maGraphic.
Referenced by operator==().
|
inline |
Definition at line 73 of file fillgraphicattribute.cxx.
References maGraphicRange.
Referenced by operator==().
|
inline |
Definition at line 75 of file fillgraphicattribute.cxx.
References mfOffsetX.
Referenced by operator==().
|
inline |
Definition at line 76 of file fillgraphicattribute.cxx.
References mfOffsetY.
Referenced by operator==().
|
inline |
Definition at line 74 of file fillgraphicattribute.cxx.
References mbTiling.
Referenced by operator==().
|
inline |
Definition at line 78 of file fillgraphicattribute.cxx.
References getGraphic(), getGraphicRange(), getOffsetX(), getOffsetY(), and getTiling().
| Graphic drawinglayer::attribute::ImpFillGraphicAttribute::maGraphic |
Definition at line 34 of file fillgraphicattribute.cxx.
Referenced by getGraphic(), and ImpFillGraphicAttribute().
| basegfx::B2DRange drawinglayer::attribute::ImpFillGraphicAttribute::maGraphicRange |
Definition at line 35 of file fillgraphicattribute.cxx.
Referenced by getGraphicRange().
| bool drawinglayer::attribute::ImpFillGraphicAttribute::mbTiling |
Definition at line 37 of file fillgraphicattribute.cxx.
Referenced by getTiling().
| double drawinglayer::attribute::ImpFillGraphicAttribute::mfOffsetX |
Definition at line 41 of file fillgraphicattribute.cxx.
Referenced by getOffsetX().
| double drawinglayer::attribute::ImpFillGraphicAttribute::mfOffsetY |
Definition at line 42 of file fillgraphicattribute.cxx.
Referenced by getOffsetY().