Internal: cell number format of a RagTimeSpreadsheet (SpVa block) More...
Public Member Functions | |
| CellFormat () | |
| constructor | |
| void | update (Cell &cell) const |
| update the cell format if needed | |
Public Attributes | |
| MWAWCell::Format | m_numeric |
| the numeric format | |
| DateTime | m_dateTime |
| the date/time format | |
| MWAWCell::HorizontalAlignment | m_align |
| the cell's alignment | |
| int | m_rotation |
| the rotation angle | |
| int | m_flags |
| some flags | |
| std::string | m_extra |
| extra data (for debugging) | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, CellFormat const &form) |
| operator<< | |
Internal: cell number format of a RagTimeSpreadsheet (SpVa block)
| RagTimeSpreadsheetInternal::CellFormat::CellFormat | ( | ) | [inline] |
constructor
| void RagTimeSpreadsheetInternal::CellFormat::update | ( | Cell & | cell | ) | const |
update the cell format if needed
Referenced by RagTimeSpreadsheet::readSpreadsheetCellFormat().
| std::ostream& operator<< | ( | std::ostream & | o, |
| CellFormat const & | form | ||
| ) | [friend] |
operator<<
the cell's alignment
Referenced by RagTimeSpreadsheet::readResource(), and update().
the date/time format
Referenced by RagTimeSpreadsheet::readResource(), and update().
| std::string RagTimeSpreadsheetInternal::CellFormat::m_extra |
extra data (for debugging)
Referenced by RagTimeSpreadsheet::readResource().
some flags
Referenced by RagTimeSpreadsheet::readResource(), and update().
the numeric format
Referenced by RagTimeSpreadsheet::readResource(), and update().
the rotation angle
Referenced by RagTimeSpreadsheet::readResource(), and update().