struct which stores a record in ClarisWksDbaseContent More...
#include <ClarisWksDbaseContent.hxx>
| Public Member Functions | |
| Record () | |
| contructor  More... | |
| void | updateFormulaCells (MWAWVec2i const &removeDelta) | 
| update the formula cell (removing delta to each position)  More... | |
| Public Attributes | |
| int | m_style | 
| the style if known  More... | |
| MWAWCell::Format | m_format | 
| the format  More... | |
| MWAWCell::HorizontalAlignment | m_hAlign | 
| the cell alignment : by default nothing  More... | |
| int | m_fileFormat | 
| the format ( in a v1-3 spreadsheet)  More... | |
| MWAWCellContent | m_content | 
| the content  More... | |
| MWAWCellContent::Type | m_valueType | 
| the type of the content value ( original or result of a formula )  More... | |
| bool | m_hasNaNValue | 
| a flag to know if a double result is nan or not  More... | |
| MWAWColor | m_backgroundColor | 
| the background color  More... | |
| MWAWFont | m_font | 
| the font ( in v1-3 spreadsheet)  More... | |
| int | m_borders | 
| the border in v1-3 spreadsheet  More... | |
| std::map< int, MWAWFont > | m_posToFontMap | 
| map id to font ( in database)  More... | |
struct which stores a record in ClarisWksDbaseContent
| 
 | inline | 
contructor
| void ClarisWksDbaseContent::Record::updateFormulaCells | ( | MWAWVec2i const & | removeDelta | ) | 
update the formula cell (removing delta to each position)
Referenced by ClarisWksSpreadsheet::sendSpreadsheet().
| MWAWColor ClarisWksDbaseContent::Record::m_backgroundColor | 
the background color
Referenced by ClarisWksDbaseContent::readRecordSS(), and ClarisWksSpreadsheet::sendSpreadsheet().
| int ClarisWksDbaseContent::Record::m_borders | 
the border in v1-3 spreadsheet
Referenced by ClarisWksDbaseContent::readRecordSS(), ClarisWksDbaseContent::readRecordSSV1(), and ClarisWksSpreadsheet::sendSpreadsheet().
| MWAWCellContent ClarisWksDbaseContent::Record::m_content | 
| int ClarisWksDbaseContent::Record::m_fileFormat | 
the format ( in a v1-3 spreadsheet)
Referenced by ClarisWksDbaseContent::get(), and ClarisWksDbaseContent::send().
| MWAWFont ClarisWksDbaseContent::Record::m_font | 
the font ( in v1-3 spreadsheet)
Referenced by ClarisWksDbaseContent::readRecordSS(), ClarisWksDbaseContent::readRecordSSV1(), ClarisWksDbaseContent::send(), and ClarisWksSpreadsheet::sendSpreadsheet().
| MWAWCell::Format ClarisWksDbaseContent::Record::m_format | 
| MWAWCell::HorizontalAlignment ClarisWksDbaseContent::Record::m_hAlign | 
the cell alignment : by default nothing
Referenced by ClarisWksDbaseContent::get(), ClarisWksDbaseContent::readRecordSS(), ClarisWksDbaseContent::readRecordSSV1(), ClarisWksDbaseContent::send(), ClarisWksDatabase::sendDatabase(), and ClarisWksSpreadsheet::sendSpreadsheet().
| bool ClarisWksDbaseContent::Record::m_hasNaNValue | 
a flag to know if a double result is nan or not
Referenced by ClarisWksDbaseContent::readRecordDB(), ClarisWksDbaseContent::readRecordSS(), ClarisWksDbaseContent::readRecordSSV1(), and ClarisWksDbaseContent::send().
| std::map<int, MWAWFont> ClarisWksDbaseContent::Record::m_posToFontMap | 
map id to font ( in database)
Referenced by ClarisWksDbaseContent::readRecordDB(), and ClarisWksDatabase::sendDatabase().
| int ClarisWksDbaseContent::Record::m_style | 
the style if known
Referenced by ClarisWksDbaseContent::readRecordSS().
| MWAWCellContent::Type ClarisWksDbaseContent::Record::m_valueType | 
the type of the content value ( original or result of a formula )
Referenced by ClarisWksDbaseContent::readRecordSS(), ClarisWksDbaseContent::readRecordSSV1(), ClarisWksDbaseContent::send(), and updateFormulaCells().