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