LibreOffice Module ucbhelper (master) 1
Public Member Functions | Public Attributes | List of all members
ucbhelper_impl::PropertyValue Struct Reference
Collaboration diagram for ucbhelper_impl::PropertyValue:
[legend]

Public Member Functions

 PropertyValue ()
 

Public Attributes

OUString sPropertyName
 
PropsSet nPropsSet
 
PropsSet nOrigValue
 
OUString aString
 
bool bBoolean
 
sal_Int8 nByte
 
sal_Int16 nShort
 
sal_Int32 nInt
 
sal_Int64 nLong
 
float nFloat
 
double nDouble
 
Sequence< sal_Int8aBytes
 
Date aDate
 
Time aTime
 
DateTime aTimestamp
 
Reference< XInputStream > xBinaryStream
 
Reference< XInputStream > xCharacterStream
 
Reference< XRef > xRef
 
Reference< XBlob > xBlob
 
Reference< XClob > xClob
 
Reference< XArray > xArray
 
Any aObject
 

Detailed Description

Definition at line 72 of file propertyvalueset.cxx.

Constructor & Destructor Documentation

◆ PropertyValue()

ucbhelper_impl::PropertyValue::PropertyValue ( )
inline

Definition at line 100 of file propertyvalueset.cxx.

References NONE.

Member Data Documentation

◆ aBytes

Sequence< sal_Int8 > ucbhelper_impl::PropertyValue::aBytes

◆ aDate

Date ucbhelper_impl::PropertyValue::aDate

Definition at line 89 of file propertyvalueset.cxx.

Referenced by ucbhelper::PropertyValueSet::getObject().

◆ aObject

Any ucbhelper_impl::PropertyValue::aObject

◆ aString

OUString ucbhelper_impl::PropertyValue::aString

Definition at line 79 of file propertyvalueset.cxx.

Referenced by ucbhelper::PropertyValueSet::getObject().

◆ aTime

Time ucbhelper_impl::PropertyValue::aTime

Definition at line 90 of file propertyvalueset.cxx.

Referenced by ucbhelper::PropertyValueSet::getObject().

◆ aTimestamp

DateTime ucbhelper_impl::PropertyValue::aTimestamp

Definition at line 91 of file propertyvalueset.cxx.

Referenced by ucbhelper::PropertyValueSet::getObject().

◆ bBoolean

bool ucbhelper_impl::PropertyValue::bBoolean

Definition at line 80 of file propertyvalueset.cxx.

Referenced by ucbhelper::PropertyValueSet::getObject().

◆ nByte

sal_Int8 ucbhelper_impl::PropertyValue::nByte

Definition at line 81 of file propertyvalueset.cxx.

Referenced by ucbhelper::PropertyValueSet::getObject().

◆ nDouble

double ucbhelper_impl::PropertyValue::nDouble

Definition at line 86 of file propertyvalueset.cxx.

Referenced by ucbhelper::PropertyValueSet::getObject().

◆ nFloat

float ucbhelper_impl::PropertyValue::nFloat

Definition at line 85 of file propertyvalueset.cxx.

Referenced by ucbhelper::PropertyValueSet::getObject().

◆ nInt

sal_Int32 ucbhelper_impl::PropertyValue::nInt

Definition at line 83 of file propertyvalueset.cxx.

Referenced by ucbhelper::PropertyValueSet::getObject().

◆ nLong

sal_Int64 ucbhelper_impl::PropertyValue::nLong

Definition at line 84 of file propertyvalueset.cxx.

Referenced by ucbhelper::PropertyValueSet::getObject().

◆ nOrigValue

PropsSet ucbhelper_impl::PropertyValue::nOrigValue

◆ nPropsSet

PropsSet ucbhelper_impl::PropertyValue::nPropsSet

◆ nShort

sal_Int16 ucbhelper_impl::PropertyValue::nShort

Definition at line 82 of file propertyvalueset.cxx.

Referenced by ucbhelper::PropertyValueSet::getObject().

◆ sPropertyName

OUString ucbhelper_impl::PropertyValue::sPropertyName

Definition at line 74 of file propertyvalueset.cxx.

Referenced by ucbhelper::PropertyValueSet::appendValue().

◆ xArray

Reference< XArray > ucbhelper_impl::PropertyValue::xArray

◆ xBinaryStream

Reference< XInputStream > ucbhelper_impl::PropertyValue::xBinaryStream

◆ xBlob

Reference< XBlob > ucbhelper_impl::PropertyValue::xBlob

◆ xCharacterStream

Reference< XInputStream > ucbhelper_impl::PropertyValue::xCharacterStream

◆ xClob

Reference< XClob > ucbhelper_impl::PropertyValue::xClob

◆ xRef

Reference< XRef > ucbhelper_impl::PropertyValue::xRef

The documentation for this struct was generated from the following file: