38#ifndef CLARIS_WKS_SPREADSHEET
39# define CLARIS_WKS_SPREADSHEET
129 std::shared_ptr<ClarisWksSpreadsheetInternal::State>
m_state;
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:74
the main class to read a Claris Works file
Definition: ClarisWksParser.hxx:68
the main class to read the text part of Claris Works file
Definition: ClarisWksSpreadsheet.hxx:71
virtual ~ClarisWksSpreadsheet()
destructor
Definition: ClarisWksSpreadsheet.cxx:156
ClarisWksSpreadsheet & operator=(ClarisWksSpreadsheet const &orig)=delete
bool sendSpreadsheet(int number, MWAWListenerPtr listener)
sends the zone data to the listener (if it exists )
Definition: ClarisWksSpreadsheet.cxx:474
MWAWParser * m_mainParser
the main parser;
Definition: ClarisWksSpreadsheet.hxx:132
int numPages() const
returns the number of pages
Definition: ClarisWksSpreadsheet.cxx:165
bool sendSpreadsheetAsTable(int number, MWAWListenerPtr listener)
sends the zone data to the listener (if it exists )
Definition: ClarisWksSpreadsheet.cxx:583
bool canSendSpreadsheetAsGraphic(int) const
check if we can send a spreadsheet as graphic
Definition: ClarisWksSpreadsheet.hxx:90
int version() const
returns the file version
Definition: ClarisWksSpreadsheet.cxx:159
std::shared_ptr< ClarisWksSpreadsheetInternal::State > m_state
the state
Definition: ClarisWksSpreadsheet.hxx:129
bool readRowHeightZone(ClarisWksSpreadsheetInternal::Spreadsheet &sheet)
try to read the row height zone
Definition: ClarisWksSpreadsheet.cxx:420
bool readZone1(ClarisWksSpreadsheetInternal::Spreadsheet &sheet)
try to read the first spreadsheet zone
Definition: ClarisWksSpreadsheet.cxx:353
std::shared_ptr< ClarisWksStruct::DSET > readSpreadsheetZone(ClarisWksStruct::DSET const &zone, MWAWEntry const &entry, bool &complete)
reads the zone Text DSET
Definition: ClarisWksSpreadsheet.cxx:177
ClarisWksSpreadsheet(ClarisWksSpreadsheet const &orig)=delete
ClarisWksDocument & m_document
the document
Definition: ClarisWksSpreadsheet.hxx:123
MWAWParserStatePtr m_parserState
the parser state
Definition: ClarisWksSpreadsheet.hxx:126
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:100
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:553
Internal: the structures of a ClarisWksSpreadsheet.
Definition: ClarisWksSpreadsheet.cxx:59
Internal the spreadsheet.
Definition: ClarisWksSpreadsheet.cxx:61
main structure which correspond to a document part
Definition: ClarisWksStruct.hxx:87