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< Cell > | m_cells |
the list of not empty cells More... | |
std::vector< int > | m_listPageBreaks |
the list of page break More... | |
std::map< int, MWAWEntry > | m_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... | |
the spreadsheet of a of a MsWksSSParser
|
inline |
constructor
|
inline |
convert the m_widthCols in a vector of of point size
Referenced by MsWksSSParser::sendSpreadsheet().
|
inlineprotected |
returns the last Right Bottom cell position
Referenced by convertInPoint().
std::vector<Cell> MsWksSSParserInternal::Spreadsheet::m_cells |
the list of not empty cells
Referenced by MsWksSSParser::readSSheetZone(), and MsWksSSParser::sendSpreadsheet().
MWAWFont MsWksSSParserInternal::Spreadsheet::m_font |
the default font
Referenced by MsWksSSParser::readSSheetZone(), and MsWksSSParser::sendSpreadsheet().
std::map<int,MWAWEntry> MsWksSSParserInternal::Spreadsheet::m_idNoteMap |
a map id->note content
Referenced by MsWksSSParser::readSSheetZone().
std::vector<int> MsWksSSParserInternal::Spreadsheet::m_listPageBreaks |
the list of page break
Referenced by MsWksSSParser::readSSheetZone().
std::string MsWksSSParserInternal::Spreadsheet::m_name |
the spreadsheet name
Referenced by MsWksSSParser::sendSpreadsheet().
std::vector<int> MsWksSSParserInternal::Spreadsheet::m_widthCols |
the column size in pixels(?)
Referenced by MsWksSSParser::readSSheetZone(), and MsWksSSParser::sendSpreadsheet().