38 #ifndef CW_MWAW_SPREADSHEET
39 # define CW_MWAW_SPREADSHEET
55 namespace CWSpreadsheetInternal
122 shared_ptr<CWSpreadsheetInternal::State>
m_state;
main structure which correspond to a document part
Definition: CWStruct.hxx:55
shared_ptr< CWSpreadsheetInternal::State > m_state
the state
Definition: CWSpreadsheet.hxx:122
a structure to store the style list and the lookup zone
Definition: CWStyleManager.hxx:59
bool readRowHeightZone(CWSpreadsheetInternal::Spreadsheet &sheet)
try to read the row height zone
Definition: CWSpreadsheet.cxx:322
the main class to read the text part of Claris Works file
Definition: CWSpreadsheet.hxx:70
bool sendSpreadsheet(int number)
sends the zone data to the listener (if it exists )
Definition: CWSpreadsheet.cxx:388
bool canSendSpreadsheetAsGraphic(int) const
check if we can send a spreadsheet as graphic
Definition: CWSpreadsheet.hxx:90
int version() const
returns the file version
Definition: CWSpreadsheet.cxx:101
MWAWParserStatePtr m_parserState
the parser state
Definition: CWSpreadsheet.hxx:119
CWParser * m_mainParser
the main parser;
Definition: CWSpreadsheet.hxx:125
shared_ptr< CWStruct::DSET > readSpreadsheetZone(CWStruct::DSET const &zone, MWAWEntry const &entry, bool &complete)
reads the zone Text DSET
Definition: CWSpreadsheet.cxx:119
virtual ~CWSpreadsheet()
destructor
Definition: CWSpreadsheet.cxx:98
the main class to read a Claris Works file
Definition: CWParser.hxx:73
bool readZone1(CWSpreadsheetInternal::Spreadsheet &sheet)
try to read the first spreadsheet zone
Definition: CWSpreadsheet.cxx:255
CWSpreadsheet & operator=(CWSpreadsheet const &orig)
CWSpreadsheet(CWParser &parser)
constructor
Definition: CWSpreadsheet.cxx:92
Internal the spreadsheet.
Definition: CWSpreadsheet.cxx:59
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
int numPages() const
returns the number of pages
Definition: CWSpreadsheet.cxx:107
shared_ptr< CWStyleManager > m_styleManager
the style manager
Definition: CWSpreadsheet.hxx:128