Home
last modified time | relevance | path

Searched refs:toDouble (Results 1 – 25 of 78) sorted by path

1234

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleValueImpl.java53 return new Double(AnyConverter.toDouble(any)); in toNumber()
H A DComponent.java724 return new Double(AnyConverter.toDouble(any)); in toNumber()
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java373 fMax1 = AnyConverter.toDouble( oMax ); in testAxis()
380 fMax2 = AnyConverter.toDouble( oMax ); in testAxis()
392 AnyConverter.toDouble( xProp.getPropertyValue( "Max" )), in testAxis()
401 AnyConverter.toDouble( xProp.getPropertyValue( "Origin" )), in testAxis()
407 log.println( "Origin retrieved: " + AnyConverter.toDouble( oOrigin )); in testAxis()
433 AnyConverter.toDouble( xProp.getPropertyValue( "StepMain" )) == fStepMain ); in testAxis()
441 AnyConverter.toDouble( xProp.getPropertyValue( "StepHelp" )) == fStepHelp ); in testAxis()
/trunk/main/configmgr/source/
H A Dvalueparser.cxx142 *value = rtl::OString(text.begin, text.length).toDouble(); in parseValue()
/trunk/main/connectivity/inc/connectivity/
H A DDateConversion.hxx57 static double toDouble(const ::com::sun::star::util::Date&) in toDouble() function in connectivity::DateConversion
62 static double toDouble(const ::com::sun::star::util::Time&) in toDouble() function in connectivity::DateConversion
67 static double toDouble(const ::com::sun::star::util::DateTime&) in toDouble() function in connectivity::DateConversion
H A Ddbconversion.hxx129 …static double toDouble(const ::com::sun::star::util::Date& rVal, const ::com::sun::star::util::Dat…
130 static double toDouble(const ::com::sun::star::util::Time& rVal);
131 …static double toDouble(const ::com::sun::star::util::DateTime& rVal, const ::com::sun::star::util:…
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java238 public static double toDouble(Date rVal) { in toDouble() method in DBTypeConversion
239 return toDouble(rVal, getStandardDate()); in toDouble()
242 public static double toDouble(Date rVal, Date _rNullDate) { in toDouble() method in DBTypeConversion
246 public static double toDouble(DateTime _rVal) { in toDouble() method in DBTypeConversion
247 return toDouble(_rVal, getStandardDate()); in toDouble()
250 public static double toDouble(DateTime _rVal, Date _rNullDate) { in toDouble() method in DBTypeConversion
259 return ((double)nTime) + toDouble(aTimePart); in toDouble()
262 public static double toDouble(Time rVal) { in toDouble() method in DBTypeConversion
H A DDbTools.java810 updatedObject.updateDouble(columnIndex, AnyConverter.toDouble(value)); in updateObject()
895 parameters.setDouble(index, AnyConverter.toDouble(any)); in setObject()
H A DORowSetValue.java343 value = AnyConverter.toDouble(any); in fill()
668 nRet = DBTypeConversion.toDouble((Date)value); in getDouble()
671 nRet = DBTypeConversion.toDouble((Time)value); in getDouble()
674 nRet = DBTypeConversion.toDouble((DateTime)value); in getDouble()
698 nRet = AnyConverter.toDouble(value); in getDouble()
729 nRet = (float)DBTypeConversion.toDouble((Date)value); in getFloat()
732 nRet = (float)DBTypeConversion.toDouble((Time)value); in getFloat()
735 nRet = (float)DBTypeConversion.toDouble((DateTime)value); in getFloat()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java336 bigDecimal = new BigDecimal(AnyConverter.toDouble(x)); in setObjectWithInfo()
H A DJavaSQLResultSet.java906 bigDecimal = BigDecimal.valueOf(AnyConverter.toDouble(x)); in updateNumericObject()
/trunk/main/connectivity/source/commontools/
H A DDateConversion.cxx375 return toDouble( i_column->getDate(), i_relativeToNullDate ); in getValue()
378 return toDouble( i_column->getTime() ); in getValue()
381 return toDouble( i_column->getTimestamp(), i_relativeToNullDate ); in getValue()
H A DFValue.cxx1490 …nRet = (float)dbtools::DBTypeConversion::toDouble(*(::com::sun::star::util::Date*)m_aValue.m_pValu… in getFloat()
1493 …nRet = (float)dbtools::DBTypeConversion::toDouble(*(::com::sun::star::util::Time*)m_aValue.m_pValu… in getFloat()
1496 …nRet = (float)dbtools::DBTypeConversion::toDouble(*(::com::sun::star::util::DateTime*)m_aValue.m_p… in getFloat()
1553 nRet = ::rtl::OUString(m_aValue.m_pString).toDouble(); in getDouble()
1559 nRet = ::rtl::OUString(m_aValue.m_pString).toDouble(); in getDouble()
1569 nRet = dbtools::DBTypeConversion::toDouble(*(::com::sun::star::util::Date*)m_aValue.m_pValue); in getDouble()
1572 nRet = dbtools::DBTypeConversion::toDouble(*(::com::sun::star::util::Time*)m_aValue.m_pValue); in getDouble()
1575 … nRet = dbtools::DBTypeConversion::toDouble(*(::com::sun::star::util::DateTime*)m_aValue.m_pValue); in getDouble()
H A Ddbconversion.cxx274 double DBTypeConversion::toDouble(const Date& rVal, const Date& _rNullDate) in toDouble() function in dbtools::DBTypeConversion
280 double DBTypeConversion::toDouble(const Time& rVal) in toDouble() function in dbtools::DBTypeConversion
286 double DBTypeConversion::toDouble(const DateTime& _rVal, const Date& _rNullDate) in toDouble() function in dbtools::DBTypeConversion
296 return ((double)nTime) + toDouble(aTimePart); in toDouble()
H A Ddbtools.cxx1243 aNewDefault <<= DBTypeConversion::toDouble(*(Date*)aDate.getValue()); in TransferFormComponentProperties()
1250 aNewDefault <<= DBTypeConversion::toDouble(*(Time*)aTime.getValue()); in TransferFormComponentProperties()
/trunk/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx146 dblVal = ::dbtools::DBTypeConversion::toDouble(x,::com::sun::star::util::Date(30,12,1899)); in OLEVariant()
152 dblVal = ::dbtools::DBTypeConversion::toDouble(x); in OLEVariant()
158 dblVal = ::dbtools::DBTypeConversion::toDouble(x,::com::sun::star::util::Date(30,12,1899)); in OLEVariant()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1702 double toDouble(const ByteString& rString) in toDouble() function
1978 *rRow.get()[nPos] = toDouble(aDefaultValue); in UpdateBuffer()
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx245 setParameter(parameterIndex,DBTypeConversion::toDouble(aData)); in setDate()
251 setParameter(parameterIndex,DBTypeConversion::toDouble(aVal)); in setTime()
258 setParameter(parameterIndex,DBTypeConversion::toDouble(aVal)); in setTimestamp()
H A Dfcode.cxx184 m_aValue = aStrValue.toDouble(); in OOperandConst()
H A Dfcomp.cxx521 …pOperand->setValue(::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(sDate… in execute_Operand()
525 …pOperand->setValue(::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(sDate… in execute_Operand()
529 …pOperand->setValue(::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDateTime(s… in execute_Operand()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx660 …*(_rRow->get())[i] = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(nRe… in fetchRow()
663 …*(_rRow->get())[i] = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDateTime… in fetchRow()
666 …*(_rRow->get())[i] = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(nRe… in fetchRow()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecord.cxx252 double nTime = DBTypeConversion::toDouble(aDateTime, DBTypeConversion::getStandardDate()); in createMacabField()
277 double nVal = _newFieldString.toDouble(); in createMacabField()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx198 double fDate = DBTypeConversion::toDouble(aDate,DBTypeConversion::getNULLDate(xSupplier)); in convertDateString()
211 double fDateTime = DBTypeConversion::toDouble(aDate,DBTypeConversion::getNULLDate(xSupplier)); in convertDateTimeString()
225 double fTime = DBTypeConversion::toDouble(aTime); in convertTimeString()
/trunk/main/desktop/source/splash/
H A Dsplash.cxx596 double fRatio = sFullScreenProgressRatio.toDouble(); in determineProgressRatioValues()
608 double temp = sFullScreenProgressPos.getToken( 0, ',', idx ).toDouble(); in determineProgressRatioValues()
612 rYRelPos = sFullScreenProgressPos.getToken( 0, ',', idx ).toDouble(); in determineProgressRatioValues()
619 double temp = sFullScreenProgressSize.getToken( 0, ',', idx ).toDouble(); in determineProgressRatioValues()
623 rRelHeight = sFullScreenProgressSize.getToken( 0, ',', idx ).toDouble(); in determineProgressRatioValues()
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx137 …nValue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toDate(static_cast<sal… in getPreviewValue()
144 …nValue = ::dbtools::DBTypeConversion::toDouble(::dbtools::DBTypeConversion::toTime(aCurrentTime.Ge… in getPreviewValue()

Completed in 150 milliseconds

1234