Home
last modified time | relevance | path

Searched refs:setShort (Results 1 – 25 of 45) sorted by relevance

12

/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx165 void SbxDecimal::setShort( sal_Int16 val ) in setShort() function in SbxDecimal
364 void SbxDecimal::setShort( sal_Int16 val ) { (void)val; } in setShort() function in SbxDecimal
473 pnDecRes->setShort( 0 ); break; in ImpGetDecimal()
536 pnDecRes->setShort( 0 ); in ImpGetDecimal()
576 SbxBase::SetError( SbxERR_CONVERSION ); pnDecRes->setShort( 0 ); in ImpGetDecimal()
H A Dsbxdec.hxx76 void setShort( sal_Int16 val );
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java238 public void setShort(int arg0, short arg1) throws SQLException { in setShort() method in PostgresqlPreparedStatement
239 implParameters.setShort(arg0, arg1); in setShort()
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx300 void SAL_CALL OPreparedStatement::setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(SQLExcept… in setShort() function in OPreparedStatement
305 m_xAggregateAsParameters->setShort(parameterIndex, x); in setShort()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java364 public synchronized void setShort(int index, short x) throws SQLException { in setShort() method in JavaSQLPreparedStatement
368 ((java.sql.PreparedStatement)jdbcStatement).setShort(index, x); in setShort()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx728 impl_setObject( this, _parameterIndex, _value, &XParameters::setShort ); in setObjectWithInfo()
772 void SAL_CALL OPreparedStatement::setShort(sal_Int32 parameter, sal_Int16 x) in setShort() function in OPreparedStatement
H A Dmysqlc_preparedstatement.hxx116 … void SAL_CALL setShort(sal_Int32 parameter, sal_Int16 x) throw(SQLException, RuntimeException);
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfigGroup.java154 field.setShort(this, Configuration.getShort(propertyName, configView)); in readField()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx990 void ParameterManager::setShort( sal_Int32 _nIndex, sal_Int16 x ) in setShort() function in dbtools::ParameterManager
992 VISIT_PARAMETER( setShort( _nIndex, x ) ); in setShort()
H A Ddbtools.cxx1694 _rxParameters->setShort(_nColumnIndex, *(sal_Int16*)_rValue.getValue()); in implSetObject()
2011 _xParams->setShort(parameterIndex,_rValue); in setObjectWithInfo()
2015 _xParams->setShort(parameterIndex,_rValue); in setObjectWithInfo()
/trunk/main/stoc/test/
H A Dtestiadapter.cxx251 … virtual void SAL_CALL setShort( sal_Int16 _short ) throw(::com::sun::star::uno::RuntimeException) in setShort() function in Test_Impl
560 _xLBT->setShort( *(const sal_Int16 *)rValue.getValue() ); in setValue()
818 xLBT->setShort( aRet.Short ); in performTest()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx288 void SAL_CALL OEvoabPreparedStatement::setShort( sal_Int32 /*parameterIndex*/, sal_Int16 /*x*/ ) th… in setShort() function in OEvoabPreparedStatement
H A DNPreparedStatement.hxx104 …virtual void SAL_CALL setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java877 parameters.setShort(index, AnyConverter.toShort(any)); in setObject()
880 parameters.setShort(index, AnyConverter.toUnsignedShort(any)); in setObject()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx233 void SAL_CALL MacabPreparedStatement::setShort(sal_Int32, sal_Int16) throw(SQLException, RuntimeExc… in setShort() function in MacabPreparedStatement
H A DMacabPreparedStatement.hxx86 …virtual void SAL_CALL setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx301 void SAL_CALL OPreparedStatement::setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(SQLExcept… in setShort() function in OPreparedStatement
H A DSPreparedStatement.hxx105 …virtual void SAL_CALL setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XParameters.java216 oObj.setShort(idx, (short)133) ; in _setShort()
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx232 void setShort ( sal_Int32 _nIndex, sal_Int16 x);
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx907 void SAL_CALL DatabaseDataProvider::setShort(sal_Int32 parameterIndex, sal_Int16 x) throw( SQLExcep… in setShort() function in dbaccess::DatabaseDataProvider
909 m_aParameterManager.setShort(parameterIndex, x); in setShort()
/trunk/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx87 …virtual void SAL_CALL setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx76 …virtual void SAL_CALL setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx106 …virtual void SAL_CALL setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(::com::sun::star::sd…
/trunk/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx103 …virtual void SAL_CALL setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(::com::sun::star::sd…

Completed in 163 milliseconds

12