the state of QuattroDosSpreadsheet  
 More...
◆ State()
  
  | 
        
          | QuattroDosSpreadsheetInternal::State::State | ( |  | ) |  |  | inline | 
 
 
◆ getActualSheet()
  
  | 
        
          | Spreadsheet & QuattroDosSpreadsheetInternal::State::getActualSheet | ( |  | ) |  |  | inline | 
 
 
◆ getMaximalSheet()
returns the maximal spreadsheet 
 
 
◆ getSheet()
returns the ith real spreadsheet 
 
 
◆ getSheetName()
  
  | 
        
          | librevenge::RVNGString QuattroDosSpreadsheetInternal::State::getSheetName | ( | int | id | ) |  |  | inline | 
 
returns the ith spreadsheet 
 
 
◆ getUniqueSheetName()
  
  | 
        
          | librevenge::RVNGString QuattroDosSpreadsheetInternal::State::getUniqueSheetName | ( | librevenge::RVNGString const & | name | ) |  |  | inline | 
 
returns a unique sheet name build using the current name 
Referenced by getSheetName().
 
 
◆ popSheet()
  
  | 
        
          | bool QuattroDosSpreadsheetInternal::State::popSheet | ( |  | ) |  |  | inline | 
 
try to pop the actual sheet 
 
 
◆ pushNewSheet()
  
  | 
        
          | void QuattroDosSpreadsheetInternal::State::pushNewSheet | ( | std::shared_ptr< Spreadsheet > | sheet | ) |  |  | inline | 
 
create a new sheet and stack id 
Referenced by State().
 
 
◆ m_eof
      
        
          | long QuattroDosSpreadsheetInternal::State::m_eof | 
      
 
 
◆ m_idToSheetNameMap
      
        
          | std::map<int, librevenge::RVNGString> QuattroDosSpreadsheetInternal::State::m_idToSheetNameMap | 
      
 
 
◆ m_sheetNameSet
      
        
          | std::set<librevenge::RVNGString> QuattroDosSpreadsheetInternal::State::m_sheetNameSet | 
      
 
 
◆ m_spreadsheetList
      
        
          | std::vector<std::shared_ptr<Spreadsheet> > QuattroDosSpreadsheetInternal::State::m_spreadsheetList | 
      
 
 
◆ m_spreadsheetStack
      
        
          | std::stack<std::shared_ptr<Spreadsheet> > QuattroDosSpreadsheetInternal::State::m_spreadsheetStack | 
      
 
 
◆ m_styleManager
      
        
          | StyleManager QuattroDosSpreadsheetInternal::State::m_styleManager | 
      
 
 
◆ m_version
      
        
          | int QuattroDosSpreadsheetInternal::State::m_version | 
      
 
 
The documentation for this struct was generated from the following file: