struct use to store different local format More...
Public Member Functions | |
Format () | |
constructor | |
bool | updateNumberingProperties (STOFFCell &cell, std::string const &language, std::string const &country) const |
try to update the cell's formating | |
Public Attributes | |
std::vector< FormatItem > | m_itemList |
the item list | |
int | m_type |
the format type | |
bool | m_hasThousandSep |
a flag to know if we need to add a thousand separator | |
int | m_prefix |
the prefix digits | |
int | m_postfix |
the postfix digits | |
int | m_exponential |
the exponential digits | |
int | m_thousand |
the number of thousand digits | |
librevenge::RVNGString | m_colorName |
the color name | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Format const &form) |
operator<< | |
struct use to store different local format
|
inline |
constructor
bool StarFormatManagerInternal::NumberFormatter::Format::updateNumberingProperties | ( | STOFFCell & | cell, |
std::string const & | language, | ||
std::string const & | country ) const |
try to update the cell's formating
Referenced by StarFormatManagerInternal::NumberFormatter::updateNumberingProperties().
|
friend |
operator<<
librevenge::RVNGString StarFormatManagerInternal::NumberFormatter::Format::m_colorName |
the color name
Referenced by StarFormatManager::readNumberFormatter().
int StarFormatManagerInternal::NumberFormatter::Format::m_exponential |
the exponential digits
Referenced by StarFormatManager::readNumberFormatter().
bool StarFormatManagerInternal::NumberFormatter::Format::m_hasThousandSep |
a flag to know if we need to add a thousand separator
Referenced by StarFormatManager::readNumberFormatter().
std::vector<FormatItem> StarFormatManagerInternal::NumberFormatter::Format::m_itemList |
the item list
Referenced by StarFormatManager::readNumberFormatter().
int StarFormatManagerInternal::NumberFormatter::Format::m_postfix |
the postfix digits
Referenced by StarFormatManager::readNumberFormatter().
int StarFormatManagerInternal::NumberFormatter::Format::m_prefix |
the prefix digits
Referenced by StarFormatManager::readNumberFormatter().
int StarFormatManagerInternal::NumberFormatter::Format::m_thousand |
the number of thousand digits
Referenced by StarFormatManager::readNumberFormatter().
int StarFormatManagerInternal::NumberFormatter::Format::m_type |
the format type
Referenced by StarFormatManager::readNumberFormatter().