/aoo4110/main/basic/source/sbx/ |
H A D | sbxdec.cxx | 160 void SbxDecimal::setByte( sal_uInt8 val ) in setByte() function in SbxDecimal 363 void SbxDecimal::setByte( sal_uInt8 val ) { (void)val; } in setByte() function in SbxDecimal 477 pnDecRes->setByte( p->nByte ); break; in ImpGetDecimal() 544 pnDecRes->setByte( *p->pByte ); break; in ImpGetDecimal()
|
H A D | sbxdec.hxx | 75 void setByte( sal_uInt8 val );
|
H A D | sbxbyte.cxx | 269 ImpCreateDecimal( p )->setByte( n ); in ImpPutByte()
|
/aoo4110/main/dbaccess/source/core/api/ |
H A D | preparedstatement.cxx | 291 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte() function in OPreparedStatement 296 m_xAggregateAsParameters->setByte(parameterIndex, x); in setByte()
|
/aoo4110/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 311 void SAL_CALL OPreparedStatement::setByte(sal_Int32 parameter, sal_Int8 x) in setByte() function in OPreparedStatement 724 impl_setObject( this, _parameterIndex, _value, &XParameters::setByte ); in setObjectWithInfo()
|
H A D | mysqlc_preparedstatement.hxx | 114 void SAL_CALL setByte(sal_Int32 parameter, sal_Int8 x) throw(SQLException, RuntimeException);
|
/aoo4110/main/connectivity/source/inc/ado/ |
H A D | Aolevariant.hxx | 105 void setByte(sal_uInt8 n) ;
|
H A D | APreparedStatement.hxx | 86 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo4110/main/connectivity/source/commontools/ |
H A D | parameters.cxx | 984 void ParameterManager::setByte( sal_Int32 _nIndex, sal_Int8 x ) in setByte() function in dbtools::ParameterManager 986 VISIT_PARAMETER( setByte( _nIndex, x ) ); in setByte()
|
/aoo4110/main/stoc/test/ |
H A D | testiadapter.cxx | 247 virtual void SAL_CALL setByte( sal_Int8 _byte ) throw(::com::sun::star::uno::RuntimeException) in setByte() function in Test_Impl 556 _xLBT->setByte( *(const sal_Int8 *)rValue.getValue() ); in setValue() 817 xLBT->setByte( aRet.Byte ); in performTest()
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 184 void SAL_CALL OEvoabPreparedStatement::setByte( sal_Int32 /*parameterIndex*/, sal_Int8 /*x*/ ) thro… in setByte() function in OEvoabPreparedStatement
|
H A D | NPreparedStatement.hxx | 103 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo4110/main/connectivity/source/drivers/kab/ |
H A D | KPreparedStatement.cxx | 212 void SAL_CALL KabPreparedStatement::setByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeExcepti… in setByte() function in KabPreparedStatement
|
H A D | KPreparedStatement.hxx | 85 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo4110/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.cxx | 225 void SAL_CALL MacabPreparedStatement::setByte(sal_Int32, sal_Int8) throw(SQLException, RuntimeExcep… in setByte() function in MacabPreparedStatement
|
H A D | MacabPreparedStatement.hxx | 85 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XParameters.java | 195 oObj.setByte(idx, (byte)122) ; in _setByte()
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SPreparedStatement.cxx | 170 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte() function in OPreparedStatement
|
H A D | SPreparedStatement.hxx | 104 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo4110/main/connectivity/inc/connectivity/ |
H A D | parameters.hxx | 231 void setByte ( sal_Int32 _nIndex, sal_Int8 x);
|
/aoo4110/main/connectivity/source/inc/java/sql/ |
H A D | PreparedStatement.hxx | 75 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo4110/main/dbaccess/source/core/inc/ |
H A D | preparedstatement.hxx | 105 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo4110/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 901 void SAL_CALL DatabaseDataProvider::setByte(sal_Int32 parameterIndex, sal_Int8 x) throw( SQLExcepti… in setByte() function in dbaccess::DatabaseDataProvider 903 m_aParameterManager.setByte(parameterIndex, x); in setByte()
|
/aoo4110/main/connectivity/source/inc/file/ |
H A D | FPreparedStatement.hxx | 102 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | OPreparedStatement.hxx | 130 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
|