Home
last modified time | relevance | path

Searched refs:setFloat (Results 1 – 25 of 50) sorted by relevance

12

/aoo41x/main/extensions/test/stm/
H A Ddatatest.cxx509 aValue.setFloat( m_f ); in getPropertyValue()
925 any.setFloat( 42.23 ); in testObject()
977 any.setFloat( 42.23 ); in testObject()
/aoo41x/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx327 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()
/aoo41x/main/testtools/source/performance/
H A Dcli_testobj_performance.cs91 public void setFloat( /*IN*/float f ) { _float = f; } in setFloat() method in testobj.PerformanceTestObject
H A Dubobject.cxx161 virtual void SAL_CALL setFloat( float _float ) throw(::com::sun::star::uno::RuntimeException) in setFloat() function in benchmark_object::ServiceImpl
/aoo41x/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx443 void SAL_CALL OPreparedStatement::setFloat(sal_Int32 parameter, float x) in setFloat() function in OPreparedStatement
656 setFloat(_parameterIndex,nValue); in setObjectWithInfo()
H A Dmysqlc_preparedstatement.hxx122 void SAL_CALL setFloat(sal_Int32 parameter, float x) throw(SQLException, RuntimeException);
/aoo41x/main/connectivity/source/inc/ado/
H A DAolevariant.hxx108 void setFloat(float f) ;
H A DAPreparedStatement.hxx90 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DConfigGroup.java158 field.setFloat(this, Configuration.getFloat(propertyName, configView)); in readField()
/aoo41x/main/connectivity/source/commontools/
H A Dparameters.cxx1008 void ParameterManager::setFloat( sal_Int32 _nIndex, float x ) in setFloat() function in dbtools::ParameterManager
1010 VISIT_PARAMETER( setFloat( _nIndex, x ) ); in setFloat()
/aoo41x/main/stoc/test/
H A Dtestiadapter.cxx263 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()
/aoo41x/main/udkapi/com/sun/star/test/performance/
H A DXPerformanceTest.idl110 void setFloat( [in] float f );
/aoo41x/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx215 void SAL_CALL OEvoabPreparedStatement::setFloat( sal_Int32 /*parameterIndex*/, float /*x*/ ) throw(… in setFloat() function in OEvoabPreparedStatement
/aoo41x/main/connectivity/source/drivers/kab/
H A DKPreparedStatement.cxx244 void SAL_CALL KabPreparedStatement::setFloat(sal_Int32, float) throw(SQLException, RuntimeException) in setFloat() function in KabPreparedStatement
H A DKPreparedStatement.hxx89 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
/aoo41x/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx257 void SAL_CALL MacabPreparedStatement::setFloat(sal_Int32, float) throw(SQLException, RuntimeExcepti… in setFloat() function in MacabPreparedStatement
H A DMacabPreparedStatement.hxx89 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx213 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) throw(SQLException,… in setFloat() function in OPreparedStatement
H A DSPreparedStatement.hxx108 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XParameters.java279 oObj.setFloat(idx, (float)133.55) ; in _setFloat()
/aoo41x/main/connectivity/inc/connectivity/
H A Dparameters.hxx235 void setFloat ( sal_Int32 _nIndex, float x);
/aoo41x/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx109 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
/aoo41x/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx79 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
/aoo41x/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java205 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
/aoo41x/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx925 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()

Completed in 109 milliseconds

12