StarFormatManagerInternal::NumberFormatter::Format Struct Reference

struct use to store different local format More...

List of all members.

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< FormatItemm_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<<

Detailed Description

struct use to store different local format


Constructor & Destructor Documentation


Member Function Documentation

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().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Format const &  form 
) [friend]

operator<<


Member Data Documentation

a flag to know if we need to add a thousand separator

Referenced by StarFormatManager::readNumberFormatter().


The documentation for this struct was generated from the following file: