the spreadsheet of a WPS4Spreadsheet More...
Public Member Functions | |
Spreadsheet () | |
a constructor More... | |
Cell * | getLastCell () |
returns the last cell More... | |
void | setColumnWidth (int col, int w=-1) |
set the columns size More... | |
void | setRowHeight (int row, int h=-1) |
set the rows size More... | |
bool | empty () const |
returns true if the spreedsheet is empty More... | |
Vec2i | getRightBottomPosition () const |
returns the last Right Bottom cell position More... | |
Static Public Member Functions | |
static std::vector< float > | convertInPoint (std::vector< int > const &list, float defSize) |
convert the m_widthCols, m_heightRows in a vector of of point size More... | |
Public Attributes | |
int | m_numCols |
the number of columns More... | |
int | m_numRows |
the number of rows More... | |
std::vector< int > | m_widthCols |
the column size in TWIP (?) More... | |
std::vector< int > | m_heightRows |
the row size in TWIP (?) More... | |
std::vector< Cell > | m_cellsList |
the list of not empty cells More... | |
std::vector< int > | m_rowPageBreaksList |
the list of row page break More... | |
the spreadsheet of a WPS4Spreadsheet
|
inline |
a constructor
|
inlinestatic |
convert the m_widthCols, m_heightRows in a vector of of point size
Referenced by WKS4Spreadsheet::sendSpreadsheet().
|
inline |
returns true if the spreedsheet is empty
|
inline |
returns the last cell
|
inline |
returns the last Right Bottom cell position
|
inline |
set the columns size
|
inline |
set the rows size
std::vector<Cell> WKS4SpreadsheetInternal::Spreadsheet::m_cellsList |
the list of not empty cells
Referenced by empty(), getLastCell(), getRightBottomPosition(), and WKS4Spreadsheet::sendSpreadsheet().
std::vector<int> WKS4SpreadsheetInternal::Spreadsheet::m_heightRows |
the row size in TWIP (?)
Referenced by WKS4Spreadsheet::sendSpreadsheet(), and setRowHeight().
int WKS4SpreadsheetInternal::Spreadsheet::m_numCols |
the number of columns
Referenced by setColumnWidth().
int WKS4SpreadsheetInternal::Spreadsheet::m_numRows |
the number of rows
Referenced by setRowHeight().
std::vector<int> WKS4SpreadsheetInternal::Spreadsheet::m_rowPageBreaksList |
the list of row page break
std::vector<int> WKS4SpreadsheetInternal::Spreadsheet::m_widthCols |
the column size in TWIP (?)
Referenced by WKS4Spreadsheet::sendSpreadsheet(), and setColumnWidth().