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... | |
a class to store the serial data which code a auto increment column with potential prefix and suffix in v4.
| 
 | inline | 
the constructor
| void MsWksDBParserInternal::SerialFormula::updateContent | ( | double | value, | 
| MWAWCellContent & | content | ||
| ) | const | 
update a content (knowing the value)
Referenced by MsWksDBParserInternal::FieldType::updateWithContent().
| 
 | friend | 
operator<<
| long MsWksDBParserInternal::SerialFormula::m_increment | 
the increment
Referenced by MsWksDBParserInternal::operator<<(), and MsWksDBParser::readSerialFormula().
| long MsWksDBParserInternal::SerialFormula::m_nextValue | 
the first value
Referenced by MsWksDBParserInternal::operator<<(), and MsWksDBParser::readSerialFormula().
| std::string MsWksDBParserInternal::SerialFormula::m_prefix | 
the prefix
Referenced by MsWksDBParserInternal::operator<<(), MsWksDBParser::readSerialFormula(), and updateContent().
| std::string MsWksDBParserInternal::SerialFormula::m_suffix | 
the suffix
Referenced by MsWksDBParserInternal::operator<<(), MsWksDBParser::readSerialFormula(), and updateContent().