/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | ORowSetValue.java | 79 setFloat(value); in ORowSetValue() 243 setFloat(getFloat()); in setTypeKind() 337 setFloat(value); in fill() 1204 public void setFloat(float value) { in setFloat() method in ORowSetValue
|
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlPreparedStatement.java | 206 public void setFloat(int arg0, float arg1) throws SQLException { in setFloat() method in PostgresqlPreparedStatement 207 implParameters.setFloat(arg0, arg1); in setFloat()
|
/aoo42x/main/extensions/test/stm/ |
H A D | datatest.cxx | 509 aValue.setFloat( m_f ); in getPropertyValue() 925 any.setFloat( 42.23 ); in testObject() 977 any.setFloat( 42.23 ); in testObject()
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | preparedstatement.cxx | 327 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) throw(SQLException,… in setFloat() function in OPreparedStatement 332 m_xAggregateAsParameters->setFloat(parameterIndex, x); in setFloat()
|
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLPreparedStatement.java | 265 public synchronized void setFloat(int index, float x) throws SQLException { in setFloat() method in JavaSQLPreparedStatement 269 ((java.sql.PreparedStatement)jdbcStatement).setFloat(index, x); in setFloat()
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 443 void SAL_CALL OPreparedStatement::setFloat(sal_Int32 parameter, float x) in setFloat() function in OPreparedStatement 656 setFloat(_parameterIndex,nValue); in setObjectWithInfo()
|
H A D | mysqlc_preparedstatement.hxx | 122 void SAL_CALL setFloat(sal_Int32 parameter, float x) throw(SQLException, RuntimeException);
|
/aoo42x/main/testtools/source/performance/ |
H A D | cli_testobj_performance.cs | 91 public void setFloat( /*IN*/float f ) { _float = f; } in setFloat() method in testobj.PerformanceTestObject
|
H A D | ubobject.cxx | 161 virtual void SAL_CALL setFloat( float _float ) throw(::com::sun::star::uno::RuntimeException) in setFloat() function in benchmark_object::ServiceImpl
|
/aoo42x/main/connectivity/source/inc/ado/ |
H A D | Aolevariant.hxx | 108 void setFloat(float f) ;
|
H A D | APreparedStatement.hxx | 90 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
|
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | ConfigGroup.java | 158 field.setFloat(this, Configuration.getFloat(propertyName, configView)); in readField()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | parameters.cxx | 1008 void ParameterManager::setFloat( sal_Int32 _nIndex, float x ) in setFloat() function in dbtools::ParameterManager 1010 VISIT_PARAMETER( setFloat( _nIndex, x ) ); in setFloat()
|
/aoo42x/main/stoc/test/ |
H A D | testiadapter.cxx | 263 virtual void SAL_CALL setFloat( float _float ) throw(::com::sun::star::uno::RuntimeException) in setFloat() function in Test_Impl 572 _xLBT->setFloat( *(const float *)rValue.getValue() ); in setValue() 824 xLBT->setFloat( aRet.Float ); in performTest()
|
/aoo42x/main/udkapi/com/sun/star/test/performance/ |
H A D | XPerformanceTest.idl | 110 void setFloat( [in] float f );
|
/aoo42x/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 215 void SAL_CALL OEvoabPreparedStatement::setFloat( sal_Int32 /*parameterIndex*/, float /*x*/ ) throw(… in setFloat() function in OEvoabPreparedStatement
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.cxx | 257 void SAL_CALL MacabPreparedStatement::setFloat(sal_Int32, float) throw(SQLException, RuntimeExcepti… in setFloat() function in MacabPreparedStatement
|
H A D | MacabPreparedStatement.hxx | 89 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | parameters.hxx | 235 void setFloat ( sal_Int32 _nIndex, float x);
|
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SPreparedStatement.cxx | 213 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) throw(SQLException,… in setFloat() function in OPreparedStatement
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XParameters.java | 279 oObj.setFloat(idx, (float)133.55) ; in _setFloat()
|
/aoo42x/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 925 void SAL_CALL DatabaseDataProvider::setFloat(sal_Int32 parameterIndex, float x) throw( SQLException… in setFloat() function in dbaccess::DatabaseDataProvider 927 m_aParameterManager.setFloat(parameterIndex, x); in setFloat()
|
/aoo42x/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 205 public void setFloat( /*IN*/float f ) throws com.sun.star.uno.RuntimeException { in setFloat() method in TestComponent._PerformancTestObject 572 public void setFloat(float zfloat) throws com.sun.star.uno.RuntimeException { in setFloat() method in TestComponent._TestObject
|
/aoo42x/main/connectivity/source/inc/java/sql/ |
H A D | PreparedStatement.hxx | 79 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
|
/aoo42x/main/dbaccess/source/core/inc/ |
H A D | preparedstatement.hxx | 109 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
|