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