Internal: the state of a RagTimeSpreadsheet. More...
Public Member Functions | |
State () | |
constructor |
Public Attributes | |
int | m_version |
the file version | |
std::vector< MWAWCell::Format > | m_numericFormatList |
a list of numeric format | |
std::vector< DateTime > | m_dateTimeList |
a list dateTimeFormatId -> dateTimeFormat; | |
std::vector< MWAWFont > | m_cellFontList |
a list SpTe -> font | |
std::vector< CellFormat > | m_cellFormatList |
a list SpVaId -> cellFormat | |
std::vector< CellBorder > | m_cellBorderList |
a list SpBoId -> cellBorder | |
std::vector< CellExtra > | m_cellExtraList |
a list SpCeId -> cellExtra | |
std::vector< std::string > | m_cellDEList |
a list SpDEId -> unknown data | |
std::map< int, std::shared_ptr< Spreadsheet > > | m_idSpreadsheetMap |
map id -> spreadsheet |
Internal: the state of a RagTimeSpreadsheet.
|
inline |
constructor
std::vector<CellBorder> RagTimeSpreadsheetInternal::State::m_cellBorderList |
a list SpBoId -> cellBorder
Referenced by State().
std::vector<std::string> RagTimeSpreadsheetInternal::State::m_cellDEList |
a list SpDEId -> unknown data
Referenced by State().
std::vector<CellExtra> RagTimeSpreadsheetInternal::State::m_cellExtraList |
a list SpCeId -> cellExtra
Referenced by State().
std::vector<MWAWFont> RagTimeSpreadsheetInternal::State::m_cellFontList |
a list SpTe -> font
Referenced by State().
std::vector<CellFormat> RagTimeSpreadsheetInternal::State::m_cellFormatList |
a list SpVaId -> cellFormat
Referenced by State().
std::vector<DateTime> RagTimeSpreadsheetInternal::State::m_dateTimeList |
a list dateTimeFormatId -> dateTimeFormat;
Referenced by State().
std::map<int, std::shared_ptr<Spreadsheet> > RagTimeSpreadsheetInternal::State::m_idSpreadsheetMap |
map id -> spreadsheet
Referenced by State().
std::vector<MWAWCell::Format> RagTimeSpreadsheetInternal::State::m_numericFormatList |
a list of numeric format
Referenced by State().
|
mutable |
the file version
Referenced by State().