Language
The Free and Open Productivity Suite
Data of Class RTConstValueUnion
-
aBool
- sal_Bool aBool;
-
aByte
- sal_uInt8 aByte;
-
aShort
- sal_Int16 aShort;
-
aUShort
- sal_uInt16 aUShort;
-
aLong
- sal_Int32 aLong;
-
aULong
- sal_uInt32 aULong;
-
aHyper
- sal_Int64 aHyper;
-
aUHyper
- sal_uInt64 aUHyper;
-
aFloat
- float aFloat;
-
aDouble
- double aDouble;
-
aString
- const sal_Unicode * aString;
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.