GreatWksSSParserInternal::Spreadsheet Class Reference

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...
 
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< Cellm_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...
 

Detailed Description

the spreadsheet of a of a MsWksSSParser

Constructor & Destructor Documentation

GreatWksSSParserInternal::Spreadsheet::Spreadsheet ( )
inline

constructor

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().

MWAWVec2i GreatWksSSParserInternal::Spreadsheet::getRightBottomPosition ( ) const
inlineprotected

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

std::vector<Cell> GreatWksSSParserInternal::Spreadsheet::m_cells

the list of not empty cells

Referenced by GreatWksSSParser::sendSpreadsheet().

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

Referenced by GreatWksSSParser::sendSpreadsheet().

std::vector<int> GreatWksSSParserInternal::Spreadsheet::m_widthCols

the column size in points

Referenced by GreatWksSSParser::sendSpreadsheet().

int GreatWksSSParserInternal::Spreadsheet::m_widthDefault

the default column width

Referenced by convertInPoint().


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

Generated on Thu Jul 9 2015 20:26:40 for libmwaw by doxygen 1.8.8