a structure uses to define the format of a cell content More...
#include <STOFFCell.hxx>
Public Member Functions | |
Format () | |
constructor | |
virtual | ~Format () |
destructor | |
bool | hasBasicFormat () const |
returns true if this is a basic format style | |
std::string | getValueType () const |
returns a value type | |
Static Public Member Functions | |
static bool | convertDTFormat (std::string const &dtFormat, librevenge::RVNGPropertyListVector &propListVector) |
convert a DTFormat in a propertyList | |
Public Attributes | |
FormatType | m_format |
the cell format : by default unknown | |
NumberType | m_numberFormat |
the numeric format | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Format const &format) |
operator<< |
a structure uses to define the format of a cell content
STOFFCell::Format::Format | ( | ) | [inline] |
constructor
STOFFCell::Format::~Format | ( | ) | [virtual] |
destructor
bool STOFFCell::Format::convertDTFormat | ( | std::string const & | dtFormat, |
librevenge::RVNGPropertyListVector & | propListVector | ||
) | [static] |
convert a DTFormat in a propertyList
Referenced by StarFormatManager::updateNumberingProperties().
std::string STOFFCell::Format::getValueType | ( | ) | const |
returns a value type
Referenced by STOFFSpreadsheetListener::openSheetCell().
bool STOFFCell::Format::hasBasicFormat | ( | ) | const [inline] |
returns true if this is a basic format style
Referenced by STOFFSpreadsheetListener::openSheetCell().
std::ostream& operator<< | ( | std::ostream & | o, |
STOFFCell::Format const & | format | ||
) | [friend] |
operator<<
the cell format : by default unknown
Referenced by hasBasicFormat(), STOFFSpreadsheetListener::openSheetCell(), operator<<(), StarObjectSpreadsheet::readSCData(), StarFormatManager::updateNumberingProperties(), and StarFormatManagerInternal::NumberFormatter::Format::updateNumberingProperties().
the numeric format
Referenced by operator<<(), StarFormatManager::updateNumberingProperties(), and StarFormatManagerInternal::NumberFormatter::Format::updateNumberingProperties().