filters

Swinder::CalcModeRecord Class Reference

#include <excel.h>

Inheritance diagram for Swinder::CalcModeRecord:

Swinder::Record

List of all members.


Detailed Description

Automatic recalculation mode.

Class CalcModeRecord represents CalcMode record, which specifies whether to (re)calculate formulas manually or automatically.

Definition at line 786 of file excel.h.


Public Member Functions

unsigned int rtti ()
 CalcModeRecord ()
 ~CalcModeRecord ()
bool autoCalc () const
void setAutoCalc (bool r)
virtual void setData (unsigned size, const unsigned char *data)
virtual const char * name ()
virtual void dump (std::ostream &out) const

Static Public Attributes

static const unsigned int id = 0x000d

Constructor & Destructor Documentation

CalcModeRecord::CalcModeRecord (  ) 

Creates a new CalcMode record.

Definition at line 2047 of file excel.cpp.

CalcModeRecord::~CalcModeRecord (  ) 

Destroy the record.

Definition at line 2054 of file excel.cpp.


Member Function Documentation

bool CalcModeRecord::autoCalc (  )  const

Returns true if formulas calculation is performed automatically.

See also:
setAutoCalc

Definition at line 2059 of file excel.cpp.

void CalcModeRecord::setAutoCalc ( bool  r  ) 

If r is true, formulas calculation will be performed automatically.

See also:
autoCalc

Definition at line 2064 of file excel.cpp.

void CalcModeRecord::setData ( unsigned  size,
const unsigned char *  data 
) [virtual]

Sets the data for this record.

Reimplemented from Swinder::Record.

Definition at line 2069 of file excel.cpp.

virtual const char* Swinder::CalcModeRecord::name (  )  [inline, virtual]

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 822 of file excel.h.

void CalcModeRecord::dump ( std::ostream &  out  )  const [virtual]

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 2077 of file excel.cpp.


Member Data Documentation

const unsigned int CalcModeRecord::id = 0x000d [static]

Static ID of the record.

Subclasses should override this value with the id of the record they handle.

Reimplemented from Swinder::Record.

Definition at line 790 of file excel.h.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys