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, shared_ptr < Spreadsheet > > | m_idSpreadsheetMap |
| map id -> spreadsheet | |
Internal: the state of a RagTimeSpreadsheet.
| RagTimeSpreadsheetInternal::State::State | ( | ) | [inline] |
constructor
a list SpBoId -> cellBorder
| std::vector<std::string> RagTimeSpreadsheetInternal::State::m_cellDEList |
a list SpDEId -> unknown data
a list SpCeId -> cellExtra
a list SpTe -> font
a list SpVaId -> cellFormat
a list dateTimeFormatId -> dateTimeFormat;
| std::map<int, shared_ptr<Spreadsheet> > RagTimeSpreadsheetInternal::State::m_idSpreadsheetMap |
map id -> spreadsheet
a list of numeric format
int RagTimeSpreadsheetInternal::State::m_version [mutable] |
the file version