Home
last modified time | relevance | path

Searched refs:setDouble (Results 26 – 50 of 61) sorted by relevance

123

/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.cxx204 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLExceptio… in setDouble() function in OPreparedStatement
H A DSPreparedStatement.hxx109 …virtual void SAL_CALL setDouble( sal_Int32 parameterIndex, double x ) throw(::com::sun::star::sdbc…
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XParameters.java300 oObj.setDouble(idx, 133) ; in _setDouble()
/aoo42x/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx931 void SAL_CALL DatabaseDataProvider::setDouble(sal_Int32 parameterIndex, double x) throw( SQLExcepti… in setDouble() function in dbaccess::DatabaseDataProvider
933 m_aParameterManager.setDouble(parameterIndex, x); in setDouble()
/aoo42x/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java213 public void setDouble( /*IN*/double f ) throws com.sun.star.uno.RuntimeException { in setDouble() method in TestComponent._PerformancTestObject
580 public void setDouble(double zdouble) throws com.sun.star.uno.RuntimeException { in setDouble() method in TestComponent._TestObject
/aoo42x/main/basic/source/sbx/
H A Dsbxdate.cxx230 if( !pDec->setDouble( n ) ) in ImpPutDate()
/aoo42x/main/connectivity/source/inc/ado/
H A DAPreparedStatement.hxx91 …virtual void SAL_CALL setDouble( sal_Int32 parameterIndex, double x ) throw(::com::sun::star::sdbc…
/aoo42x/main/connectivity/source/inc/java/sql/
H A DPreparedStatement.hxx80 …virtual void SAL_CALL setDouble( sal_Int32 parameterIndex, double x ) throw(::com::sun::star::sdbc…
/aoo42x/main/dbaccess/source/core/inc/
H A Dpreparedstatement.hxx110 …virtual void SAL_CALL setDouble( sal_Int32 parameterIndex, double x ) throw(::com::sun::star::sdbc…
/aoo42x/main/testtools/source/performance/
H A Dubobject.cxx165 virtual void SAL_CALL setDouble( double _double ) throw(::com::sun::star::uno::RuntimeException) in setDouble() function in benchmark_object::ServiceImpl
/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.hxx108 …virtual void SAL_CALL setDouble( sal_Int32 parameterIndex, double x ) throw(::com::sun::star::sdbc…
/aoo42x/main/connectivity/source/inc/file/
H A DFPreparedStatement.hxx107 …virtual void SAL_CALL setDouble( sal_Int32 parameterIndex, double x ) throw(::com::sun::star::sdbc…
/aoo42x/main/connectivity/source/inc/odbc/
H A DOPreparedStatement.hxx135 …virtual void SAL_CALL setDouble( sal_Int32 parameterIndex, double x ) throw(::com::sun::star::sdbc…
/aoo42x/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx357 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLExceptio… in setDouble() function in OPreparedStatement
H A DAolevariant.cxx263 void OLEVariant::setDouble(double d) in setDouble() function in OLEVariant
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DPreparedStatement.idl78 pstmt.setDouble(1, 153833.00)
/aoo42x/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx262 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLExceptio… in setDouble() function in OPreparedStatement
/aoo42x/main/qadevOOo/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv68 "ORowSet";"com::sun::star::sdbc::XParameters";"setDouble()"
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx391 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLExceptio… in setDouble() function in OPreparedStatement
/aoo42x/main/connectivity/source/commontools/
H A Ddbtools.cxx1711 _rxParameters->setDouble(_nColumnIndex, *(double*)_rValue.getValue()); in implSetObject()
1963 _xParams->setDouble(parameterIndex,_rValue); in setObjectWithInfo()
/aoo42x/main/bridges/test/
H A Dtestcomp.cxx219 …virtual void SAL_CALL setDouble( double /* _double */) throw(::com::sun::star::uno::RuntimeExcepti… in setDouble() function in ServiceImpl
/aoo42x/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.ODatabaseForm.csv96 "ODatabaseForm";"com::sun::star::sdbc::XParameters";"setDouble()"
/aoo42x/main/qadevOOo/runner/util/
H A DValueChanger.java888 Array.setDouble(newValue, i, Array.getDouble(oldValue, i) + 1); in changePValue()
929 field.setDouble(newValue, field.getDouble(oldValue) + 1); in changePValue()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DPreparedStatement.cxx231 void SAL_CALL java_sql_PreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(::c… in setDouble() function in java_sql_PreparedStatement
/aoo42x/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx938 void SAL_CALL SbaXFormAdapter::setDouble(sal_Int32 parameterIndex, double x) throw( ::com::sun::sta… in setDouble() function in SbaXFormAdapter
942 xIface->setDouble(parameterIndex, x); in setDouble()

Completed in 145 milliseconds

123