LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Types | |
typedef std::shared_ptr< SfxItemSet > | SfxItemSetRef |
typedef std::shared_ptr< EscherPropertyContainer > | EscherPropSetRef |
Public Member Functions | |
XclChEscherFormat () | |
Container for Escher properties export. More... | |
~XclChEscherFormat () | |
Public Attributes | |
SfxItemSetRef | mxItemSet |
EscherPropSetRef | mxEscherSet |
Item set for Escher properties import. More... | |
Definition at line 812 of file xlchart.hxx.
typedef std::shared_ptr< EscherPropertyContainer > XclChEscherFormat::EscherPropSetRef |
Definition at line 815 of file xlchart.hxx.
typedef std::shared_ptr< SfxItemSet > XclChEscherFormat::SfxItemSetRef |
Definition at line 814 of file xlchart.hxx.
|
explicit |
Container for Escher properties export.
Definition at line 112 of file xlchart.cxx.
XclChEscherFormat::~XclChEscherFormat | ( | ) |
Definition at line 116 of file xlchart.cxx.
EscherPropSetRef XclChEscherFormat::mxEscherSet |
Item set for Escher properties import.
Definition at line 818 of file xlchart.hxx.
Referenced by XclExpChEscherFormat::IsValid(), XclChPropSetHelper::ReadEscherProperties(), XclExpChEscherFormat::RegisterColor(), XclExpChEscherFormat::Save(), and XclExpChEscherFormat::WriteBody().
SfxItemSetRef XclChEscherFormat::mxItemSet |
Definition at line 817 of file xlchart.hxx.
Referenced by XclImpChEscherFormat::ReadHeaderRecord(), XclChPropSetHelper::WriteEscherProperties(), and XclImpChEscherFormat::XclImpChEscherFormat().