Internal: the spreadsheet data of a WingzParser. More...
Public Member Functions | |
Spreadsheet () | |
constructor More... | |
float | getRowHeight (int row) const |
returns the row size in point More... | |
std::vector< float > | convertInPoint (std::vector< float > const &list) const |
convert the m_widthCols in a vector of of point size More... | |
void | update (Cell &cell) const |
update the cell, ie. look if there is a avalaible formula, ... More... | |
Public Attributes | |
float | m_widthDefault |
the default column width More... | |
std::vector< float > | m_widthCols |
the column size in points More... | |
float | m_heightDefault |
the default row height More... | |
std::vector< float > | m_heightRows |
the row height in points More... | |
std::vector< Cell > | m_cells |
the list of not empty cells More... | |
std::map< int, MWAWCellContent::FormulaInstruction > | m_cellIdPosMap |
the map cellId to cellPos More... | |
std::map< int, std::vector < MWAWCellContent::FormulaInstruction > > | m_formulaMap |
the list of formula More... | |
std::map< int, Style > | m_styleMap |
the list of style More... | |
std::string | m_name |
the spreadsheet name More... | |
Protected Member Functions | |
MWAWVec2i | getRightBottomPosition () const |
returns the last Right Bottom cell position More... | |
Internal: the spreadsheet data of a WingzParser.
|
inline |
constructor
|
inline |
convert the m_widthCols in a vector of of point size
Referenced by WingzParser::sendSpreadsheet().
|
inlineprotected |
returns the last Right Bottom cell position
Referenced by convertInPoint().
|
inline |
returns the row size in point
Referenced by WingzParser::sendSpreadsheet().
void WingzParserInternal::Spreadsheet::update | ( | Cell & | cell | ) | const |
update the cell, ie. look if there is a avalaible formula, ...
Referenced by WingzParser::sendSpreadsheet().
std::map<int, MWAWCellContent::FormulaInstruction> WingzParserInternal::Spreadsheet::m_cellIdPosMap |
the map cellId to cellPos
std::vector<Cell> WingzParserInternal::Spreadsheet::m_cells |
the list of not empty cells
Referenced by WingzParser::sendSpreadsheet().
std::map<int, std::vector<MWAWCellContent::FormulaInstruction> > WingzParserInternal::Spreadsheet::m_formulaMap |
the list of formula
Referenced by update().
float WingzParserInternal::Spreadsheet::m_heightDefault |
the default row height
Referenced by getRowHeight().
std::vector<float> WingzParserInternal::Spreadsheet::m_heightRows |
the row height in points
Referenced by getRowHeight().
std::string WingzParserInternal::Spreadsheet::m_name |
the spreadsheet name
Referenced by WingzParser::sendSpreadsheet().
std::map<int, Style> WingzParserInternal::Spreadsheet::m_styleMap |
the list of style
std::vector<float> WingzParserInternal::Spreadsheet::m_widthCols |
the column size in points
Referenced by WingzParser::sendSpreadsheet().
float WingzParserInternal::Spreadsheet::m_widthDefault |
the default column width
Referenced by convertInPoint().