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 | |
Public Attributes | |
| int | m_style |
| the style if known | |
| Type | m_resType |
| the result type | |
| long | m_resLong |
| the result if int/long | |
| double | m_resDouble |
| the result id double | |
| MWAWEntry | m_resString |
| the result entry if string | |
| int | m_format |
| the format ( in a v1-3 spreadsheet) | |
| MWAWFont | m_font |
| the font ( in v1-3 spreadsheet) | |
| int | m_justify |
| cell justify in v1-3 spreadsheet | |
| int | m_borders |
| the border in v1-3 spreadsheet | |
struct which stores a record in CWDbaseContent
| CWDbaseContent::Record::Record | ( | ) | [inline] |
contructor
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().
the format ( in a v1-3 spreadsheet)
Referenced by CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
cell justify in v1-3 spreadsheet
Referenced by CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
the result id double
Referenced by CWDbaseContent::readRecordDB(), CWDbaseContent::readRecordSS(), CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
the result if int/long
Referenced by CWDbaseContent::readRecordDB(), CWDbaseContent::readRecordSS(), CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
the result entry if string
Referenced by CWDbaseContent::readRecordDB(), CWDbaseContent::readRecordSS(), CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
the result type
Referenced by CWDbaseContent::readRecordDB(), CWDbaseContent::readRecordSS(), CWDbaseContent::readRecordSSV1(), and CWDbaseContent::send().
the style if known
Referenced by CWDbaseContent::readRecordSS(), and CWDbaseContent::send().