Internal: cell border of a RagTimeSpreadsheet (SpVa block) More...
Public Member Functions | |
| CellBorder () | |
| constructor | |
| bool | hasBorders () const |
| returns true if the cell has some border | |
| void | update (Cell &cell) const |
| update the cell border if need | |
Public Attributes | |
| MWAWBorder | m_borders [2] |
| the top and left border | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, CellBorder const &border) |
| operator<< | |
Internal: cell border of a RagTimeSpreadsheet (SpVa block)
| RagTimeSpreadsheetInternal::CellBorder::CellBorder | ( | ) | [inline] |
constructor
| bool RagTimeSpreadsheetInternal::CellBorder::hasBorders | ( | ) | const [inline] |
returns true if the cell has some border
| void RagTimeSpreadsheetInternal::CellBorder::update | ( | Cell & | cell | ) | const |
update the cell border if need
Referenced by RagTimeSpreadsheet::readSpreadsheetCellFormat().
| std::ostream& operator<< | ( | std::ostream & | o, |
| CellBorder const & | border | ||
| ) | [friend] |
operator<<
the top and left border
Referenced by CellBorder(), hasBorders(), RagTimeSpreadsheet::readResource(), and update().
| std::string RagTimeSpreadsheetInternal::CellBorder::m_extra |
extra data
Referenced by RagTimeSpreadsheet::readResource().