/trunk/main/basic/source/sbx/ |
H A D | sbxdec.cxx | 191 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 D | sbxdec.hxx | 81 bool setDouble( double val );
|
H A D | sbxdbl.cxx | 167 if( !pDec->setDouble( n ) ) in ImpPutDouble()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 423 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 D | mysqlc_preparedstatement.hxx | 124 void SAL_CALL setDouble(sal_Int32 parameter, double x) throw(SQLException, RuntimeException);
|
/trunk/main/sc/inc/ |
H A D | lookupcache.hxx | 109 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 D | ORowSetValue.java | 74 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 D | PostgresqlPreparedStatement.java | 202 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 D | datatest.cxx | 512 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 D | preparedstatement.cxx | 336 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 D | JavaSQLPreparedStatement.java | 254 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 D | cli_testobj_performance.cs | 93 public void setDouble( /*IN*/double f ) { _double = f; } in setDouble() method in testobj.PerformanceTestObject
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | Aolevariant.hxx | 109 void setDouble(double d) ;
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | UpdateHelperImpl.hxx | 106 m_xParameters->setDouble(_nPos, _nValue); in updateDouble()
|
/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | ConfigGroup.java | 162 field.setDouble(this, Configuration.getDouble(propertyName, configView)); in readField()
|
/trunk/main/connectivity/source/commontools/ |
H A D | parameters.cxx | 1014 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 D | testiadapter.cxx | 265 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 D | XPerformanceTest.idl | 112 void setDouble( [in] double f );
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 208 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 D | XParameters.idl | 83 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 D | DataAwareFields.java | 280 field.setDouble(target, toDouble(value)); in set()
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.cxx | 265 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 D | SPreparedStatement.cxx | 204 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.java | 300 oObj.setDouble(idx, 133) ; in _setDouble()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | parameters.hxx | 236 void setDouble ( sal_Int32 _nIndex, double x);
|