WKSContentListener::CellContent Struct Reference

small class use to define a sheet cell content More...

#include <WKSContentListener.h>

Public Types

enum  ContentType {
  C_NONE , C_TEXT , C_NUMBER , C_FORMULA ,
  C_UNKNOWN
}
 the different types of cell's field More...

Public Member Functions

 CellContent ()
 constructor
 CellContent (CellContent const &)=default
CellContentoperator= (CellContent const &)=default
 ~CellContent ()
 destructor
bool empty () const
 returns true if the cell has no content
void setValue (double value)
 sets the double value
bool isValueSet () const
 returns true if the value has been setted
bool hasText () const
 returns true if the text is set

Static Public Member Functions

static bool double2Date (double val, int &Y, int &M, int &D)
 conversion beetween double days since 1900 and date
static bool double2Time (double val, int &H, int &M, int &S)
 conversion beetween double: second since 0:00 and time

Public Attributes

ContentType m_contentType
 the content type ( by default unknown )
double m_value
 the cell value
bool m_valueSet
 true if the value has been set
WPSEntry m_textEntry
 the cell string
std::vector< FormulaInstructionm_formula
 the formula list of instruction

Friends

std::ostream & operator<< (std::ostream &o, WKSContentListener::CellContent const &cell)
 operator<<

Detailed Description

small class use to define a sheet cell content

Member Enumeration Documentation

◆ ContentType

the different types of cell's field

Enumerator
C_NONE 
C_TEXT 
C_NUMBER 
C_FORMULA 
C_UNKNOWN 

Constructor & Destructor Documentation

◆ CellContent() [1/2]

WKSContentListener::CellContent::CellContent ( )
inline

constructor

Referenced by CellContent(), and operator=().

◆ CellContent() [2/2]

WKSContentListener::CellContent::CellContent ( CellContent const & )
default

◆ ~CellContent()

WKSContentListener::CellContent::~CellContent ( )
inline

destructor

Member Function Documentation

◆ double2Date()

bool WKSContentListener::CellContent::double2Date ( double val,
int & Y,
int & M,
int & D )
static

conversion beetween double days since 1900 and date

Referenced by WKSContentListener::openSheetCell().

◆ double2Time()

bool WKSContentListener::CellContent::double2Time ( double val,
int & H,
int & M,
int & S )
static

conversion beetween double: second since 0:00 and time

Referenced by WKSContentListener::openSheetCell().

◆ empty()

bool WKSContentListener::CellContent::empty ( ) const
inline

returns true if the cell has no content

◆ hasText()

bool WKSContentListener::CellContent::hasText ( ) const
inline

returns true if the text is set

Referenced by operator<<.

◆ isValueSet()

bool WKSContentListener::CellContent::isValueSet ( ) const
inline

returns true if the value has been setted

Referenced by empty(), WKSContentListener::openSheetCell(), and operator<<.

◆ operator=()

CellContent & WKSContentListener::CellContent::operator= ( CellContent const & )
default

◆ setValue()

void WKSContentListener::CellContent::setValue ( double value)
inline

◆ operator<<

std::ostream & operator<< ( std::ostream & o,
WKSContentListener::CellContent const & cell )
friend

operator<<

Member Data Documentation

◆ m_contentType

ContentType WKSContentListener::CellContent::m_contentType

◆ m_formula

◆ m_textEntry

◆ m_value

double WKSContentListener::CellContent::m_value

◆ m_valueSet

bool WKSContentListener::CellContent::m_valueSet

true if the value has been set

Referenced by CellContent(), isValueSet(), and setValue().


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

Generated on Sat Jul 19 2025 05:24:40 for libwps by doxygen 1.14.0