the state of QuattroSpreadsheet More...
| Public Member Functions | |
| State (QuattroFormulaManager::CellReferenceFunction const &readCellReference) | |
| constructor  More... | |
| std::shared_ptr< Spreadsheet > | getSheet (int id, libwps_tools_win::Font::Type fontType) | 
| returns the ith real spreadsheet  More... | |
| librevenge::RVNGString | getSheetName (int id) const | 
| returns the ith spreadsheet  More... | |
| Public Attributes | |
| int | m_version | 
| the file version  More... | |
| WPSVec3i | m_maxDimension | 
| the maximum col, row, sheet  More... | |
| int | m_actSheet | 
| the actual sheet  More... | |
| std::vector< Style > | m_stylesList | 
| the list of styles  More... | |
| QuattroFormulaManager | m_formulaManager | 
| the formula manager  More... | |
| std::map< int, std::shared_ptr< Spreadsheet > > | m_spreadsheetMap | 
| the map of spreadsheet  More... | |
| std::map< int, librevenge::RVNGString > | m_idToSheetNameMap | 
| the map id to sheet's name  More... | |
| std::map< int, librevenge::RVNGString > | m_idToUserFormatMap | 
| map id to user format string  More... | |
the state of QuattroSpreadsheet
| 
 | inlineexplicit | 
constructor
| 
 | inline | 
returns the ith real spreadsheet
| 
 | inline | 
returns the ith spreadsheet
| int QuattroSpreadsheetInternal::State::m_actSheet | 
the actual sheet
| QuattroFormulaManager QuattroSpreadsheetInternal::State::m_formulaManager | 
the formula manager
| std::map<int, librevenge::RVNGString> QuattroSpreadsheetInternal::State::m_idToSheetNameMap | 
the map id to sheet's name
Referenced by getSheetName().
| std::map<int, librevenge::RVNGString> QuattroSpreadsheetInternal::State::m_idToUserFormatMap | 
map id to user format string
| WPSVec3i QuattroSpreadsheetInternal::State::m_maxDimension | 
the maximum col, row, sheet
Referenced by getSheet().
| std::map<int, std::shared_ptr<Spreadsheet> > QuattroSpreadsheetInternal::State::m_spreadsheetMap | 
the map of spreadsheet
Referenced by getSheet().
| std::vector<Style> QuattroSpreadsheetInternal::State::m_stylesList | 
the list of styles
| int QuattroSpreadsheetInternal::State::m_version | 
the file version