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