55 namespace CWTableInternal
the struct which stores the Table
Definition: CWTable.cxx:124
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:294
a structure to store the style list and the lookup zone
Definition: CWStyleManager.hxx:60
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:708
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:531
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:647
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: CWTable.cxx:435
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:453
virtual ~CWTable()
destructor
Definition: CWTable.cxx:268
bool askMainToSendZone(int number)
ask the main parser to send a zone
Definition: CWTable.cxx:276
bool sendZone(int number)
sends the zone data to the listener (if it exists )
Definition: CWTable.cxx:414
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:342
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
CWTable(CWParser &parser)
constructor
Definition: CWTable.cxx:262
int numPages() const
returns the number of pages
Definition: CWTable.cxx:282
int version() const
returns the file version
Definition: CWTable.cxx:271