filters

Swinder::StringRecord Class Reference

#include <excel.h>

Inheritance diagram for Swinder::StringRecord:

Swinder::Record

List of all members.


Detailed Description

Class String represents a string record, which holds the value of calculation if a formula returns a string.

This record must appear right after the associated formula record.

See also:
FormulaRecord

Definition at line 2531 of file excel.h.


Public Member Functions

unsigned int rtti ()
 StringRecord ()
virtual ~StringRecord ()
virtual void setData (unsigned size, const unsigned char *data)
UString ustring () const
Value value () const
virtual const char * name ()
virtual void dump (std::ostream &out) const

Static Public Attributes

static const unsigned int id = 0x0207

Constructor & Destructor Documentation

StringRecord::StringRecord (  ) 

Creates a new string record.

Definition at line 4015 of file excel.cpp.

StringRecord::~StringRecord (  )  [virtual]

Destroys the record.

Definition at line 4021 of file excel.cpp.


Member Function Documentation

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

Sets the data for this record.

Reimplemented from Swinder::Record.

Definition at line 4026 of file excel.cpp.

UString StringRecord::ustring (  )  const

Returns the string (in Unicode).

Definition at line 4036 of file excel.cpp.

Value StringRecord::value (  )  const

Returns the string as a value.

Definition at line 4041 of file excel.cpp.

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

Returns the name of the record.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 2561 of file excel.h.

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

Dumps record information to output stream.

For debugging only.

Reimplemented from Swinder::Record.

Definition at line 4046 of file excel.cpp.


Member Data Documentation

const unsigned int StringRecord::id = 0x0207 [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 2535 of file excel.h.


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