the state of Quattro9Spreadsheet More...
| Public Member Functions | |
| State (QuattroFormulaManager::CellReferenceFunction const &readCellReference) | |
| constructor | |
| librevenge::RVNGString | getSheetName (int id) const | 
| returns the ith spreadsheet | |
| Public Attributes | |
| int | m_version | 
| the file version | |
| std::pair< std::shared_ptr< WPSStream >, std::vector< Quattro9ParserInternal::TextEntry > > | m_documentStrings | 
| the document strings | |
| std::pair< std::shared_ptr< WPSStream >, std::vector< WPSEntry > > | m_documentFormulas | 
| the document formulas | |
| QuattroFormulaManager | m_formulaManager | 
| the formula manager | |
| std::shared_ptr< Spreadsheet > | m_actualSpreadsheet | 
| the actual sheet | |
| int | m_actualColumn | 
| the actual column | |
| std::vector< Style > | m_stylesList | 
| the list of styles | |
| std::map< int, std::shared_ptr< Spreadsheet > > | m_spreadsheetMap | 
| the map of spreadsheet | |
| std::map< int, librevenge::RVNGString > | m_idToSheetNameMap | 
| the map id to sheet's name | |
| std::map< int, librevenge::RVNGString > | m_idToUserFormatMap | 
| map id to user format string | |
the state of Quattro9Spreadsheet
| 
 | inlineexplicit | 
constructor
| 
 | inline | 
returns the ith spreadsheet
| int Quattro9SpreadsheetInternal::State::m_actualColumn | 
the actual column
Referenced by State().
| std::shared_ptr<Spreadsheet> Quattro9SpreadsheetInternal::State::m_actualSpreadsheet | 
the actual sheet
Referenced by State().
| std::pair<std::shared_ptr<WPSStream>, std::vector<WPSEntry> > Quattro9SpreadsheetInternal::State::m_documentFormulas | 
the document formulas
Referenced by State().
| std::pair<std::shared_ptr<WPSStream>, std::vector<Quattro9ParserInternal::TextEntry> > Quattro9SpreadsheetInternal::State::m_documentStrings | 
the document strings
Referenced by State().
| QuattroFormulaManager Quattro9SpreadsheetInternal::State::m_formulaManager | 
the formula manager
Referenced by State().
| std::map<int, librevenge::RVNGString> Quattro9SpreadsheetInternal::State::m_idToSheetNameMap | 
the map id to sheet's name
Referenced by getSheetName(), and State().
| std::map<int, librevenge::RVNGString> Quattro9SpreadsheetInternal::State::m_idToUserFormatMap | 
map id to user format string
Referenced by State().
| std::map<int, std::shared_ptr<Spreadsheet> > Quattro9SpreadsheetInternal::State::m_spreadsheetMap | 
the map of spreadsheet
Referenced by State().
| std::vector<Style> Quattro9SpreadsheetInternal::State::m_stylesList | 
the list of styles
Referenced by State().
| int Quattro9SpreadsheetInternal::State::m_version | 
the file version
Referenced by State().