the main class to read the text part of Claris Works file More...
#include <CWSpreadsheet.hxx>
Public Member Functions | |
| CWSpreadsheet (CWParser &parser) | |
| constructor More... | |
| virtual | ~CWSpreadsheet () |
| destructor More... | |
| int | version () const |
| returns the file version More... | |
| int | numPages () const |
| returns the number of pages More... | |
| shared_ptr< CWStruct::DSET > | readSpreadsheetZone (CWStruct::DSET const &zone, MWAWEntry const &entry, bool &complete) |
| reads the zone Text DSET More... | |
Protected Member Functions | |
| bool | readZone1 (CWSpreadsheetInternal::Spreadsheet &sheet) |
| try to read the first spreadsheet zone More... | |
| bool | readContent (CWSpreadsheetInternal::Spreadsheet &sheet) |
| try to read the record structure More... | |
Protected Attributes | |
| MWAWParserStatePtr | m_parserState |
| the parser state More... | |
| shared_ptr < CWSpreadsheetInternal::State > | m_state |
| the state More... | |
| CWParser * | m_mainParser |
| the main parser; More... | |
| shared_ptr< CWStyleManager > | m_styleManager |
| the style manager More... | |
Private Member Functions | |
| CWSpreadsheet (CWSpreadsheet const &orig) | |
| CWSpreadsheet & | operator= (CWSpreadsheet const &orig) |
Friends | |
| class | CWParser |
the main class to read the text part of Claris Works file
| CWSpreadsheet::CWSpreadsheet | ( | CWParser & | parser | ) |
constructor
|
virtual |
destructor
|
private |
| int CWSpreadsheet::numPages | ( | ) | const |
returns the number of pages
|
private |
|
protected |
try to read the record structure
ARGHH: this zone is almost the only zone which count the header in sz ...
| shared_ptr< CWStruct::DSET > CWSpreadsheet::readSpreadsheetZone | ( | CWStruct::DSET const & | zone, |
| MWAWEntry const & | entry, | ||
| bool & | complete | ||
| ) |
reads the zone Text DSET
|
protected |
try to read the first spreadsheet zone
| int CWSpreadsheet::version | ( | ) | const |
returns the file version
Referenced by readZone1().
|
friend |
|
protected |
the main parser;
|
protected |
the parser state
Referenced by readContent(), readZone1(), and version().
|
protected |
the state
|
protected |
the style manager