55 namespace CWTableInternal
the struct which stores the Table
Definition: CWTable.cxx:123
CWParser * m_mainParser
the main parser;
Definition: CWTable.hxx:131
main structure which correspond to a document part
Definition: CWStruct.hxx:55
shared_ptr< CWStruct::DSET > readTableZone(CWStruct::DSET const &zone, MWAWEntry const &entry, bool &complete)
reads the zone Text DSET
Definition: CWTable.cxx:293
a structure to store the style list and the lookup zone
Definition: CWStyleManager.hxx:59
MWAWParserStatePtr m_parserState
the parser state
Definition: CWTable.hxx:125
bool readTablePointers(CWTableInternal::Table &table)
try to read a list of pointer ( unknown meaning )
Definition: CWTable.cxx:709
CWTable & operator=(CWTable const &orig)
the main class to read the text part of Claris Works file
Definition: CWTable.hxx:69
bool readTableCells(CWTableInternal::Table &table)
try to read the table cells
Definition: CWTable.cxx:530
shared_ptr< CWTableInternal::State > m_state
the state
Definition: CWTable.hxx:128
bool readTableBordersId(CWTableInternal::Table &table)
try to read the table border
Definition: CWTable.cxx:648
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: CWTable.cxx:434
shared_ptr< CWStyleManager > m_styleManager
the style manager
Definition: CWTable.hxx:134
the main class to read a Claris Works file
Definition: CWParser.hxx:73
bool readTableBorders(CWTableInternal::Table &table)
try to read the table border
Definition: CWTable.cxx:452
virtual ~CWTable()
destructor
Definition: CWTable.cxx:267
bool askMainToSendZone(int number)
ask the main parser to send a zone
Definition: CWTable.cxx:275
bool sendZone(int number)
sends the zone data to the listener (if it exists )
Definition: CWTable.cxx:413
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:356
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
CWTable(CWParser &parser)
constructor
Definition: CWTable.cxx:261
int numPages() const
returns the number of pages
Definition: CWTable.cxx:281
int version() const
returns the file version
Definition: CWTable.cxx:270