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
Referenced by operator<<.
| bool StarFormatManagerInternal::NumberFormatter::Format::updateNumberingProperties | ( | STOFFCell & | cell, | 
| std::string const & | language, | ||
| std::string const & | country ) const | 
try to update the cell's formating
| 
 | friend | 
operator<<
| librevenge::RVNGString StarFormatManagerInternal::NumberFormatter::Format::m_colorName | 
the color name
Referenced by Format(), operator<<, and StarFormatManager::readNumberFormatter().
| int StarFormatManagerInternal::NumberFormatter::Format::m_exponential | 
the exponential digits
Referenced by Format(), operator<<, StarFormatManager::readNumberFormatter(), and updateNumberingProperties().
| bool StarFormatManagerInternal::NumberFormatter::Format::m_hasThousandSep | 
a flag to know if we need to add a thousand separator
Referenced by Format(), operator<<, StarFormatManager::readNumberFormatter(), and updateNumberingProperties().
| std::vector<FormatItem> StarFormatManagerInternal::NumberFormatter::Format::m_itemList | 
the item list
Referenced by Format(), operator<<, StarFormatManager::readNumberFormatter(), and updateNumberingProperties().
| int StarFormatManagerInternal::NumberFormatter::Format::m_postfix | 
the postfix digits
Referenced by Format(), operator<<, StarFormatManager::readNumberFormatter(), and updateNumberingProperties().
| int StarFormatManagerInternal::NumberFormatter::Format::m_prefix | 
the prefix digits
Referenced by Format(), operator<<, StarFormatManager::readNumberFormatter(), and updateNumberingProperties().
| int StarFormatManagerInternal::NumberFormatter::Format::m_thousand | 
the number of thousand digits
Referenced by Format(), operator<<, and StarFormatManager::readNumberFormatter().
| int StarFormatManagerInternal::NumberFormatter::Format::m_type | 
the format type
Referenced by Format(), operator<<, StarFormatManagerInternal::NumberFormatter::operator<<, StarFormatManager::readNumberFormatter(), and updateNumberingProperties().