a structure used to define a cell and its format More...
#include <STOFFCell.hxx>
 
  
| Classes | |
| struct | Format | 
| a structure uses to define the format of a cell content  More... | |
| Public Types | |
| enum | FormatType { F_TEXT , F_BOOLEAN , F_NUMBER , F_DATE , F_TIME , F_DATETIME , F_UNKNOWN } | 
| the different format of a cell's content  More... | |
| enum | NumberType { F_NUMBER_CURRENCY , F_NUMBER_DECIMAL , F_NUMBER_FRACTION , F_NUMBER_GENERIC , F_NUMBER_SCIENTIFIC , F_NUMBER_PERCENT , F_NUMBER_UNKNOWN } | 
| the different number format of a cell's content  More... | |
| Public Member Functions | |
| STOFFCell () | |
| constructor | |
| virtual | ~STOFFCell () | 
| destructor | |
| void | addTo (librevenge::RVNGPropertyList &propList) const | 
| adds to the propList | |
| virtual bool | send (STOFFListenerPtr listener, STOFFTable &table) | 
| function called when a cell is send by STOFFTable to send a cell to a listener. | |
| virtual bool | sendContent (STOFFListenerPtr listener, STOFFTable &table) | 
| function called when the content of a cell must be send to the listener, ie. | |
| STOFFVec2i const & | position () const | 
| position accessor | |
| void | setPosition (STOFFVec2i posi) | 
| set the cell positions : 0,0 -> A1, 0,1 -> A2 | |
| STOFFBox2f const & | bdBox () const | 
| bdbox accessor | |
| void | setBdBox (STOFFBox2f box) | 
| set the bdbox (unit point) | |
| STOFFVec2f const & | bdSize () const | 
| bdbox size accessor | |
| void | setBdSize (STOFFVec2f sz) | 
| set the bdbox size(unit point) | |
| Format const & | getFormat () const | 
| returns the cell format | |
| void | setFormat (Format const &format) | 
| set the cell format | |
| STOFFFont const & | getFont () const | 
| returns the font | |
| void | setFont (STOFFFont const &font) | 
| set the font | |
| STOFFCellStyle const & | getCellStyle () const | 
| returns the cell style | |
| STOFFCellStyle & | getCellStyle () | 
| returns the cell style | |
| void | setCellStyle (STOFFCellStyle const &cellStyle) | 
| set the cell style | |
| librevenge::RVNGPropertyList const & | getNumberingStyle () const | 
| returns the numbering style | |
| librevenge::RVNGPropertyList & | getNumberingStyle () | 
| returns the numbering style | |
| void | setNumberingStyle (librevenge::RVNGPropertyList const &numberStyle) | 
| set the numbering style | |
| Static Public Member Functions | |
| static std::string | getCellName (STOFFVec2i const &pos, STOFFVec2b const &absolute) | 
| return the name of a cell (given row and column) : 0,0 -> A1, 0,1 -> A2 | |
| static std::string | getColumnName (int col) | 
| return the column name | |
| Protected Attributes | |
| STOFFVec2i | m_position | 
| the cell row and column : 0,0 -> A1, 0,1 -> A2 | |
| STOFFBox2f | m_bdBox | 
| the cell bounding box (unit in point) | |
| STOFFVec2f | m_bdSize | 
| the cell bounding size : unit point | |
| Format | m_format | 
| the cell format | |
| STOFFFont | m_font | 
| the cell font | |
| STOFFCellStyle | m_cellStyle | 
| the cell cell style | |
| librevenge::RVNGPropertyList | m_numberingStyle | 
| the numbering style | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, STOFFCell const &cell) | 
| operator<< | |
a structure used to define a cell and its format
| 
 | inline | 
constructor
Referenced by StarObjectSpreadsheetInternal::Cell::Cell(), and operator<<.
| 
 | inlinevirtual | 
destructor
| void STOFFCell::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const | 
adds to the propList
Referenced by STOFFSpreadsheetListener::openSheetCell(), STOFFGraphicListener::openTableCell(), STOFFSpreadsheetListener::openTableCell(), and STOFFTextListener::openTableCell().
| 
 | inline | 
bdbox accessor
| 
 | inline | 
bdbox size accessor
| 
 | static | 
return the name of a cell (given row and column) : 0,0 -> A1, 0,1 -> A2
Referenced by operator<<.
| 
 | inline | 
returns the cell style
| 
 | inline | 
returns the cell style
Referenced by StarFormatManager::updateNumberingProperties().
| 
 | static | 
return the column name
| 
 | inline | 
returns the font
| 
 | inline | 
returns the cell format
Referenced by STOFFSpreadsheetListener::openSheetCell(), StarFormatManager::updateNumberingProperties(), and StarFormatManagerInternal::NumberFormatter::Format::updateNumberingProperties().
| 
 | inline | 
returns the numbering style
| 
 | inline | 
returns the numbering style
Referenced by STOFFSpreadsheetListener::openSheetCell(), StarFormatManager::updateNumberingProperties(), and StarFormatManagerInternal::NumberFormatter::Format::updateNumberingProperties().
| 
 | inline | 
position accessor
Referenced by addTo().
| 
 | virtual | 
function called when a cell is send by STOFFTable to send a cell to a listener.
By default: calls openTableCell(*this), sendContent and then closeTableCell()
| 
 | virtual | 
function called when the content of a cell must be send to the listener, ie.
when STOFFTable::sendTable or STOFFTable::sendAsText is called.
Referenced by send().
| 
 | inline | 
set the bdbox (unit point)
| 
 | inline | 
set the bdbox size(unit point)
| 
 | inline | 
set the cell style
Referenced by StarTableInternal::TableBox::send(), and StarObjectSpreadsheet::sendCell().
| 
 | inline | 
set the font
Referenced by StarObjectSpreadsheet::sendCell().
| 
 | inline | 
set the cell format
Referenced by StarFormatManager::updateNumberingProperties(), and StarFormatManagerInternal::NumberFormatter::Format::updateNumberingProperties().
| 
 | inline | 
set the numbering style
| 
 | inline | 
set the cell positions : 0,0 -> A1, 0,1 -> A2
Referenced by StarObjectSpreadsheetInternal::Cell::Cell(), StarTableInternal::TableBox::send(), and StarObjectSpreadsheet::sendRow().
| 
 | friend | 
operator<<
| 
 | protected | 
the cell bounding box (unit in point)
Referenced by bdBox(), operator<<, setBdBox(), and STOFFCell().
| 
 | protected | 
the cell bounding size : unit point
Referenced by bdSize(), operator<<, setBdSize(), and STOFFCell().
| 
 | protected | 
the cell cell style
Referenced by addTo(), getCellStyle(), getCellStyle(), setCellStyle(), and STOFFCell().
| 
 | protected | 
the cell font
Referenced by addTo(), getFont(), setFont(), and STOFFCell().
| 
 | protected | 
the cell format
Referenced by getFormat(), operator<<, setFormat(), and STOFFCell().
| 
 | protected | 
the numbering style
Referenced by getNumberingStyle(), getNumberingStyle(), setNumberingStyle(), and STOFFCell().
| 
 | protected | 
the cell row and column : 0,0 -> A1, 0,1 -> A2
Referenced by operator<<, position(), setPosition(), and STOFFCell().