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