the spreadsheet of a QuattroDos Spreadsheet
More...
the spreadsheet of a QuattroDos Spreadsheet
the spreadsheet type
| Enumerator |
|---|
| T_Spreadsheet |
|
| T_Filter |
|
| T_Report |
|
| QuattroDosSpreadsheetInternal::Spreadsheet::Spreadsheet |
( |
Type |
type = T_Spreadsheet, |
|
|
int |
id = 0 |
|
) |
| |
|
inline |
| void QuattroDosSpreadsheetInternal::Spreadsheet::compressRowHeights |
( |
| ) |
|
|
inline |
try to compress the list of row height
| bool QuattroDosSpreadsheetInternal::Spreadsheet::empty |
( |
| ) |
const |
|
inline |
returns true if the spreedsheet is empty
return a cell corresponding to a spreadsheet, create one if needed
| Cell* QuattroDosSpreadsheetInternal::Spreadsheet::getLastCell |
( |
| ) |
|
|
inline |
| float QuattroDosSpreadsheetInternal::Spreadsheet::getRowHeight |
( |
int |
row | ) |
const |
|
inline |
returns the row size in point
| float QuattroDosSpreadsheetInternal::Spreadsheet::getRowHeight |
( |
int |
row, |
|
|
int & |
numRepeated |
|
) |
| const |
|
inline |
returns the height of a row in point and updated repeated row
| std::vector<WPSColumnFormat> QuattroDosSpreadsheetInternal::Spreadsheet::getWidths |
( |
| ) |
const |
|
inline |
return the columns format
| Vec2f QuattroDosSpreadsheetInternal::Spreadsheet::getZoneSize |
( |
Vec2i const & |
cell0, |
|
|
Vec2i const & |
cell1 |
|
) |
| const |
|
inline |
return the size of the zone containning two cells
| void QuattroDosSpreadsheetInternal::Spreadsheet::setColumnWidth |
( |
int |
col, |
|
|
int |
w = -1 |
|
) |
| |
|
inline |
| void QuattroDosSpreadsheetInternal::Spreadsheet::setRowHeight |
( |
int |
row, |
|
|
int |
h |
|
) |
| |
|
inline |
| int QuattroDosSpreadsheetInternal::Spreadsheet::m_heightDefault |
| int QuattroDosSpreadsheetInternal::Spreadsheet::m_id |
| Vec2i QuattroDosSpreadsheetInternal::Spreadsheet::m_lastCellPos |
| int QuattroDosSpreadsheetInternal::Spreadsheet::m_numCols |
| std::map<Vec2i, Cell> QuattroDosSpreadsheetInternal::Spreadsheet::m_positionToCellMap |
| std::map<Vec2i,int> QuattroDosSpreadsheetInternal::Spreadsheet::m_rowHeightMap |
| std::vector<int> QuattroDosSpreadsheetInternal::Spreadsheet::m_rowPageBreaksList |
the list of row page break
| Type QuattroDosSpreadsheetInternal::Spreadsheet::m_type |
| std::vector<int> QuattroDosSpreadsheetInternal::Spreadsheet::m_widthCols |
| int QuattroDosSpreadsheetInternal::Spreadsheet::m_widthDefault |
The documentation for this class was generated from the following file: