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)
|
inline |
constructor
Referenced by operator<<.
|
inline |
returns true if the cell has some border
void RagTimeSpreadsheetInternal::CellBorder::update | ( | Cell & | cell | ) | const |
update the cell border if need
Referenced by update().
|
friend |
operator<<
MWAWBorder RagTimeSpreadsheetInternal::CellBorder::m_borders[2] |
the top and left border
Referenced by hasBorders(), operator<<, RagTimeSpreadsheet::readResource(), and update().
std::string RagTimeSpreadsheetInternal::CellBorder::m_extra |
extra data
Referenced by CellBorder(), operator<<, and RagTimeSpreadsheet::readResource().