Internal: the state of a StarObjectSpreadsheet. More...
| Public Member Functions | |
| State () | |
| constructor | |
| Public Attributes | |
| std::shared_ptr< StarObjectModel > | m_model | 
| the model | |
| std::vector< std::shared_ptr< Table > > | m_tableList | 
| the actual table | |
| std::vector< librevenge::RVNGString > | m_sheetNames | 
| the sheet names | |
| librevenge::RVNGString | m_pageStyle | 
| the main page style | |
Internal: the state of a StarObjectSpreadsheet.
| 
 | inline | 
constructor
| std::shared_ptr<StarObjectModel> StarObjectSpreadsheetInternal::State::m_model | 
the model
Referenced by State().
| librevenge::RVNGString StarObjectSpreadsheetInternal::State::m_pageStyle | 
the main page style
Referenced by State().
| std::vector<librevenge::RVNGString> StarObjectSpreadsheetInternal::State::m_sheetNames | 
the sheet names
Referenced by State().
| std::vector<std::shared_ptr<Table> > StarObjectSpreadsheetInternal::State::m_tableList | 
the actual table
Referenced by State().