Lines Matching defs:PropertyValue
86 struct PropertyValue struct
91 sal_uInt32 nPropsSet;
92 sal_uInt32 nOrigValue;
94 OUString aString; // getString
95 sal_Bool bBoolean; // getBoolean
96 sal_Int8 nByte; // getByte
97 sal_Int16 nShort; // getShort
98 sal_Int32 nInt; // getInt
99 sal_Int64 nLong; // getLong
100 float nFloat; // getFloat
101 double nDouble; // getDouble
103 Sequence< sal_Int8 > aBytes; // getBytes
104 Date aDate; // getDate
105 Time aTime; // getTime
106 DateTime aTimestamp; // getTimestamp
107 Reference< XInputStream > xBinaryStream; // getBinaryStream
108 Reference< XInputStream > xCharacterStream; // getCharacterStream
109 Reference< XRef > xRef; // getRef
110 Reference< XBlob > xBlob; // getBlob
111 Reference< XClob > xClob; // getClob
112 Reference< XArray > xArray; // getArray
113 Any aObject; // getObject
115 inline PropertyValue() in PropertyValue() argument