38#ifndef STAR_OBJECT_CHART
39# define STAR_OBJECT_CHART
bool readSCHMemChart(StarZone &zone)
try to read the memchart data
Definition StarObjectChart.cxx:851
StarObjectChart(StarObject const &orig, bool duplicateState)
constructor
Definition StarObjectChart.cxx:74
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
StarObject(char const *passwd, shared_ptr< STOFFOLEParser > oleParser, shared_ptr< STOFFOLEParser::OleDirectory > directory)
constructor
Definition StarObject.cxx:81
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
Internal: the state of a StarObjectChart.
Definition StarObjectChart.cxx:62