a cellule of a Quattro spreadsheet More...
Public Member Functions | |
| Cell (libwps_tools_win::Font::Type type) | |
| constructor | |
| bool | send (WPSListenerPtr &) |
| call when a cell must be send | |
| bool | sendContent (WPSListenerPtr &) |
| call when the content of a cell must be send | |
| void | updateFormat () |
| update the cell format using file format | |
Public Attributes | |
| libwps_tools_win::Font::Type | m_fontType |
| font encoding type | |
| int | m_fileFormat |
| the file format | |
| WKSContentListener::CellContent | m_content |
| the content | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Cell const &cell) |
| operator<< | |
a cellule of a Quattro spreadsheet
| QuattroSpreadsheetInternal::Cell::Cell | ( | libwps_tools_win::Font::Type | type | ) | [inline] |
constructor
| bool QuattroSpreadsheetInternal::Cell::send | ( | WPSListenerPtr & | ) | [inline, virtual] |
call when a cell must be send
Implements WPSCell.
| bool QuattroSpreadsheetInternal::Cell::sendContent | ( | WPSListenerPtr & | ) | [inline, virtual] |
call when the content of a cell must be send
Implements WPSCell.
| void QuattroSpreadsheetInternal::Cell::updateFormat | ( | ) | [inline] |
update the cell format using file format
Referenced by QuattroSpreadsheet::sendCellContent().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Cell const & | cell | ||
| ) | [friend] |
operator<<
the content
Referenced by QuattroSpreadsheetInternal::operator<<(), QuattroSpreadsheet::readCell(), and QuattroSpreadsheet::sendCellContent().
the file format
Referenced by QuattroSpreadsheetInternal::operator<<(), QuattroSpreadsheet::readCell(), QuattroSpreadsheet::readCellProperty(), and updateFormat().
font encoding type
Referenced by QuattroSpreadsheet::readCell(), QuattroSpreadsheet::readCellProperty(), and QuattroSpreadsheet::sendCellContent().