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