LibreOffice Module sc (master) 1
|
#include "xlconst.hxx"
#include "xestream.hxx"
#include "xlstream.hxx"
#include <salhelper/simplereferenceobject.hxx>
#include <rtl/ref.hxx>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | XclExpRecordBase |
Base class for all Excel records. More... | |
class | XclExpDelegatingRecord |
class | XclExpXmlElementRecord |
class | XclExpXmlStartElementRecord |
class | XclExpXmlEndElementRecord |
class | XclExpXmlStartSingleElementRecord |
class | XclExpXmlEndSingleElementRecord |
class | XclExpRecord |
Base class for single records with any content. More... | |
class | XclExpEmptyRecord |
A record without body. More... | |
class | XclExpValueRecord< Type > |
A record with a single value of type Type. More... | |
class | XclExpBoolRecord |
Record which contains a Boolean value. More... | |
class | XclExpDummyRecord |
Record which exports a memory data array. More... | |
class | XclExpFutureRecord |
class | XclExpRecordList< RecType > |
A list of Excel record objects. More... | |
class | XclExpSubStream |
Represents a complete substream of records enclosed into a pair of BOF/EOF records. More... | |
Typedefs | |
typedef XclExpValueRecord< sal_uInt16 > | XclExpUInt16Record |
A record containing an unsigned 16-bit value. More... | |
typedef XclExpValueRecord< double > | XclExpDoubleRecord |
A record containing a double value. More... | |
typedef XclExpValueRecord< double > XclExpDoubleRecord |
A record containing a double value.
Definition at line 250 of file xerecord.hxx.
typedef XclExpValueRecord< sal_uInt16 > XclExpUInt16Record |
A record containing an unsigned 16-bit value.
Definition at line 247 of file xerecord.hxx.