38#ifndef STAR_OBJECT_CHART
39# define STAR_OBJECT_CHART
Class to store a frame style.
Definition STOFFFrameStyle.hxx:46
Class to store a graphic style.
Definition STOFFGraphicStyle.hxx:45
the main class to read a StarOffice chart
Definition StarObjectChart.hxx:61
bool readSCHMemChart(StarZone &zone)
try to read the memchart data
Definition StarObjectChart.cxx:918
~StarObjectChart() override
destructor
Definition StarObjectChart.cxx:117
StarObjectChart(StarObject const &orig, bool duplicateState)
constructor
Definition StarObjectChart.cxx:111
bool readSfxStyleSheets(STOFFInputStreamPtr input, std::string const &fileName)
try to read a chart style zone: SfxStyleSheets
Definition StarObjectChart.cxx:296
bool parse()
try to parse the current object
Definition StarObjectChart.cxx:158
std::shared_ptr< StarObjectChartInternal::State > m_chartState
the state
Definition StarObjectChart.hxx:87
bool send(STOFFListenerPtr listener, STOFFFrameStyle const &frame, STOFFGraphicStyle const &style=STOFFGraphicStyle())
try to send a object to the listener
Definition StarObjectChart.cxx:128
bool readChartDocument(STOFFInputStreamPtr input, std::string const &fileName)
try to read a chart zone: StarChartDocument .sds
Definition StarObjectChart.cxx:204
bool readSCHAttributes(StarZone &zone)
try to read the chart attributes
Definition StarObjectChart.cxx:354
an object corresponding to an OLE directory
Definition StarObject.hxx:65
a zone in a StarOffice file
Definition StarZone.hxx:57
std::shared_ptr< STOFFListener > STOFFListenerPtr
a smart pointer of STOFFListener
Definition libstaroffice_internal.hxx:491
std::shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition libstaroffice_internal.hxx:489
Internal: the structures of a StarObjectChart.
Definition StarObjectChart.cxx:66