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

Public Member Functions

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

Public Attributes

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

Friends

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

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

MsWksDBParserInternal::SerialFormula::SerialFormula ( )
inline

the constructor

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

long MsWksDBParserInternal::SerialFormula::m_increment
long MsWksDBParserInternal::SerialFormula::m_nextValue
std::string MsWksDBParserInternal::SerialFormula::m_prefix
std::string MsWksDBParserInternal::SerialFormula::m_suffix

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

Generated on Thu Jul 9 2015 20:26:41 for libmwaw by doxygen 1.8.8