80 void parse(librevenge::RVNGTextInterface *documentInterface)
override;
87 void createDocument(librevenge::RVNGTextInterface *documentInterface);
105 std::shared_ptr<SDXParserInternal::State>
m_state;
the main class to read a StarOffice sdX file
Definition: SDXParser.hxx:65
bool checkHeader(STOFFHeader *header, bool strict=false) override
checks if the document header is correct (or not)
Definition: SDXParser.cxx:246
void setDocumentPassword(char const *passwd)
set the document password
Definition: SDXParser.hxx:72
SDXParser(SDXParser const &orig)=delete
std::shared_ptr< SDXParserInternal::State > m_state
the state
Definition: SDXParser.hxx:105
~SDXParser() final
destructor
Definition: SDXParser.cxx:88
SDXParser(STOFFInputStreamPtr &input, STOFFHeader *header)
constructor
Definition: SDXParser.cxx:79
SDXParser & operator=(SDXParser const &orig)=delete
char const * m_password
the password
Definition: SDXParser.hxx:101
void createDocument(librevenge::RVNGTextInterface *documentInterface)
creates the listener which will be associated to the document
Definition: SDXParser.cxx:223
std::shared_ptr< STOFFOLEParser > m_oleParser
the ole parser
Definition: SDXParser.hxx:103
void init()
inits all internal variables
Definition: SDXParser.cxx:92
void parse(librevenge::RVNGTextInterface *documentInterface) override
virtual function used to parse the input
Definition: SDXParser.cxx:102
bool createZones()
parses the different OLE, ...
Definition: SDXParser.cxx:124
a class used to parse some basic oles Tries to read the different ole parts and stores their contents...
Definition: STOFFOLEParser.hxx:87
virtual class which defines the ancestor of all text zone parser
Definition: STOFFParser.hxx:195
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 SDXParser.
Definition: SDXParser.cxx:60