Home
last modified time | relevance | path

Searched refs:toDouble (Results 51 – 75 of 78) sorted by relevance

1234

/aoo42x/main/toolkit/source/layout/core/
H A Dproplist.cxx149 return uno::makeAny( value.toDouble() ); in anyFromString()
/aoo42x/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java327 dblValue = AnyConverter.toDouble(CurGroupValue); in modifyCellContent()
/aoo42x/main/odk/examples/java/Inspector/
H A DUnoNode.java298 sValue += AnyConverter.toDouble(_objectElement); in getDisplayValueOfPrimitiveType()
/aoo42x/main/sal/inc/rtl/
H A Dstring.hxx823 double toDouble() const SAL_THROW(()) in toDouble() function in rtl::OString
H A Dustring.hxx1188 double toDouble() const SAL_THROW(()) in toDouble() function in rtl::OUString
/aoo42x/main/toolkit/workben/layout/
H A Deditor.cxx130 { return anyToString( value ).toDouble(); } in anyToDecimal()
993 save( uno::makeAny( rtl::OUString( GetText() ).toDouble() ) ); in store()
/aoo42x/main/oox/source/vml/
H A Dvmlshapecontext.cxx83 fRetval = std::max(0.0, std::min(1.0, aString.toDouble() / 65536.0)); in lclDecodeOpacity()
/aoo42x/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()
/aoo42x/main/oox/source/docprop/
H A Ddocprophandler.cxx641 AddCustomProperty( uno::makeAny( aChars.toDouble() ) ); in characters()
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DComponent.java724 return new Double(AnyConverter.toDouble(any)); in toNumber()
/aoo42x/main/xmloff/source/core/
H A Dxmluconv.cxx971 o_rFractionalSecs = sDoubleStr.toDouble(); in lcl_convertTime()
1314 rDateTime.HundredthSeconds = (sal_uInt16)(sDoubleStr.toDouble() * 100); in convertDateTime()
/aoo42x/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()
/aoo42x/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx415 pValues[ n ] <<= aValue.toDouble(); in createNewContent()
/aoo42x/main/framework/qa/complex/framework/autosave/
H A DProtocol.java900 sOut.append(com.sun.star.uno.AnyConverter.toDouble(aAny)); in impl_logAny()
/aoo42x/main/connectivity/source/commontools/
H A Ddbtools.cxx1243 aNewDefault <<= DBTypeConversion::toDouble(*(Date*)aDate.getValue()); in TransferFormComponentProperties()
1250 aNewDefault <<= DBTypeConversion::toDouble(*(Time*)aTime.getValue()); in TransferFormComponentProperties()
/aoo42x/main/xmloff/source/transform/
H A DStyleOASISTContext.cxx560 nValue = sal_Int32( rAttrValue.toDouble() * 100.0 ); in StartElement()
/aoo42x/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()
/aoo42x/main/sfx2/source/control/
H A Dunoctitm.cxx640 rArgs[nLen].Value <<= aValue.toDouble(); in addParametersToArgs()
/aoo42x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx810 _xControlModel->setPropertyValue( rPropName, makeAny( aValue.toDouble() ) ); in importDoubleProperty()
H A Dxmldlg_impmodels.cxx380 double d = sDefault.toDouble(); in endElement()
/aoo42x/main/sax/source/tools/
H A Dconverter.cxx863 double fFraction = sDoubleStr.toDouble(); in convertDuration()
/aoo42x/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java1247 double fvalue = AnyConverter.toDouble(xPSet.getPropertyValue("EffectiveValue")); in up()
/aoo42x/main/oox/source/ole/
H A Daxcontrol.cxx1275 rPropMap.setProperty( mbAwtModel ? PROP_Value : PROP_DefaultValue, maValue.toDouble() ); in convertProperties()
/aoo42x/main/vcl/unx/generic/app/
H A Dsaldisp.cxx822 const long nDPI = (long) aValStr.toDouble(); in Init()

Completed in 232 milliseconds

1234