MsWksSSParserInternal::Spreadsheet Class Reference

the spreadsheet of a of a MsWksSSParser More...

Public Member Functions

 Spreadsheet ()
 constructor More...
 
std::vector< float > convertInPoint (std::vector< int > const &list, float defSize) const
 convert the m_widthCols in a vector of of point size More...
 

Public Attributes

MWAWFont m_font
 the default font More...
 
std::vector< int > m_widthCols
 the column size in pixels(?) More...
 
std::vector< Cellm_cells
 the list of not empty cells More...
 
std::vector< int > m_listPageBreaks
 the list of page break More...
 
std::map< int, MWAWEntrym_idNoteMap
 a map id->note content 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

◆ Spreadsheet()

MsWksSSParserInternal::Spreadsheet::Spreadsheet ( )
inline

constructor

Member Function Documentation

◆ convertInPoint()

std::vector<float> MsWksSSParserInternal::Spreadsheet::convertInPoint ( std::vector< int > const &  list,
float  defSize 
) const
inline

convert the m_widthCols in a vector of of point size

◆ getRightBottomPosition()

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

returns the last Right Bottom cell position

Referenced by convertInPoint().

Member Data Documentation

◆ m_cells

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

the list of not empty cells

Referenced by getRightBottomPosition().

◆ m_font

MWAWFont MsWksSSParserInternal::Spreadsheet::m_font

the default font

◆ m_idNoteMap

std::map<int,MWAWEntry> MsWksSSParserInternal::Spreadsheet::m_idNoteMap

a map id->note content

◆ m_listPageBreaks

std::vector<int> MsWksSSParserInternal::Spreadsheet::m_listPageBreaks

the list of page break

◆ m_name

std::string MsWksSSParserInternal::Spreadsheet::m_name

the spreadsheet name

◆ m_widthCols

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

the column size in pixels(?)


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

Generated for libmwaw by doxygen 1.8.14