Internal: the spreadsheet data of a WingzParser.  
 More...
Internal: the spreadsheet data of a WingzParser. 
◆ Spreadsheet()
  
  | 
        
          | WingzParserInternal::Spreadsheet::Spreadsheet | ( |  | ) |  |  | inline | 
 
 
◆ convertInPoint()
  
  | 
        
          | std::vector<float> WingzParserInternal::Spreadsheet::convertInPoint | ( | std::vector< float > const & | list | ) | const |  | inline | 
 
convert the m_widthCols in a vector of of point size 
 
 
◆ getPosition()
returns the page position corresponding to a cell and its relative position(in percent) 
 
 
◆ getRightBottomPosition()
  
  | 
        
          | MWAWVec2i WingzParserInternal::Spreadsheet::getRightBottomPosition | ( |  | ) | const |  | inlineprotected | 
 
returns the last Right Bottom cell position 
 
 
◆ getRowHeight() [1/2]
  
  | 
        
          | float WingzParserInternal::Spreadsheet::getRowHeight | ( | int | row | ) | const |  | inline | 
 
returns the row size in point 
 
 
◆ getRowHeight() [2/2]
  
  | 
        
          | float WingzParserInternal::Spreadsheet::getRowHeight | ( | int | row, |  
          |  |  | int & | numRepeated |  
          |  | ) |  | const |  | inline | 
 
returns the height of a row in point and updated repeated row 
 
 
◆ update()
      
        
          | void WingzParserInternal::Spreadsheet::update | ( | Cell & | cell | ) | const | 
      
 
update the cell, ie. look if there is a avalaible formula, ... 
 
 
◆ m_cellIdPosMap
the map cellId to cellPos 
 
 
◆ m_cells
      
        
          | std::vector<Cell> WingzParserInternal::Spreadsheet::m_cells | 
      
 
the list of not empty cells 
 
 
◆ m_formulaMap
◆ m_heightDefault
      
        
          | float WingzParserInternal::Spreadsheet::m_heightDefault | 
      
 
 
◆ m_heightRows
      
        
          | std::vector<float> WingzParserInternal::Spreadsheet::m_heightRows | 
      
 
 
◆ m_name
      
        
          | std::string WingzParserInternal::Spreadsheet::m_name | 
      
 
 
◆ m_styleMap
      
        
          | std::map<int, Style> WingzParserInternal::Spreadsheet::m_styleMap | 
      
 
 
◆ m_widthCols
      
        
          | std::vector<float> WingzParserInternal::Spreadsheet::m_widthCols | 
      
 
the column size in points 
 
 
◆ m_widthDefault
      
        
          | float WingzParserInternal::Spreadsheet::m_widthDefault | 
      
 
 
The documentation for this struct was generated from the following file: