38 #ifndef RAGTIME5_SPREADSHEET 39 # define RAGTIME5_SPREADSHEET 45 #include <librevenge/librevenge.h> 77 friend class RagTime5SpreadsheetInternal::SubDocument;
156 shared_ptr<RagTime5SpreadsheetInternal::State>
m_state;
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:505
shared_ptr< RagTime5StyleManager > m_styleManager
the style manager
Definition: RagTime5Spreadsheet.hxx:151
internal: a structure used to store a sheet in RagTime5SpreadsheetInternal
Definition: RagTime5Spreadsheet.cxx:425
a struct to store what a cell contains
Definition: RagTime5Spreadsheet.cxx:162
RagTime5Parser & m_mainParser
the parser
Definition: RagTime5Spreadsheet.hxx:146
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Spreadsheet.hxx:153
basic class used to read/store RagTime 5/6 styles
Definition: RagTime5StyleManager.hxx:60
MWAWParser & operator=(const MWAWParser &)
private operator=: forbidden
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:48
the main class to read the spreadsheet part of RagTime 56 file
Definition: RagTime5Spreadsheet.hxx:75
shared_ptr< MWAWSpreadsheetListener > MWAWSpreadsheetListenerPtr
a smart pointer of MWAWSpreadsheetListener
Definition: libmwaw_internal.hxx:515
friend class RagTime5Spreadsheet
Definition: RagTime5Parser.hxx:79
Internal: the structures of a RagTime5Spreadsheet.
Definition: RagTime5Spreadsheet.cxx:66
int version() const
returns the works version
Definition: MWAWParser.hxx:108
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:73
shared_ptr< RagTime5ClusterManager::Cluster > readSpreadsheetCluster(RagTime5Zone &zone, int zoneType)
try to read a spreadsheet cluster (via the spreadsheet manager)
Definition: RagTime5Parser.cxx:390
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:509
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
bool send(int zoneId, MWAWListenerPtr listener, MWAWPosition const &pos, int partId=0, int part2Id=0)
try to send a cluster zone (mainly unimplemented)
Definition: RagTime5Parser.cxx:2493
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:156
void flushExtra()
flush unsent zone (debugging function)
Definition: RagTime5Parser.cxx:2522
shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Spreadsheet.hxx:149
shared_ptr< RagTime5SpreadsheetInternal::State > m_state
the state
Definition: RagTime5Spreadsheet.hxx:156
a link to a small zone (or set of zones) in RagTime 5/6 documents
Definition: RagTime5ClusterManager.hxx:105