Internal: the spreadsheet of a BeagleWksDBParser. More...
Public Member Functions | |
Database () | |
constructor | |
void | updateWithContent (Cell &cell, MWAWVec2i const &pos, MWAWCellContent const &content) const |
update a field with the record data | |
Static Public Member Functions | |
static std::vector< float > | convertInPoint (std::vector< int > const &list, float defSize) |
convert the m_widthCols, m_heightRows in a vector of of point size | |
Public Attributes | |
int | m_numFields |
the number of rows | |
std::vector< Cell > | m_fields |
the list of fields | |
std::vector< std::vector< MWAWCellContent > > | m_records |
the list of not empty cells (one list by row ) | |
std::vector< MWAWEntry > | m_memos |
the list of memo strings entry | |
std::string | m_name |
the database name | |
Internal: the spreadsheet of a BeagleWksDBParser.
|
inline |
constructor
|
inlinestatic |
convert the m_widthCols, m_heightRows in a vector of of point size
void BeagleWksDBParserInternal::Database::updateWithContent | ( | Cell & | cell, |
MWAWVec2i const & | pos, | ||
MWAWCellContent const & | content ) const |
update a field with the record data
std::vector<Cell> BeagleWksDBParserInternal::Database::m_fields |
the list of fields
Referenced by Database().
std::vector<MWAWEntry> BeagleWksDBParserInternal::Database::m_memos |
the list of memo strings entry
Referenced by Database(), and updateWithContent().
std::string BeagleWksDBParserInternal::Database::m_name |
the database name
Referenced by Database().
int BeagleWksDBParserInternal::Database::m_numFields |
the number of rows
Referenced by Database().
std::vector<std::vector<MWAWCellContent> > BeagleWksDBParserInternal::Database::m_records |
the list of not empty cells (one list by row )
Referenced by Database().