38 #ifndef STAR_OBJECT_MODEL 39 # define STAR_OBJECT_MODEL 77 void updateObjectIds(std::set<long> &unusedId);
79 bool updatePageSpans(std::vector<STOFFPageSpan> &pageSpan,
int &numPages,
bool usePage0=
false)
const;
100 std::shared_ptr<StarObjectModelInternal::Page> readSdrPage(
StarZone &zone);
106 bool readSdrPageUnknownZone1(
StarZone &zone,
long lastPos);
class to store an state: ie.
Definition: StarState.hxx:67
std::shared_ptr< StarObjectModelInternal::State > m_modelState
the state
Definition: StarObjectModel.hxx:115
Internal: class used to store a page and its data.
Definition: StarObjectModel.cxx:138
Internal: class used to store a layer set and its data.
Definition: StarObjectModel.cxx:102
std::ostream & operator<<(std::ostream &o, STOFFColor const &c)
Definition: libstaroffice_internal.cxx:214
the main class to read a SdrModel zone
Definition: StarObjectModel.hxx:64
Internal: the structures of a StarObjectModel.
Definition: StarObjectModel.cxx:59
std::shared_ptr< STOFFGraphicListener > STOFFGraphicListenerPtr
a smart pointer of STOFFGraphicListener
Definition: libstaroffice_internal.hxx:481
Internal: class used to store a layer and its data.
Definition: StarObjectModel.cxx:75
std::shared_ptr< STOFFListener > STOFFListenerPtr
a smart pointer of STOFFListener
Definition: libstaroffice_internal.hxx:487
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
a zone in a StarOffice file
Definition: StarZone.hxx:56