Home
last modified time | relevance | path

Searched refs:toDouble (Results 26 – 50 of 78) sorted by relevance

1234

/aoo42x/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()
/aoo42x/main/connectivity/source/drivers/file/
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()
H A Dfcode.cxx184 m_aValue = aStrValue.toDouble(); in OOperandConst()
/aoo42x/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()
/aoo42x/main/forms/source/component/
H A DFormattedField.cxx1096 aControlValue <<= DBTypeConversion::toDouble( aDate, m_aNullDate ); in translateExternalValueToControlValue()
1102 aControlValue <<= DBTypeConversion::toDouble( aTime ); in translateExternalValueToControlValue()
1108 aControlValue <<= DBTypeConversion::toDouble( aDateTime, m_aNullDate ); in translateExternalValueToControlValue()
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XDataPilotTable2.java521 f1 = AnyConverter.toDouble(cell1); in checkDrillDownSheetContent()
522 f2 = AnyConverter.toDouble(cell2); in checkDrillDownSheetContent()
/aoo42x/main/oox/source/helper/
H A Ddatetimehelper.cxx47 double seconds = aValue.copy( 17 ).toDouble(); in parseISO8601DateTime()
H A Dattributelist.cxx98 return rValue.toDouble(); in decodeDouble()
/aoo42x/main/sc/source/filter/xml/
H A Dxmlfilti.cxx396 aFilterField.NumericValue = sConditionValue.toDouble(); in EndElement()
762 aFilterField.nVal = sConditionValue.toDouble(); in EndElement()
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java747 retVal= AnyConverter.toDouble(obj); in convert()
769 retVal= AnyConverter.toDouble(obj); in convert()
/aoo42x/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()
/aoo42x/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx896 rValue <<= aString.toDouble(); in convertAnimationValue()
908 rValue <<= (sal_Int16)aString.toDouble(); in convertAnimationValue()
1030 rValue <<= (float)aString.toDouble(); in convertAnimationValue()
1364 pValues->Time = aToken.copy( 0, nPos ).toDouble(); in fillNode()
1365 pValues->Progress = aToken.copy( nPos+1, aToken.getLength() - nPos - 1 ).toDouble(); in fillNode()
/aoo42x/main/oox/source/drawingml/chart/
H A Ddatasourcecontext.cxx101 mrModel.maData[ mnPtIndex ] <<= rChars.toDouble(); in onCharacters()
/aoo42x/main/xmloff/source/draw/
H A Dpropimp0.cxx117 nValue = sal_Int32( rStrImpValue.toDouble() * 100.0 ); in importXML()
/aoo42x/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx281 o_Value = readNextToken().toDouble(); in readDouble()
286 return readNextToken().toDouble(); in readDouble()
/aoo42x/main/oox/source/xls/
H A Dsheetdatacontext.cxx216 mrSheetData.setValueCell( maCellData, maCellValue.toDouble() ); in onEndElement()
228 mrSheetData.setBooleanCell( maCellData, maCellValue.toDouble() != 0.0 ); in onEndElement()
/aoo42x/main/xmloff/source/transform/
H A DStyleOOoTContext.cxx953 double fValue = sAttrValue.toDouble(); in StartElement()
971 nValue = sal_Int32( sAttrValue.toDouble() * 100.0 ); in StartElement()
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DPropertySetHelper.java236 nValue = NumericalHelper.toDouble(aObject); in getPropertyValueAsDouble()
H A DConfiguration.java88 return AnyConverter.toDouble(o); in getDouble()
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java810 updatedObject.updateDouble(columnIndex, AnyConverter.toDouble(value)); in updateObject()
895 parameters.setDouble(index, AnyConverter.toDouble(any)); in setObject()
/aoo42x/main/wizards/com/sun/star/wizards/document/
H A DControl.java293 … dblEffMax = AnyConverter.toDouble(xPropertySet.getPropertyValue("EffectiveMax")); in getPeerSize()
/aoo42x/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx242 actNum = aStr.toDouble(); in AStringToDoubleCompare()
/aoo42x/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx264 actNum = aStr.toDouble(); in AStringToDoubleCompare()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java308 static public double toDouble(Object object) throws com.sun.star.lang.IllegalArgumentException { in toDouble() method in AnyConverter
/aoo42x/main/configmgr/source/
H A Dvalueparser.cxx142 *value = rtl::OString(text.begin, text.length).toDouble(); in parseValue()

Completed in 145 milliseconds

1234