Overview   Namespace   Class   Index   Help 

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