58 namespace CWTableInternal
the struct which stores the Table
Definition: CWTable.cxx:130
CWParser * m_mainParser
the main parser;
Definition: CWTable.hxx:139
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:366
shared_ptr< MWAWParserState > MWAWParserStatePtr
Definition: ACText.hxx:49
a structure to store the style list and the lookup zone
Definition: CWStyleManager.hxx:64
Internal: a cell inside a CWTable.
Definition: CWTable.cxx:88
MWAWParserStatePtr m_parserState
the parser state
Definition: CWTable.hxx:133
bool readTablePointers(CWTableInternal::Table &table)
try to read a list of pointer ( unknown meaning )
Definition: CWTable.cxx:748
CWTable & operator=(CWTable const &orig)
the main class to read the text part of Claris Works file
Definition: CWTable.hxx:73
a structure used to defined the cell position, and a format
Definition: MWAWCell.hxx:295
void updateCell(CWTableInternal::Cell const &cell, MWAWCell &rCell, WPXPropertyList &pList)
update the cell
Definition: CWTable.cxx:285
bool readTableCells(CWTableInternal::Table &table)
try to read the table cells
Definition: CWTable.cxx:602
a class to define the parser state
Definition: MWAWParser.hxx:60
shared_ptr< CWTableInternal::State > m_state
the state
Definition: CWTable.hxx:136
bool readTableBordersId(CWTableInternal::Table &table)
try to read the table border
Definition: CWTable.cxx:687
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: CWTable.cxx:506
shared_ptr< CWStyleManager > m_styleManager
the style manager
Definition: CWTable.hxx:142
the main class to read a Claris Works file
Definition: CWParser.hxx:75
bool readTableBorders(CWTableInternal::Table &table)
try to read the table border
Definition: CWTable.cxx:524
virtual ~CWTable()
destructor
Definition: CWTable.cxx:264
bool askMainToSendZone(int number)
ask the main parser to send a zone
Definition: CWTable.cxx:272
bool sendZone(int number)
sends the zone data to the listener (if it exists )
Definition: CWTable.cxx:485
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
CWTable(CWParser &parser)
constructor
Definition: CWTable.cxx:258
int numPages() const
returns the number of pages
Definition: CWTable.cxx:278
int version() const
returns the file version
Definition: CWTable.cxx:267