LibreOffice Module sc (master) 1
|
Go to the source code of this file.
Classes | |
struct | XclAddress |
A 2D cell address struct with Excel column and row indexes. More... | |
struct | XclRange |
A 2D cell range address struct with Excel column and row indexes. More... | |
class | XclRangeList |
A 2D cell range address list with Excel column and row indexes. More... | |
class | XclAddressConverterBase |
Base class for import/export address converters. More... | |
Typedefs | |
typedef ::std::vector< XclRange > | XclRangeVector |
Functions | |
XclImpStream & | operator>> (XclImpStream &rStrm, XclAddress &rXclPos) |
XclExpStream & | operator<< (XclExpStream &rStrm, const XclAddress &rXclPos) |
XclImpStream & | operator>> (XclImpStream &rStrm, XclRange &rXclRange) |
XclExpStream & | operator<< (XclExpStream &rStrm, const XclRange &rXclRange) |
XclImpStream & | operator>> (XclImpStream &rStrm, XclRangeList &rXclRanges) |
XclExpStream & | operator<< (XclExpStream &rStrm, const XclRangeList &rXclRanges) |
typedef ::std::vector< XclRange > XclRangeVector |
Definition at line 98 of file xladdress.hxx.
|
inline |
Definition at line 51 of file xladdress.hxx.
References rStrm, and XclAddress::Write().
|
inline |
Definition at line 92 of file xladdress.hxx.
References rStrm, and XclRange::Write().
|
inline |
Definition at line 130 of file xladdress.hxx.
References rStrm, and XclRangeList::Write().
|
inline |
Definition at line 45 of file xladdress.hxx.
References XclAddress::Read(), and rStrm.
|
inline |
Definition at line 86 of file xladdress.hxx.
References XclRange::Read(), and rStrm.
|
inline |
Definition at line 124 of file xladdress.hxx.
References XclRangeList::Read(), and rStrm.