LibreOffice Module tools (master) 1
Typedefs
solar.h File Reference
#include <sal/types.h>
#include <osl/endian.h>
Include dependency graph for solar.h:

Go to the source code of this file.

Typedefs

typedef sal_uIntPtr sal_uLong
 Intermediate type to solve type clash with Windows headers. More...
 
typedef sal_uInt8 SVBT16[2]
 
typedef sal_uInt8 SVBT32[4]
 
typedef sal_uInt8 SVBT64[8]
 

Typedef Documentation

◆ sal_uLong

typedef sal_uIntPtr sal_uLong

Intermediate type to solve type clash with Windows headers.

Should be removed as soon as all code parts have been reviewed and the correct type is known. Most of the times ULONG is meant to be a 32-Bit unsigned integer type as sal_uInt32 is often used for data exchange or for similar method args.

Definition at line 31 of file solar.h.

◆ SVBT16

typedef sal_uInt8 SVBT16[2]

Definition at line 41 of file solar.h.

◆ SVBT32

typedef sal_uInt8 SVBT32[4]

Definition at line 42 of file solar.h.

◆ SVBT64

typedef sal_uInt8 SVBT64[8]

Definition at line 43 of file solar.h.