a cellule of a Lotus spreadsheet More...
Public Member Functions | |
Cell () | |
constructor | |
bool | send (WPSListenerPtr &) |
call when a cell must be send | |
bool | sendContent (WPSListenerPtr &) |
call when the content of a cell must be send | |
Public Attributes | |
int | m_styleId |
the style | |
WPSCellFormat::HorizontalAlignment | m_hAlign |
the horizontal align (in dos file) | |
WKSContentListener::CellContent | m_content |
the content | |
WPSEntry | m_comment |
the comment entry | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Cell const &cell) |
operator<< |
a cellule of a Lotus spreadsheet
LotusSpreadsheetInternal::Cell::Cell | ( | ) | [inline] |
constructor
bool LotusSpreadsheetInternal::Cell::send | ( | WPSListenerPtr & | ) | [inline, virtual] |
call when a cell must be send
Implements WPSCell.
bool LotusSpreadsheetInternal::Cell::sendContent | ( | WPSListenerPtr & | ) | [inline, virtual] |
call when the content of a cell must be send
Implements WPSCell.
std::ostream& operator<< | ( | std::ostream & | o, |
Cell const & | cell | ||
) | [friend] |
operator<<
the comment entry
Referenced by LotusSpreadsheet::readCell(), and LotusSpreadsheet::sendCellContent().
the content
Referenced by LotusSpreadsheetInternal::operator<<(), LotusSpreadsheet::readCell(), and LotusSpreadsheet::sendCellContent().
the horizontal align (in dos file)
Reimplemented from WPSCellFormat.
Referenced by LotusSpreadsheetInternal::operator<<(), LotusSpreadsheet::readCell(), and LotusSpreadsheet::sendCellContent().
the style
Referenced by LotusSpreadsheetInternal::operator<<().