Internal: a cell of a RagTimeSpreadsheet. More...
Public Member Functions | |
| Cell (MWAWVec2i pos=MWAWVec2i(0, 0)) | |
| constructor | |
| bool | validateFormula () |
| test if we can use or not the formula | |
Public Attributes | |
| MWAWCellContent | m_content |
| the cell content | |
| MWAWEntry | m_textEntry |
| the text entry if the cell is a zone of text zone | |
| int | m_rotation |
| the content's rotation angle | |
Internal: a cell of a RagTimeSpreadsheet.
| RagTimeSpreadsheetInternal::Cell::Cell | ( | MWAWVec2i | pos = MWAWVec2i(0,0) | ) | [inline] |
constructor
| bool RagTimeSpreadsheetInternal::Cell::validateFormula | ( | ) | [inline] |
test if we can use or not the formula
Referenced by RagTimeSpreadsheet::readSpreadsheetCellV2(), and RagTimeSpreadsheet::readSpreadsheetComplexStructure().
the content's rotation angle
Referenced by RagTimeSpreadsheet::send(), and RagTimeSpreadsheetInternal::CellFormat::update().
the text entry if the cell is a zone of text zone
Referenced by RagTimeSpreadsheet::readSpreadsheetCellContent(), and RagTimeSpreadsheet::send().