38 #ifndef STAR_OBJECT_DRAW 39 # define STAR_OBJECT_DRAW 72 bool updatePageSpans(std::vector<STOFFPageSpan> &pageSpan,
int &numPages)
const;
85 static bool readSdrCustomShow(
StarZone &zone);
87 static bool readSdrFrameView(
StarZone &zone);
89 static bool readSdrView(
StarZone &zone);
91 static bool readSdrHelpLine(
StarZone &zone);
93 static bool readSdrHelpLineSet(
StarZone &zone);
96 static bool readPresentationData(
StarZone &zone);
std::shared_ptr< StarObjectDrawInternal::State > m_drawState
the state
Definition: StarObjectDraw.hxx:104
std::shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition: libstaroffice_internal.hxx:485
Internal: the structures of a StarObjectDraw.
Definition: StarObjectDraw.cxx:58
std::shared_ptr< STOFFGraphicListener > STOFFGraphicListenerPtr
a smart pointer of STOFFGraphicListener
Definition: libstaroffice_internal.hxx:481
the main class to read a StarOffice draw
Definition: StarObjectDraw.hxx:61
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
a zone in a StarOffice file
Definition: StarZone.hxx:56