the spreadsheet of a Quattro Spreadsheet
More...
the spreadsheet of a Quattro Spreadsheet
| void QuattroSpreadsheetInternal::Spreadsheet::compressRowHeights |
( |
| ) |
|
|
inline |
try to compress the list of row height
| bool QuattroSpreadsheetInternal::Spreadsheet::empty |
( |
| ) |
const |
|
inline |
returns true if the spreedsheet is empty
return a cell corresponding to a spreadsheet, create one if needed
| Vec2f QuattroSpreadsheetInternal::Spreadsheet::getPosition |
( |
Vec2i const & |
cell | ) |
const |
|
inline |
returns the cell position
| float QuattroSpreadsheetInternal::Spreadsheet::getRowHeight |
( |
int |
row | ) |
const |
|
inline |
returns the row size in point
| float QuattroSpreadsheetInternal::Spreadsheet::getRowHeight |
( |
int |
row, |
|
|
int & |
numRepeated |
|
) |
| const |
|
inline |
returns the height of a row in point and updated repeated row
| std::vector<WPSColumnFormat> QuattroSpreadsheetInternal::Spreadsheet::getWidths |
( |
| ) |
const |
|
inline |
return the columns format
| void QuattroSpreadsheetInternal::Spreadsheet::setColumnWidth |
( |
int |
col, |
|
|
int |
w = -1 |
|
) |
| |
|
inline |
| void QuattroSpreadsheetInternal::Spreadsheet::setRowHeight |
( |
int |
row, |
|
|
int |
h |
|
) |
| |
|
inline |
set the rows size in TWIP
| void QuattroSpreadsheetInternal::Spreadsheet::setRowHeights |
( |
int |
minRow, |
|
|
int |
maxRow, |
|
|
int |
h |
|
) |
| |
|
inline |
set the rows size in TWIP
| Cell QuattroSpreadsheetInternal::Spreadsheet::m_dummyCell |
|
mutable |
| float QuattroSpreadsheetInternal::Spreadsheet::m_heightDefault |
| int QuattroSpreadsheetInternal::Spreadsheet::m_id |
| int QuattroSpreadsheetInternal::Spreadsheet::m_numCols |
| std::map<Vec2i, Cell> QuattroSpreadsheetInternal::Spreadsheet::m_positionToCellMap |
| std::map<Vec2i,int> QuattroSpreadsheetInternal::Spreadsheet::m_rowHeightMap |
| std::vector<int> QuattroSpreadsheetInternal::Spreadsheet::m_widthCols |
| float QuattroSpreadsheetInternal::Spreadsheet::m_widthDefault |
The documentation for this class was generated from the following file: