struct use to store small format item More...
Public Member Functions | |
FormatItem () | |
constructor | |
bool | updateNumberingProperties (librevenge::RVNGPropertyListVector &vect) const |
try to update the cell's formating | |
Public Attributes | |
librevenge::RVNGString | m_text |
the string | |
int | m_type |
the type | |
Friends | |
std::ostream & | operator<< (std::ostream &o, FormatItem const &item) |
operator<< |
struct use to store small format item
constructor
bool StarFormatManagerInternal::NumberFormatter::FormatItem::updateNumberingProperties | ( | librevenge::RVNGPropertyListVector & | vect | ) | const |
try to update the cell's formating
std::ostream& operator<< | ( | std::ostream & | o, |
FormatItem const & | item | ||
) | [friend] |
operator<<
librevenge::RVNGString StarFormatManagerInternal::NumberFormatter::FormatItem::m_text |
the string
Referenced by StarFormatManager::readNumberFormatter(), and updateNumberingProperties().
the type
Referenced by StarFormatManager::readNumberFormatter(), and updateNumberingProperties().