|
LibreOffice Module filter (master) 1
|
#include <bundles.hxx>
Public Member Functions | |
| FillBundle () | |
| virtual std::unique_ptr< Bundle > | Clone () override |
Public Member Functions inherited from Bundle | |
| void | SetColor (sal_uInt32 nColor) |
| sal_uInt32 | GetColor () const |
| tools::Long | GetIndex () const |
| void | SetIndex (tools::Long nBundleIndex) |
| Bundle () | |
| virtual std::unique_ptr< Bundle > | Clone () |
| virtual | ~Bundle () |
| Bundle (Bundle const &)=default | |
| Bundle (Bundle &&)=default | |
| Bundle & | operator= (Bundle const &)=default |
| Bundle & | operator= (Bundle &&)=default |
Public Attributes | |
| FillInteriorStyle | eFillInteriorStyle |
| tools::Long | nFillPatternIndex |
| tools::Long | nFillHatchIndex |
Definition at line 123 of file bundles.hxx.
|
inline |
Definition at line 131 of file bundles.hxx.
|
inlineoverridevirtual |
Reimplemented from Bundle.
Definition at line 136 of file bundles.hxx.
| FillInteriorStyle FillBundle::eFillInteriorStyle |
Definition at line 127 of file bundles.hxx.
Referenced by CGM::ImplDoClass2(), and CGMElements::Init().
| tools::Long FillBundle::nFillHatchIndex |
Definition at line 129 of file bundles.hxx.
Referenced by CGM::ImplDoClass2(), and CGMElements::Init().
| tools::Long FillBundle::nFillPatternIndex |
Definition at line 128 of file bundles.hxx.
Referenced by CGM::ImplDoClass2(), and CGMElements::Init().