38 #ifndef STAR_OBJECT_CHART 39 # define STAR_OBJECT_CHART bool readSCHMemChart(StarZone &zone)
try to read the memchart data
Definition: StarObjectChart.cxx:919
std::shared_ptr< StarObjectChartInternal::State > m_chartState
the state
Definition: StarObjectChart.hxx:87
bool readSfxStyleSheets(STOFFInputStreamPtr input, std::string const &fileName)
try to read a chart style zone: SfxStyleSheets
Definition: StarObjectChart.cxx:297
~StarObjectChart() override
destructor
Definition: StarObjectChart.cxx:117
Internal: the structures of a StarObjectChart.
Definition: StarObjectChart.cxx:65
bool readSCHAttributes(StarZone &zone)
try to read the chart attributes
Definition: StarObjectChart.cxx:355
Class to store a frame style.
Definition: STOFFFrameStyle.hxx:45
std::shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition: libstaroffice_internal.hxx:485
StarObjectChart(StarObject const &orig, bool duplicateState)
constructor
Definition: StarObjectChart.cxx:111
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 parse()
try to parse the current object
Definition: StarObjectChart.cxx:158
std::shared_ptr< STOFFListener > STOFFListenerPtr
a smart pointer of STOFFListener
Definition: libstaroffice_internal.hxx:487
the main class to read a StarOffice chart
Definition: StarObjectChart.hxx:60
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
a zone in a StarOffice file
Definition: StarZone.hxx:56
Class to store a graphic style.
Definition: STOFFGraphicStyle.hxx:44