the database More...
Public Member Functions | |
DataBase () | |
constructor More... | |
std::vector< float > | convertInPoint (std::vector< int > const &list, float defSize) const |
convert the m_widthCols in a vector of of point size More... | |
Public Attributes | |
int | m_numFields |
the number of fields More... | |
int | m_numRecords |
the number of records More... | |
std::vector< FieldType > | m_listFieldTypes |
the list of field type More... | |
std::vector< std::vector < MWAWCellContent > > | m_listRecords |
the list of record by row More... | |
the database
|
inline |
constructor
|
inline |
convert the m_widthCols in a vector of of point size
Referenced by MsWksDBParser::sendDatabase().
std::vector<FieldType> MsWksDBParserInternal::DataBase::m_listFieldTypes |
the list of field type
Referenced by convertInPoint(), and MsWksDBParser::sendDatabase().
std::vector<std::vector<MWAWCellContent> > MsWksDBParserInternal::DataBase::m_listRecords |
the list of record by row
Referenced by MsWksDBParser::sendDatabase().
int MsWksDBParserInternal::DataBase::m_numFields |
the number of fields
int MsWksDBParserInternal::DataBase::m_numRecords |
the number of records