CWDbaseContent::Record Struct Reference

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...
 

Detailed Description

struct which stores a record in CWDbaseContent

Member Enumeration Documentation

different result type

Enumerator
R_Unknown 
R_Long 
R_Double 
R_String 

Constructor & Destructor Documentation

CWDbaseContent::Record::Record ( )
inline

contructor

Member Data Documentation

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
bool CWDbaseContent::Record::m_resDoubleNaN
long CWDbaseContent::Record::m_resLong
MWAWEntry CWDbaseContent::Record::m_resString
int CWDbaseContent::Record::m_style

the style if known

Referenced by CWDbaseContent::readRecordSS(), and CWDbaseContent::send().


The documentation for this struct was generated from the following file:

Generated on Tue Mar 10 2015 17:32:09 for libmwaw by doxygen 1.8.5