80 void parse(librevenge::RVNGDrawingInterface *documentInterface)
override;
84 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
105 std::shared_ptr<SDGParserInternal::State>
m_state;
the main class to read a StarOffice sdg file
Definition: SDGParser.hxx:65
bool readSGA3(StarZone &zone)
try to read a SGA3 zone
Definition: SDGParser.cxx:245
SDGParser(STOFFInputStreamPtr &input, STOFFHeader *header)
constructor
Definition: SDGParser.cxx:135
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: SDGParser.cxx:225
SDGParser(SDGParser const &orig)=delete
SDGParser & operator=(SDGParser const &orig)=delete
bool readBitmap(StarZone &zone)
try to read a bitmap
Definition: SDGParser.cxx:290
void parse(librevenge::RVNGDrawingInterface *documentInterface) override
virtual function used to parse the input
Definition: SDGParser.cxx:149
bool createZones()
parses the different OLE, ...
Definition: SDGParser.cxx:199
bool checkHeader(STOFFHeader *header, bool strict=false) override
checks if the document header is correct (or not)
Definition: SDGParser.cxx:418
std::shared_ptr< SDGParserInternal::State > m_state
the state
Definition: SDGParser.hxx:105
void setDocumentPassword(char const *passwd)
set the document password
Definition: SDGParser.hxx:72
~SDGParser() final
destructor
Definition: SDGParser.cxx:142
char const * m_password
the password
Definition: SDGParser.hxx:103
virtual class which defines the ancestor of all graphic/presentation zone parser
Definition: STOFFParser.hxx:210
a class used to parse some basic oles Tries to read the different ole parts and stores their contents...
Definition: STOFFOLEParser.hxx:87
the main class to read/.
Definition: StarAttribute.hxx:1081
an object corresponding to an OLE directory
Definition: StarObject.hxx:65
a zone in a StarOffice file
Definition: StarZone.hxx:57
std::shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition: libstaroffice_internal.hxx:489
Internal: the structures of a SDGParser.
Definition: SDGParser.cxx:54