38 #ifndef STAR_OBJECT_MODEL 39 # define STAR_OBJECT_MODEL 73 bool updatePageSpans(std::vector<STOFFPageSpan> &pageSpan,
int &numPages)
const;
91 shared_ptr<StarObjectModelInternal::Page> readSdrPage(
StarZone &zone);
97 bool readSdrPageUnknownZone1(
StarZone &zone,
long lastPos);
Internal: class used to store a page and its data.
Definition: StarObjectModel.cxx:130
Internal: class used to store a layer set and its data.
Definition: StarObjectModel.cxx:97
std::ostream & operator<<(std::ostream &o, STOFFColor const &c)
Definition: libstaroffice_internal.cxx:213
shared_ptr< STOFFListener > STOFFListenerPtr
a smart pointer of STOFFListener
Definition: libstaroffice_internal.hxx:490
the main class to read a SdrModel zone
Definition: StarObjectModel.hxx:62
Internal: the structures of a StarObjectModel.
Definition: StarObjectModel.cxx:57
Internal: class used to store a layer and its data.
Definition: StarObjectModel.cxx:73
shared_ptr< STOFFGraphicListener > STOFFGraphicListenerPtr
a smart pointer of STOFFGraphicListener
Definition: libstaroffice_internal.hxx:484
shared_ptr< StarObjectModelInternal::State > m_modelState
the state
Definition: StarObjectModel.hxx:106
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
a zone in a StarOffice file
Definition: StarZone.hxx:56