the type of each field More...
Public Member Functions | |
| FieldType () | |
| constructor | |
| bool | empty () const |
| returns true if the field has no content | |
| void | updateWithContent (MWAWVec2i const &pos, MWAWCellContent const &content) |
| update a field with the record data | |
Public Attributes | |
| MWAWCellContent | m_content |
| the cell content | |
| std::string | m_name |
| the field name | |
| bool | m_used |
| a flag to know if the field is used or not | |
| bool | m_isSerial |
| a flag to deferentiate a serial formula to a formula | |
| int | m_serialId |
| serialized field identificator | |
| SerialFormula | m_serialFormula |
| the serial formula ( if the field is serialized ) | |
| int | m_height |
| the height | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, FieldType const &fType) |
| operator<< | |
the type of each field
| MsWksDBParserInternal::FieldType::FieldType | ( | ) | [inline] |
constructor
| bool MsWksDBParserInternal::FieldType::empty | ( | ) | const [inline] |
returns true if the field has no content
Referenced by MsWksDBParser::sendDatabase().
| void MsWksDBParserInternal::FieldType::updateWithContent | ( | MWAWVec2i const & | pos, |
| MWAWCellContent const & | content | ||
| ) |
update a field with the record data
Referenced by MsWksDBParser::sendDatabase().
| std::ostream& operator<< | ( | std::ostream & | o, |
| FieldType const & | fType | ||
| ) | [friend] |
operator<<
| std::string MsWksDBParserInternal::FieldType::m_extra |
extra data
Referenced by MsWksDBParserInternal::operator<<(), MsWksDBParser::readFieldTypes(), and MsWksDBParser::readFieldTypesV2().
the height
Referenced by MsWksDBParserInternal::operator<<(), and MsWksDBParser::readFieldTypes().
a flag to deferentiate a serial formula to a formula
Referenced by empty(), MsWksDBParserInternal::operator<<(), MsWksDBParser::readFieldTypes(), MsWksDBParser::readFormula(), MsWksDBParser::readSerialFormula(), and updateWithContent().
| std::string MsWksDBParserInternal::FieldType::m_name |
the field name
Referenced by MsWksDBParserInternal::operator<<().
the serial formula ( if the field is serialized )
Referenced by MsWksDBParser::readSerialFormula(), and updateWithContent().
serialized field identificator
Referenced by MsWksDBParserInternal::operator<<(), MsWksDBParser::readFieldTypes(), and MsWksDBParser::readSerialFormula().
a flag to know if the field is used or not
Referenced by MsWksDBParserInternal::operator<<(), and MsWksDBParser::readFieldTypes().