Home
last modified time | relevance | path

Searched refs:_rxUpdatedObject (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1561 sal_Bool implUpdateObject(const Reference< XRowUpdate >& _rxUpdatedObject, in implUpdateObject() argument
1571 bSuccessfullyReRouted = implUpdateObject(_rxUpdatedObject, _nColumnIndex, aInnerValue); in implUpdateObject()
1576 _rxUpdatedObject->updateNull(_nColumnIndex); in implUpdateObject()
1580 _rxUpdatedObject->updateString(_nColumnIndex, *(rtl::OUString*)_rValue.getValue()); in implUpdateObject()
1584 _rxUpdatedObject->updateBoolean(_nColumnIndex, *(sal_Bool *)_rValue.getValue()); in implUpdateObject()
1588 _rxUpdatedObject->updateByte(_nColumnIndex, *(sal_Int8 *)_rValue.getValue()); in implUpdateObject()
1593 _rxUpdatedObject->updateShort(_nColumnIndex, *(sal_Int16*)_rValue.getValue()); in implUpdateObject()
1597_rxUpdatedObject->updateString(_nColumnIndex,::rtl::OUString((sal_Unicode *)_rValue.getValue(),1)); in implUpdateObject()
1602 _rxUpdatedObject->updateInt(_nColumnIndex, *(sal_Int32*)_rValue.getValue()); in implUpdateObject()
1609 _rxUpdatedObject->updateLong( _nColumnIndex, nValue ); in implUpdateObject()
[all …]
/trunk/main/connectivity/inc/connectivity/
H A Ddbtools.hxx595 …t( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XRowUpdate >& _rxUpdatedObject,