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

◆ SerialFormula()

MsWksDBParserInternal::SerialFormula::SerialFormula ( )
inline

the constructor

Referenced by operator<<.

Member Function Documentation

◆ updateContent()

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

update a content (knowing the value)

◆ operator<<

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

operator<<

Member Data Documentation

◆ m_increment

long MsWksDBParserInternal::SerialFormula::m_increment

◆ m_nextValue

long MsWksDBParserInternal::SerialFormula::m_nextValue

the first value

Referenced by operator<<, MsWksDBParser::readSerialFormula(), and SerialFormula().

◆ m_prefix

std::string MsWksDBParserInternal::SerialFormula::m_prefix

◆ m_suffix

std::string MsWksDBParserInternal::SerialFormula::m_suffix

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

Generated on Mon Jan 20 2025 00:00:00 for libmwaw by doxygen 1.14.0