struct which stores a record in CWDbaseContent More...
#include <CWDbaseContent.hxx>
Public Types | |
enum | Type { R_Unknown, R_Long, R_Double, R_String } |
different result type More... | |
Public Member Functions | |
Record () | |
contructor More... | |
Public Attributes | |
int | m_style |
the style if known More... | |
Type | m_resType |
the result type More... | |
long | m_resLong |
the result if int/long More... | |
double | m_resDouble |
the result id double More... | |
bool | m_resDoubleNaN |
a flag to know if a double result is nan or not More... | |
MWAWEntry | m_resString |
the result entry if string More... | |
int | m_format |
the format ( in a v1-3 spreadsheet) More... | |
MWAWFont | m_font |
the font ( in v1-3 spreadsheet) More... | |
int | m_justify |
cell justify in v1-3 spreadsheet More... | |
int | m_borders |
the border in v1-3 spreadsheet More... | |
struct which stores a record in CWDbaseContent
|
inline |
contructor
int CWDbaseContent::Record::m_borders |
the border in v1-3 spreadsheet
Referenced by CWDbaseContent::readRecordSSV1().
MWAWFont CWDbaseContent::Record::m_font |
the font ( in v1-3 spreadsheet)
Referenced by CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
int CWDbaseContent::Record::m_format |
the format ( in a v1-3 spreadsheet)
Referenced by CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
int CWDbaseContent::Record::m_justify |
cell justify in v1-3 spreadsheet
Referenced by CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
double CWDbaseContent::Record::m_resDouble |
the result id double
Referenced by CWDbaseContent::readRecordDB(), CWDbaseContent::readRecordSS(), CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
bool CWDbaseContent::Record::m_resDoubleNaN |
a flag to know if a double result is nan or not
Referenced by CWDbaseContent::readRecordDB(), CWDbaseContent::readRecordSS(), CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
long CWDbaseContent::Record::m_resLong |
the result if int/long
Referenced by CWDbaseContent::readRecordDB(), CWDbaseContent::readRecordSS(), CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
MWAWEntry CWDbaseContent::Record::m_resString |
the result entry if string
Referenced by CWDbaseContent::readRecordDB(), CWDbaseContent::readRecordSS(), CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
Type CWDbaseContent::Record::m_resType |
the result type
Referenced by CWDbaseContent::readRecordDB(), CWDbaseContent::readRecordSS(), CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
int CWDbaseContent::Record::m_style |
the style if known
Referenced by CWDbaseContent::readRecordSS(), and CWDbaseContent::send().