38#ifndef STAR_OBJECT_CHART
39# define STAR_OBJECT_CHART
the main class to read a StarOffice chart
Definition: StarObjectChart.hxx:60
bool readSCHMemChart(StarZone &zone)
try to read the memchart data
Definition: StarObjectChart.cxx:851
virtual ~StarObjectChart()
destructor
Definition: StarObjectChart.cxx:78
bool readSfxStyleSheets(STOFFInputStreamPtr input, std::string const &fileName)
try to read a chart style zone: SfxStyleSheets
Definition: StarObjectChart.cxx:232
bool parse()
try to parse the current object
Definition: StarObjectChart.cxx:92
bool readChartDocument(STOFFInputStreamPtr input, std::string const &fileName)
try to read a chart zone: StarChartDocument .sds
Definition: StarObjectChart.cxx:140
shared_ptr< StarObjectChartInternal::State > m_chartState
the state
Definition: StarObjectChart.hxx:84
bool readSCHAttributes(StarZone &zone)
try to read the chart attributes
Definition: StarObjectChart.cxx:290
an object corresponding to an OLE directory
Definition: StarObject.hxx:65
a zone in a StarOffice file
Definition: StarZone.hxx:57
shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition: libstaroffice_internal.hxx:474
Internal: the structures of a StarObjectChart.
Definition: StarObjectChart.cxx:59