MsWksDBParserInternal::SerialFormula Class Reference

a class to store the serial data which code a auto increment column with potential prefix and suffix in v4. More...

List of all members.

Public Member Functions

 SerialFormula ()
 the constructor
void updateContent (double value, MWAWCellContent &content) const
 update a content (knowing the value)

Public Attributes

long m_increment
 the increment
long m_nextValue
 the first value
std::string m_prefix
 the prefix
std::string m_suffix
 the suffix

Friends

std::ostream & operator<< (std::ostream &o, SerialFormula const &form)
 operator<<

Detailed Description

a class to store the serial data which code a auto increment column with potential prefix and suffix in v4.


Constructor & Destructor Documentation


Member Function Documentation

void MsWksDBParserInternal::SerialFormula::updateContent ( double  value,
MWAWCellContent content 
) const

update a content (knowing the value)

Referenced by MsWksDBParserInternal::FieldType::updateWithContent().


Friends And Related Function Documentation

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

operator<<


Member Data Documentation


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