Home
last modified time | relevance | path

Searched refs:setDouble (Results 1 – 25 of 61) sorted by relevance

123

/trunk/main/basic/source/sbx/
H A Dsbxdec.cxx191 bool SbxDecimal::setDouble( double val ) in setDouble() function in SbxDecimal
369 bool SbxDecimal::setDouble( double val ) { (void)val; return false; } in setDouble() function in SbxDecimal
495 pnDecRes->setDouble( d ); in ImpGetDecimal()
501 pnDecRes->setDouble( d ); in ImpGetDecimal()
520 if( !pnDecRes->setDouble( dVal ) ) in ImpGetDecimal()
H A Dsbxdec.hxx81 bool setDouble( double val );
H A Dsbxdbl.cxx167 if( !pDec->setDouble( n ) ) in ImpPutDouble()
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.cxx423 void SAL_CALL OPreparedStatement::setDouble(sal_Int32 parameter, double x) in setDouble() function in OPreparedStatement
432 ((sql::PreparedStatement *)cppStatement)->setDouble(parameter, x); in setDouble()
452 ((sql::PreparedStatement *)cppStatement)->setDouble(parameter, x); in setFloat()
629 setDouble( _parameterIndex, nValue ); in setObjectWithInfo()
667 setDouble( _parameterIndex, nValue ); in setObjectWithInfo()
H A Dmysqlc_preparedstatement.hxx124 void SAL_CALL setDouble(sal_Int32 parameter, double x) throw(SQLException, RuntimeException);
/trunk/main/sc/inc/
H A Dlookupcache.hxx109 setDouble( rEntry.nVal); in QueryCriteria()
130 void setDouble( double fVal ) in setDouble() function in ScLookupCache::QueryCriteria
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java74 setDouble(value); in ORowSetValue()
247 setDouble(getDouble()); in setTypeKind()
346 setDouble(value); in fill()
1198 public void setDouble(double value) { in setDouble() method in ORowSetValue
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlPreparedStatement.java202 public void setDouble(int arg0, double arg1) throws SQLException { in setDouble() method in PostgresqlPreparedStatement
203 implParameters.setDouble(arg0, arg1); in setDouble()
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx512 aValue.setDouble( m_d ); in getPropertyValue()
928 any.setDouble( 233.321412 ); in testObject()
980 any.setDouble( 233.321412 ); in testObject()
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx336 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLExceptio… in setDouble() function in OPreparedStatement
341 m_xAggregateAsParameters->setDouble(parameterIndex, x); in setDouble()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java254 public synchronized void setDouble(int index, double x) throws SQLException { in setDouble() method in JavaSQLPreparedStatement
258 ((java.sql.PreparedStatement)jdbcStatement).setDouble(index, x); in setDouble()
/trunk/main/testtools/source/performance/
H A Dcli_testobj_performance.cs93 public void setDouble( /*IN*/double f ) { _double = f; } in setDouble() method in testobj.PerformanceTestObject
/trunk/main/connectivity/source/inc/ado/
H A DAolevariant.hxx109 void setDouble(double d) ;
/trunk/main/dbaccess/source/ui/misc/
H A DUpdateHelperImpl.hxx106 m_xParameters->setDouble(_nPos, _nValue); in updateDouble()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfigGroup.java162 field.setDouble(this, Configuration.getDouble(propertyName, configView)); in readField()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx1014 void ParameterManager::setDouble( sal_Int32 _nIndex, double x ) in setDouble() function in dbtools::ParameterManager
1016 VISIT_PARAMETER( setDouble( _nIndex, x ) ); in setDouble()
/trunk/main/stoc/test/
H A Dtestiadapter.cxx265 virtual void SAL_CALL setDouble( double _double ) throw(::com::sun::star::uno::RuntimeException) in setDouble() function in Test_Impl
574 _xLBT->setDouble( *(const double *)rValue.getValue() ); in setValue()
825 xLBT->setDouble( aRet.Double ); in performTest()
/trunk/main/udkapi/com/sun/star/test/performance/
H A DXPerformanceTest.idl112 void setDouble( [in] double f );
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx208 void SAL_CALL OEvoabPreparedStatement::setDouble( sal_Int32 /*parameterIndex*/, double /*x*/ ) thro… in setDouble() function in OEvoabPreparedStatement
/trunk/main/offapi/com/sun/star/sdbc/
H A DXParameters.idl83 pstmt.setDouble(1, 153833.00)
212 void setDouble([in]long parameterIndex, [in]double x) raises (SQLException);
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java280 field.setDouble(target, toDouble(value)); in set()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx265 void SAL_CALL MacabPreparedStatement::setDouble(sal_Int32, double) throw(SQLException, RuntimeExcep… in setDouble() function in MacabPreparedStatement
/trunk/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
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XParameters.java300 oObj.setDouble(idx, 133) ; in _setDouble()
/trunk/main/connectivity/inc/connectivity/
H A Dparameters.hxx236 void setDouble ( sal_Int32 _nIndex, double x);

Completed in 96 milliseconds

123