a cell of a MsWksSSParser More...
Public Member Functions | |
| Cell () | |
| constructor | |
| bool | isEmpty () const |
| returns true if the cell do contain any content | |
Public Attributes | |
| MWAWCellContent | m_content |
| the cell content | |
| int | m_noteId |
| the note id | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Cell const &cell) |
| operator<< | |
a cell of a MsWksSSParser
| MsWksSSParserInternal::Cell::Cell | ( | ) | [inline] |
constructor
| bool MsWksSSParserInternal::Cell::isEmpty | ( | ) | const [inline] |
returns true if the cell do contain any content
Referenced by MsWksSSParser::readSSheetZone().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Cell const & | cell | ||
| ) | [friend] |
operator<<
the cell content
Referenced by isEmpty(), MsWksSSParser::readCell(), and MsWksSSParser::sendSpreadsheet().
the note id
Referenced by isEmpty(), MsWksSSParserInternal::operator<<(), MsWksSSParser::readCell(), and MsWksSSParser::sendSpreadsheet().