LibreOffice Module sc (master) 1
|
This struct stores a GUID (class ID) and supports reading, writing and comparison. More...
#include <xltools.hxx>
Public Member Functions | |
XclGuid () | |
Stores GUID always in little endian. More... | |
XclGuid (sal_uInt32 nData1, sal_uInt16 nData2, sal_uInt16 nData3, sal_uInt8 nData41, sal_uInt8 nData42, sal_uInt8 nData43, sal_uInt8 nData44, sal_uInt8 nData45, sal_uInt8 nData46, sal_uInt8 nData47, sal_uInt8 nData48) | |
Public Attributes | |
sal_uInt8 | mpnData [16] |
This struct stores a GUID (class ID) and supports reading, writing and comparison.
Definition at line 59 of file xltools.hxx.
|
explicit |
Stores GUID always in little endian.
Definition at line 43 of file xltools.cxx.
|
explicit |
Definition at line 48 of file xltools.cxx.
References mpnData.
sal_uInt8 XclGuid::mpnData[16] |
Definition at line 61 of file xltools.hxx.
Referenced by operator<<(), operator==(), operator>>(), and XclGuid().