Home
last modified time | relevance | path

Searched refs:getDouble (Results 1 – 25 of 165) sorted by path

1234567

/trunk/main/basic/source/sbx/
H A Dsbxbool.cxx69 p->pDecimal->getDouble( dVal ); in ImpGetBool()
H A Dsbxbyte.cxx144 p->pDecimal->getDouble( dVal ); in ImpGetByte()
H A Dsbxchar.cxx135 p->pDecimal->getDouble( dVal ); in ImpGetChar()
H A Dsbxcurr.cxx104 p->pDecimal->getDouble( d ); in ImpGetCurrency()
H A Dsbxdate.cxx78 p->pDecimal->getDouble( nRes ); in ImpGetDate()
H A Dsbxdbl.cxx68 p->pDecimal->getDouble( nRes ); in ImpGetDouble()
H A Dsbxdec.cxx296 bool SbxDecimal::getDouble( double& rVal ) in getDouble() function in SbxDecimal
381 bool SbxDecimal::getDouble( double& rVal ) { (void)rVal; return false; } in getDouble() function in SbxDecimal
647 pDec->getDouble( d ); in ImpPutDecimal()
654 pDec->getDouble( d ); in ImpPutDecimal()
661 pDec->getDouble( d ); in ImpPutDecimal()
732 if( !pDec->getDouble( d ) ) in ImpPutDecimal()
741 if( !pDec->getDouble( d ) ) in ImpPutDecimal()
757 if( !pDec->getDouble( *p->pDouble ) ) in ImpPutDecimal()
766 pDec->getDouble( d ); in ImpPutDecimal()
773 pDec->getDouble( d ); in ImpPutDecimal()
[all …]
H A Dsbxdec.hxx102 bool getDouble( double& rVal );
H A Dsbxint.cxx133 p->pDecimal->getDouble( dVal ); in ImpGetInteger()
H A Dsbxlng.cxx98 p->pDecimal->getDouble( dVal ); in ImpGetLong()
H A Dsbxuint.cxx130 p->pDecimal->getDouble( dVal ); in ImpGetUShort()
H A Dsbxulng.cxx106 p->pDecimal->getDouble( dVal ); in ImpGetULong()
/trunk/main/bridges/test/
H A Dtestcomp.cxx217 virtual double SAL_CALL getDouble() throw(::com::sun::star::uno::RuntimeException) in getDouble() function in ServiceImpl
/trunk/main/comphelper/inc/comphelper/
H A Dtypes.hxx156 COMPHELPER_DLLPUBLIC double getDouble(const staruno::Any& _rAny);
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx96 double getDouble(const Any& _rAny) in getDouble() function
/trunk/main/connectivity/inc/connectivity/
H A DFValue.hxx263 operator double() const { return isNull() ? 0.0 : getDouble(); }
326 double getDouble() const;
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java267 public synchronized double getDouble(int columnIndex) throws SQLException { in getDouble() method in CustomResultSet
270 return field.getDouble(); in getDouble()
H A DDatabaseMetaDataResultSet.java289 public synchronized double getDouble(int columnIndex) throws SQLException { in getDouble() method in DatabaseMetaDataResultSet
292 return field.getDouble(); in getDouble()
H A DORowSetValue.java247 setDouble(getDouble()); in setTypeKind()
546 aValue = DBTypeConversion.toDate(getDouble()); in getDate()
602 aValue = DBTypeConversion.toDateTime(getDouble()); in getDateTime()
646 public double getDouble() { in getDouble() method in ORowSetValue
1140 aValue = DBTypeConversion.toTime(getDouble()); in getTime()
1145 aValue = DBTypeConversion.toTime(getDouble()); in getTime()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java132 public synchronized double getDouble(int columnIndex) throws SQLException { in getDouble() method in JavaSQLCallableStatement
135 return ((java.sql.CallableStatement)jdbcStatement).getDouble(columnIndex); in getDouble()
H A DJavaSQLResultSet.java328 public double getDouble(int columnIndex) throws SQLException { in getDouble() method in JavaSQLResultSet
330 return jdbcResultSet.getDouble(columnIndex); in getDouble()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java213 public double getDouble(int arg0) throws SQLException { in getDouble() method in PostgresqlResultSet
214 return implRow.getDouble(arg0); in getDouble()
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java298 assure("ROUND(1.298, 1) failed!", row.getDouble(2) == 1.3); in round()
312 row.getDouble(2); in log()
319 assure("LOG10(100) failed!", row.getDouble(1) == 2.0); in log10()
325 assure("POWER(2,2) failed!", row.getDouble(1) == 4.0); in pow()
331 assure("SQRT(4) failed!", row.getDouble(1) == 2.0); in sqrt()
337 assure("PI() failed!", (float) row.getDouble(1) == (float) java.lang.Math.PI); in pi()
343 assure("COS(PI()) failed!", row.getDouble(1) == -1.0); in cos()
361 assure("ACOS(1) failed!", (float) row.getDouble(1) == 0.0); in acos()
373 assure("ATAN(0) failed!", row.getDouble(1) == 0.0); in atan()
379 assure("ATAN2(0,2) failed!", (float) row.getDouble(1) == 0.0); in atan2()
[all …]
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java228 public double getDouble(int i) throws SQLException in getDouble() method in RowSet
230 return m_row.getDouble(i); in getDouble()
/trunk/main/connectivity/source/commontools/
H A DDateConversion.cxx402 return i_column->getDouble(); in getValue()
493 double fValue = xVariant->getDouble(); in getFormattedValue()
499 double fValue = xVariant->getDouble(); in getFormattedValue()

Completed in 95 milliseconds

1234567