Lines Matching refs:PropertyValueSet

269 PropertyValueSet::PropertyValueSet(  in PropertyValueSet()  function in ucbhelper::PropertyValueSet
276 PropertyValueSet::PropertyValueSet( in PropertyValueSet() function in ucbhelper::PropertyValueSet
301 PropertyValueSet::~PropertyValueSet() in ~PropertyValueSet()
312 XINTERFACE_IMPL_3( PropertyValueSet,
323 XTYPEPROVIDER_IMPL_3( PropertyValueSet,
335 sal_Bool SAL_CALL PropertyValueSet::wasNull() in wasNull()
346 OUString SAL_CALL PropertyValueSet::getString( sal_Int32 columnIndex ) in getString()
354 sal_Bool SAL_CALL PropertyValueSet::getBoolean( sal_Int32 columnIndex ) in getBoolean()
363 sal_Int8 SAL_CALL PropertyValueSet::getByte( sal_Int32 columnIndex ) in getByte()
371 sal_Int16 SAL_CALL PropertyValueSet::getShort( sal_Int32 columnIndex ) in getShort()
379 sal_Int32 SAL_CALL PropertyValueSet::getInt( sal_Int32 columnIndex ) in getInt()
387 sal_Int64 SAL_CALL PropertyValueSet::getLong( sal_Int32 columnIndex ) in getLong()
395 float SAL_CALL PropertyValueSet::getFloat( sal_Int32 columnIndex ) in getFloat()
403 double SAL_CALL PropertyValueSet::getDouble( sal_Int32 columnIndex ) in getDouble()
412 PropertyValueSet::getBytes( sal_Int32 columnIndex ) in getBytes()
420 Date SAL_CALL PropertyValueSet::getDate( sal_Int32 columnIndex ) in getDate()
428 Time SAL_CALL PropertyValueSet::getTime( sal_Int32 columnIndex ) in getTime()
436 DateTime SAL_CALL PropertyValueSet::getTimestamp( sal_Int32 columnIndex ) in getTimestamp()
445 PropertyValueSet::getBinaryStream( sal_Int32 columnIndex ) in getBinaryStream()
455 PropertyValueSet::getCharacterStream( sal_Int32 columnIndex ) in getCharacterStream()
464 Any SAL_CALL PropertyValueSet::getObject( in getObject()
595 Reference< XRef > SAL_CALL PropertyValueSet::getRef( sal_Int32 columnIndex ) in getRef()
603 Reference< XBlob > SAL_CALL PropertyValueSet::getBlob( sal_Int32 columnIndex ) in getBlob()
611 Reference< XClob > SAL_CALL PropertyValueSet::getClob( sal_Int32 columnIndex ) in getClob()
619 Reference< XArray > SAL_CALL PropertyValueSet::getArray( sal_Int32 columnIndex ) in getArray()
632 sal_Int32 SAL_CALL PropertyValueSet::findColumn( const OUString& columnName ) in findColumn()
655 const Reference< XTypeConverter >& PropertyValueSet::getTypeConverter() in getTypeConverter()
676 sal_Int32 PropertyValueSet::getLength() const in getLength()
682 void PropertyValueSet::appendString( const ::rtl::OUString& rPropName, in appendString()
689 void PropertyValueSet::appendBoolean( const ::rtl::OUString& rPropName, in appendBoolean()
696 void PropertyValueSet::appendByte( const ::rtl::OUString& rPropName, in appendByte()
703 void PropertyValueSet::appendShort( const ::rtl::OUString& rPropName, in appendShort()
710 void PropertyValueSet::appendInt( const ::rtl::OUString& rPropName, in appendInt()
717 void PropertyValueSet::appendLong( const ::rtl::OUString& rPropName, in appendLong()
724 void PropertyValueSet::appendFloat( const ::rtl::OUString& rPropName, in appendFloat()
731 void PropertyValueSet::appendDouble( const ::rtl::OUString& rPropName, in appendDouble()
738 void PropertyValueSet::appendBytes( const ::rtl::OUString& rPropName, in appendBytes()
745 void PropertyValueSet::appendDate( const ::rtl::OUString& rPropName, in appendDate()
752 void PropertyValueSet::appendTime( const ::rtl::OUString& rPropName, in appendTime()
759 void PropertyValueSet::appendTimestamp( const ::rtl::OUString& rPropName, in appendTimestamp()
766 void PropertyValueSet::appendBinaryStream( in appendBinaryStream()
774 void PropertyValueSet::appendCharacterStream( in appendCharacterStream()
782 void PropertyValueSet::appendObject( const ::rtl::OUString& rPropName, in appendObject()
789 void PropertyValueSet::appendRef( const ::rtl::OUString& rPropName, in appendRef()
796 void PropertyValueSet::appendBlob( const ::rtl::OUString& rPropName, in appendBlob()
803 void PropertyValueSet::appendClob( const ::rtl::OUString& rPropName, in appendClob()
810 void PropertyValueSet::appendArray( const ::rtl::OUString& rPropName, in appendArray()
817 void PropertyValueSet::appendVoid( const ::rtl::OUString& rPropName ) in appendVoid()
823 void PropertyValueSet::appendPropertySet( in appendPropertySet()
893 sal_Bool PropertyValueSet::appendPropertySetValue( in appendPropertySetValue()