the spreadsheet of a of a MsWksSSParser More...
Public Member Functions | |
Spreadsheet () | |
constructor More... | |
int | getRowHeight (int row) const |
returns the row size in point More... | |
double | getRowHeight (int row, int &numRepeated) const |
returns the height of a row in point and updated repeated row More... | |
std::vector< float > | convertInPoint (std::vector< int > const &list) const |
convert the m_widthCols in a vector of of point size More... | |
Public Attributes | |
int | m_widthDefault |
the default column width More... | |
std::vector< int > | m_widthCols |
the column size in points More... | |
int | m_heightDefault |
the default row height More... | |
std::vector< int > | m_heightRows |
the row height in points More... | |
std::vector< Cell > | m_cells |
the list of not empty cells More... | |
std::string | m_name |
the spreadsheet name More... | |
Protected Member Functions | |
MWAWVec2i | getRightBottomPosition () const |
returns the last Right Bottom cell position More... | |
the spreadsheet of a of a MsWksSSParser
|
inline |
constructor
|
inline |
convert the m_widthCols in a vector of of point size
|
inlineprotected |
returns the last Right Bottom cell position
Referenced by convertInPoint().
|
inline |
returns the row size in point
Referenced by getRowHeight().
|
inline |
returns the height of a row in point and updated repeated row
std::vector<Cell> GreatWksSSParserInternal::Spreadsheet::m_cells |
the list of not empty cells
Referenced by getRightBottomPosition().
int GreatWksSSParserInternal::Spreadsheet::m_heightDefault |
the default row height
Referenced by getRowHeight().
std::vector<int> GreatWksSSParserInternal::Spreadsheet::m_heightRows |
the row height in points
Referenced by getRowHeight().
std::string GreatWksSSParserInternal::Spreadsheet::m_name |
the spreadsheet name
std::vector<int> GreatWksSSParserInternal::Spreadsheet::m_widthCols |
the column size in points
int GreatWksSSParserInternal::Spreadsheet::m_widthDefault |
the default column width
Referenced by convertInPoint().