38 #ifndef CW_MWAW_SPREADSHEET
39 # define CW_MWAW_SPREADSHEET
58 namespace CWSpreadsheetInternal
116 shared_ptr<CWSpreadsheetInternal::State>
m_state;
main structure which correspond to a document part
Definition: CWStruct.hxx:55
shared_ptr< MWAWParserState > MWAWParserStatePtr
Definition: ACText.hxx:49
shared_ptr< CWSpreadsheetInternal::State > m_state
the state
Definition: CWSpreadsheet.hxx:116
a structure to store the style list and the lookup zone
Definition: CWStyleManager.hxx:64
the main class to read the text part of Claris Works file
Definition: CWSpreadsheet.hxx:73
int version() const
returns the file version
Definition: CWSpreadsheet.cxx:92
MWAWParserStatePtr m_parserState
the parser state
Definition: CWSpreadsheet.hxx:113
a class to define the parser state
Definition: MWAWParser.hxx:60
CWParser * m_mainParser
the main parser;
Definition: CWSpreadsheet.hxx:119
shared_ptr< CWStruct::DSET > readSpreadsheetZone(CWStruct::DSET const &zone, MWAWEntry const &entry, bool &complete)
reads the zone Text DSET
Definition: CWSpreadsheet.cxx:110
virtual ~CWSpreadsheet()
destructor
Definition: CWSpreadsheet.cxx:89
the main class to read a Claris Works file
Definition: CWParser.hxx:75
bool readZone1(CWSpreadsheetInternal::Spreadsheet &sheet)
try to read the first spreadsheet zone
Definition: CWSpreadsheet.cxx:238
CWSpreadsheet & operator=(CWSpreadsheet const &orig)
CWSpreadsheet(CWParser &parser)
constructor
Definition: CWSpreadsheet.cxx:83
Internal the spreadsheet.
Definition: CWSpreadsheet.cxx:56
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
int numPages() const
returns the number of pages
Definition: CWSpreadsheet.cxx:98
shared_ptr< CWStyleManager > m_styleManager
the style manager
Definition: CWSpreadsheet.hxx:122
bool readContent(CWSpreadsheetInternal::Spreadsheet &sheet)
try to read the record structure
Definition: CWSpreadsheet.cxx:305