38 #ifndef CLARIS_WKS_PR_PARSER 39 # define CLARIS_WKS_PR_PARSER 45 #include <librevenge/librevenge.h> 82 void parse(
librevenge::RVNGPresentationInterface *documentInterface) final;
89 void createDocument(
librevenge::RVNGPresentationInterface *documentInterface);
Definition: MWAWDocument.hxx:56
std::shared_ptr< ClarisWksDocumentInternal::State > m_state
the state
Definition: ClarisWksDocument.hxx:239
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:73
Internal: the structures of a ClarisWksPRParser.
Definition: ClarisWksPRParser.cxx:66
virtual class which defines the ancestor of all presentation zone parser
Definition: MWAWParser.hxx:266
the main class to create presentation Claris Works file
Definition: ClarisWksPRParser.hxx:67
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the subdocument of a ClarisWksPRParser.
Definition: ClarisWksPRParser.cxx:84
friend class ClarisWksPRParser
Definition: ClarisWksDocument.hxx:78
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: ClarisWksDocument.cxx:642