38 #ifndef CLARIS_WKS_DATABASE
39 # define CLARIS_WKS_DATABASE
131 shared_ptr<ClarisWksDatabaseInternal::State>
m_state;
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:441
the main class to read the text part of Claris Works file
Definition: ClarisWksDatabase.hxx:71
ClarisWksDatabase(ClarisWksDocument &document)
constructor
Definition: ClarisWksDatabase.cxx:244
shared_ptr< ClarisWksStruct::DSET > readDatabaseZone(ClarisWksStruct::DSET const &zone, MWAWEntry const &entry, bool &complete)
reads the zone Text DSET
Definition: ClarisWksDatabase.cxx:271
ClarisWksDatabase & operator=(ClarisWksDatabase const &orig)
bool canSendDatabaseAsGraphic(int) const
check if we can send a database as graphic
Definition: ClarisWksDatabase.hxx:91
Internal: the database of a ClarisWksDatabase.
Definition: ClarisWksDatabase.cxx:209
bool readFields(ClarisWksDatabaseInternal::Database &dBase)
try to read the database structure
Definition: ClarisWksDatabase.cxx:442
a structure to store the style list and the lookup zone
Definition: ClarisWksStyleManager.hxx:60
int version() const
returns the file version
Definition: ClarisWksDatabase.cxx:253
main structure which correspond to a document part
Definition: ClarisWksStruct.hxx:58
MWAWParserStatePtr m_parserState
the parser state
Definition: ClarisWksDatabase.hxx:128
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:72
int numPages() const
returns the number of pages
Definition: ClarisWksDatabase.cxx:259
the main class to read a Claris Works file
Definition: ClarisWksParser.hxx:67
ClarisWksDocument & m_document
the document
Definition: ClarisWksDatabase.hxx:125
shared_ptr< ClarisWksDatabaseInternal::State > m_state
the state
Definition: ClarisWksDatabase.hxx:131
bool sendDatabase(int number, MWAWListenerPtr listener)
sends the zone data to the listener (if it exists )
Definition: ClarisWksDatabase.cxx:796
MWAWParser * m_mainParser
the main parser;
Definition: ClarisWksDatabase.hxx:134
bool readLayout(ClarisWksDatabaseInternal::Database &dBase)
try to read the layout structures
Definition: ClarisWksDatabase.cxx:705
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:445
Internal: the structures of a ClarisWksDatabase.
Definition: ClarisWksDatabase.cxx:56
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:97
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
virtual ~ClarisWksDatabase()
destructor
Definition: ClarisWksDatabase.cxx:250
bool readDefaults(ClarisWksDatabaseInternal::Database &dBase)
try to read the default structure
Definition: ClarisWksDatabase.cxx:630