Lines Matching refs:x

510 void SAL_CALL SbaXFormAdapter::updateBoolean(sal_Int32 columnIndex, sal_Bool x) throw( ::com::sun::…  in updateBoolean()  argument
514 xIface->updateBoolean(columnIndex, x); in updateBoolean()
517 void SAL_CALL SbaXFormAdapter::updateByte(sal_Int32 columnIndex, sal_Int8 x) throw( ::com::sun::sta… in updateByte() argument
521 xIface->updateByte(columnIndex, x); in updateByte()
524 void SAL_CALL SbaXFormAdapter::updateShort(sal_Int32 columnIndex, sal_Int16 x) throw( ::com::sun::s… in updateShort() argument
528 xIface->updateShort(columnIndex, x); in updateShort()
531 void SAL_CALL SbaXFormAdapter::updateInt(sal_Int32 columnIndex, sal_Int32 x) throw( ::com::sun::sta… in updateInt() argument
535 xIface->updateInt(columnIndex, x); in updateInt()
538 void SAL_CALL SbaXFormAdapter::updateLong(sal_Int32 columnIndex, sal_Int64 x) throw( ::com::sun::st… in updateLong() argument
542 xIface->updateLong(columnIndex, x); in updateLong()
545 void SAL_CALL SbaXFormAdapter::updateFloat(sal_Int32 columnIndex, float x) throw( ::com::sun::star:… in updateFloat() argument
549 xIface->updateFloat(columnIndex, x); in updateFloat()
552 void SAL_CALL SbaXFormAdapter::updateDouble(sal_Int32 columnIndex, double x) throw( ::com::sun::sta… in updateDouble() argument
556 xIface->updateDouble(columnIndex, x); in updateDouble()
559 void SAL_CALL SbaXFormAdapter::updateString(sal_Int32 columnIndex, const ::rtl::OUString& x) throw(… in updateString() argument
563 xIface->updateString(columnIndex, x); in updateString()
566 void SAL_CALL SbaXFormAdapter::updateBytes(sal_Int32 columnIndex, const Sequence< sal_Int8 >& x) th… in updateBytes() argument
570 xIface->updateBytes(columnIndex, x); in updateBytes()
573 …pter::updateDate(sal_Int32 columnIndex, const ::com::sun::star::util::Date& x) throw( ::com::sun::… in updateDate() argument
577 xIface->updateDate(columnIndex, x); in updateDate()
580 …pter::updateTime(sal_Int32 columnIndex, const ::com::sun::star::util::Time& x) throw( ::com::sun::… in updateTime() argument
584 xIface->updateTime(columnIndex, x); in updateTime()
587 …ateTimestamp(sal_Int32 columnIndex, const ::com::sun::star::util::DateTime& x) throw( ::com::sun::… in updateTimestamp() argument
591 xIface->updateTimestamp(columnIndex, x); in updateTimestamp()
594 …l_Int32 columnIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length) t… in updateBinaryStream() argument
598 xIface->updateBinaryStream(columnIndex, x, length); in updateBinaryStream()
601 …l_Int32 columnIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length) t… in updateCharacterStream() argument
605 xIface->updateCharacterStream(columnIndex, x, length); in updateCharacterStream()
608 void SAL_CALL SbaXFormAdapter::updateObject(sal_Int32 columnIndex, const Any& x) throw( ::com::sun:… in updateObject() argument
612 xIface->updateObject(columnIndex, x); in updateObject()
615 void SAL_CALL SbaXFormAdapter::updateNumericObject(sal_Int32 columnIndex, const Any& x, sal_Int32 s… in updateNumericObject() argument
619 xIface->updateNumericObject(columnIndex, x, scale); in updateNumericObject()
896 void SAL_CALL SbaXFormAdapter::setBoolean(sal_Int32 parameterIndex, sal_Bool x) throw( ::com::sun::… in setBoolean() argument
900 xIface->setBoolean(parameterIndex, x); in setBoolean()
903 void SAL_CALL SbaXFormAdapter::setByte(sal_Int32 parameterIndex, sal_Int8 x) throw( ::com::sun::sta… in setByte() argument
907 xIface->setByte(parameterIndex, x); in setByte()
910 void SAL_CALL SbaXFormAdapter::setShort(sal_Int32 parameterIndex, sal_Int16 x) throw( ::com::sun::s… in setShort() argument
914 xIface->setShort(parameterIndex, x); in setShort()
917 void SAL_CALL SbaXFormAdapter::setInt(sal_Int32 parameterIndex, sal_Int32 x) throw( ::com::sun::sta… in setInt() argument
921 xIface->setInt(parameterIndex, x); in setInt()
924 void SAL_CALL SbaXFormAdapter::setLong(sal_Int32 parameterIndex, sal_Int64 x) throw( ::com::sun::st… in setLong() argument
928 xIface->setLong(parameterIndex, x); in setLong()
931 void SAL_CALL SbaXFormAdapter::setFloat(sal_Int32 parameterIndex, float x) throw( ::com::sun::star:… in setFloat() argument
935 xIface->setFloat(parameterIndex, x); in setFloat()
938 void SAL_CALL SbaXFormAdapter::setDouble(sal_Int32 parameterIndex, double x) throw( ::com::sun::sta… in setDouble() argument
942 xIface->setDouble(parameterIndex, x); in setDouble()
945 void SAL_CALL SbaXFormAdapter::setString(sal_Int32 parameterIndex, const ::rtl::OUString& x) throw(… in setString() argument
949 xIface->setString(parameterIndex, x); in setString()
952 void SAL_CALL SbaXFormAdapter::setBytes(sal_Int32 parameterIndex, const Sequence< sal_Int8 >& x) th… in setBytes() argument
956 xIface->setBytes(parameterIndex, x); in setBytes()
959 …pter::setDate(sal_Int32 parameterIndex, const ::com::sun::star::util::Date& x) throw( ::com::sun::… in setDate() argument
963 xIface->setDate(parameterIndex, x); in setDate()
966 …pter::setTime(sal_Int32 parameterIndex, const ::com::sun::star::util::Time& x) throw( ::com::sun::… in setTime() argument
970 xIface->setTime(parameterIndex, x); in setTime()
973 …Timestamp(sal_Int32 parameterIndex, const ::com::sun::star::util::DateTime& x) throw( ::com::sun::… in setTimestamp() argument
977 xIface->setTimestamp(parameterIndex, x); in setTimestamp()
980 …nt32 parameterIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length) t… in setBinaryStream() argument
984 xIface->setBinaryStream(parameterIndex, x, length); in setBinaryStream()
987 …nt32 parameterIndex, const Reference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length) t… in setCharacterStream() argument
991 xIface->setCharacterStream(parameterIndex, x, length); in setCharacterStream()
994 void SAL_CALL SbaXFormAdapter::setObject(sal_Int32 parameterIndex, const Any& x) throw( ::com::sun:… in setObject() argument
998 xIface->setObject(parameterIndex, x); in setObject()
1001 void SAL_CALL SbaXFormAdapter::setObjectWithInfo(sal_Int32 parameterIndex, const Any& x, sal_Int32 … in setObjectWithInfo() argument
1005 xIface->setObjectWithInfo(parameterIndex, x, targetSqlType, scale); in setObjectWithInfo()
1008 …(sal_Int32 parameterIndex, const Reference< ::com::sun::star::sdbc::XRef >& x) throw( ::com::sun::… in setRef() argument
1012 xIface->setRef(parameterIndex, x); in setRef()
1015 …sal_Int32 parameterIndex, const Reference< ::com::sun::star::sdbc::XBlob >& x) throw( ::com::sun::… in setBlob() argument
1019 xIface->setBlob(parameterIndex, x); in setBlob()
1022 …sal_Int32 parameterIndex, const Reference< ::com::sun::star::sdbc::XClob >& x) throw( ::com::sun::… in setClob() argument
1026 xIface->setClob(parameterIndex, x); in setClob()
1029 …al_Int32 parameterIndex, const Reference< ::com::sun::star::sdbc::XArray >& x) throw( ::com::sun::… in setArray() argument
1033 xIface->setArray(parameterIndex, x); in setArray()