GreatWksSSParserInternal::Spreadsheet Class Reference

the spreadsheet of a of a MsWksSSParser More...

List of all members.

Public Member Functions

 Spreadsheet ()
 constructor
int getRowHeight (int row) const
 returns the row size in point
std::vector< float > convertInPoint (std::vector< int > const &list) const
 convert the m_widthCols in a vector of of point size

Public Attributes

int m_widthDefault
 the default column width
std::vector< int > m_widthCols
 the column size in points
int m_heightDefault
 the default row height
std::vector< int > m_heightRows
 the row height in points
std::vector< Cellm_cells
 the list of not empty cells
std::string m_name
 the spreadsheet name

Protected Member Functions

MWAWVec2i getRightBottomPosition () const
 returns the last Right Bottom cell position

Detailed Description

the spreadsheet of a of a MsWksSSParser


Constructor & Destructor Documentation


Member Function Documentation

std::vector<float> GreatWksSSParserInternal::Spreadsheet::convertInPoint ( std::vector< int > const &  list) const [inline]

convert the m_widthCols in a vector of of point size

Referenced by GreatWksSSParser::sendSpreadsheet().

returns the last Right Bottom cell position

Referenced by convertInPoint().

int GreatWksSSParserInternal::Spreadsheet::getRowHeight ( int  row) const [inline]

returns the row size in point

Referenced by GreatWksSSParser::sendSpreadsheet().


Member Data Documentation

the row height in points

Referenced by getRowHeight().

the column size in points

Referenced by GreatWksSSParser::sendSpreadsheet().

the default column width

Referenced by convertInPoint().


The documentation for this class was generated from the following file: