the main class to read the spreadsheet part of RagTime 56 file More...
#include <RagTime5Spreadsheet.hxx>
Public Member Functions | |
RagTime5Spreadsheet (RagTime5Parser &parser) | |
constructor More... | |
virtual | ~RagTime5Spreadsheet () |
destructor More... | |
int | version () const |
returns the file version More... | |
int | numPages () const |
returns the number of pages More... | |
Protected Member Functions | |
bool | send (int zoneId, MWAWListenerPtr listener, MWAWPosition const &pos, int partId=0) |
try to send the cluster zone More... | |
bool | send (RagTime5SpreadsheetInternal::Sheet &sheet, MWAWListenerPtr listener, MWAWPosition const &pos, int partId=0) |
try to send the cluster zone More... | |
bool | send (RagTime5SpreadsheetInternal::Sheet &sheet, RagTime5SpreadsheetInternal::CellContent const &cell, int numRepeated, MWAWSpreadsheetListenerPtr &listener) |
try to send a cell More... | |
void | flushExtra () |
sends the data which have not yet been sent to the listener More... | |
std::shared_ptr< RagTime5ClusterManager::Cluster > | readSpreadsheetCluster (RagTime5Zone &zone, int zoneType) |
try to read a spreadsheet cluster More... | |
bool | readSheetDimensions (RagTime5SpreadsheetInternal::Sheet &sheet, RagTime5Zone &zone, RagTime5ClusterManager::Link const &link) |
try to read the spreadsheet dimensions More... | |
bool | readValuesTree (RagTime5SpreadsheetInternal::Sheet &sheet, RagTime5Zone &zone, RagTime5ClusterManager::Link const &link, int rootId, MWAWVec3i const &maxPos) |
try to read a spreadsheet tree of values More... | |
bool | readCellBlocks (RagTime5SpreadsheetInternal::Sheet &sheet, RagTime5Zone &zone, RagTime5ClusterManager::Link const &link, bool unionBlock) |
try to read a spreadsheet referenced/union zones More... | |
bool | readCellRefPos (RagTime5Zone &zone, RagTime5ClusterManager::Link const &link) |
try to read the cell ref ??? zone More... | |
Protected Attributes | |
RagTime5Parser & | m_mainParser |
the parser More... | |
std::shared_ptr< RagTime5StructManager > | m_structManager |
the structure manager More... | |
std::shared_ptr< RagTime5StyleManager > | m_styleManager |
the style manager More... | |
MWAWParserStatePtr | m_parserState |
the parser state More... | |
std::shared_ptr< RagTime5SpreadsheetInternal::State > | m_state |
the state More... | |
Private Member Functions | |
RagTime5Spreadsheet (RagTime5Spreadsheet const &orig)=delete | |
RagTime5Spreadsheet & | operator= (RagTime5Spreadsheet const &orig)=delete |
Friends | |
class | RagTime5SpreadsheetInternal::SubDocument |
class | RagTime5Parser |
the main class to read the spreadsheet part of RagTime 56 file
|
explicit |
constructor
|
virtual |
destructor
|
privatedelete |
|
protected |
sends the data which have not yet been sent to the listener
int RagTime5Spreadsheet::numPages | ( | ) | const |
returns the number of pages
|
privatedelete |
|
protected |
try to read a spreadsheet referenced/union zones
|
protected |
try to read the cell ref ??? zone
|
protected |
try to read the spreadsheet dimensions
|
protected |
try to read a spreadsheet cluster
|
protected |
try to read a spreadsheet tree of values
|
protected |
try to send the cluster zone
Referenced by flushExtra(), and send().
|
protected |
try to send the cluster zone
|
protected |
try to send a cell
int RagTime5Spreadsheet::version | ( | ) | const |
returns the file version
|
friend |
|
friend |
|
protected |
the parser
|
protected |
the parser state
Referenced by flushExtra(), send(), and version().
|
protected |
the state
Referenced by flushExtra(), numPages(), and send().
|
protected |
the structure manager
|
protected |
the style manager
Referenced by send().