38 #ifndef CLARIS_WKS_PR_PARSER 39 # define CLARIS_WKS_PR_PARSER 45 #include <librevenge/librevenge.h> 82 void parse(librevenge::RVNGPresentationInterface *documentInterface);
89 void createDocument(librevenge::RVNGPresentationInterface *documentInterface);
101 shared_ptr<ClarisWksPRParserInternal::State>
m_state;
shared_ptr< ClarisWksDocument > m_document
the main document manager
Definition: ClarisWksPRParser.hxx:104
shared_ptr< ClarisWksPRParserInternal::State > m_state
the state
Definition: ClarisWksPRParser.hxx:101
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:73
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:510
Internal: the structures of a ClarisWksPRParser.
Definition: ClarisWksPRParser.cxx:66
virtual class which defines the ancestor of all presentation zone parser
Definition: MWAWParser.hxx:260
the main class to create presentation Claris Works file
Definition: ClarisWksPRParser.hxx:67
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:500
Internal: the subdocument of a ClarisWksPRParser.
Definition: ClarisWksPRParser.cxx:82
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:615