Home
last modified time | relevance | path

Searched refs:toFloat (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx475 TEST_F(toFloat, toFloat_selftest) in TEST_F() argument
490 TEST_F(toFloat, toFloat_test_3) in TEST_F() argument
495 TEST_F(toFloat, toFloat_test_3_5) in TEST_F() argument
510 TEST_F(toFloat, toFloat_test_pi) in TEST_F() argument
517 TEST_F(toFloat, toFloat_test_1) in TEST_F() argument
522 TEST_F(toFloat, toFloat_test_10) in TEST_F() argument
527 TEST_F(toFloat, toFloat_test_100) in TEST_F() argument
532 TEST_F(toFloat, toFloat_test_1000) in TEST_F() argument
537 TEST_F(toFloat, toFloat_test_10000) in TEST_F() argument
542 TEST_F(toFloat, toFloat_test_mix) in TEST_F() argument
[all …]
/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java461 float val= AnyConverter.toFloat(aByte); in test_toFloat()
463 val= AnyConverter.toFloat(anyByte); in test_toFloat()
465 val= AnyConverter.toFloat(aShort); in test_toFloat()
467 val= AnyConverter.toFloat(anyShort); in test_toFloat()
469 val= AnyConverter.toFloat(aFloat); in test_toFloat()
471 val= AnyConverter.toFloat(anyFloat); in test_toFloat()
475 try { AnyConverter.toFloat(aChar); failed(""); in test_toFloat()
479 try { AnyConverter.toFloat(aBool); failed(""); in test_toFloat()
483 try { AnyConverter.toFloat(aInt); failed(""); in test_toFloat()
495 try { AnyConverter.toFloat(aObj); failed(""); in test_toFloat()
[all …]
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java175 … float fNewHeight = AnyConverter.toFloat( xTitleProp.getPropertyValue( "CharHeight" ) ); in testTitle()
230 … float fNewWeight = AnyConverter.toFloat( xTitleProp.getPropertyValue( "CharWeight" ) ); in testSubTitle()
233 … float fNewHeight = AnyConverter.toFloat( xTitleProp.getPropertyValue( "CharHeight" ) ); in testSubTitle()
423 … AnyConverter.toFloat( xProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testAxis()
477 … AnyConverter.toFloat( xLegendProp.getPropertyValue( "CharHeight" )) == fNewCharHeight ); in testLegend()
/trunk/main/oox/source/ppt/
H A Danimationtypes.cxx47 aDuration <<= val.toFloat() / 1000.0; in GetTime()
63 aPercent <<= val.toFloat() / 100000.0; in GetTimeAnimateValueTime()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java613 public static float toFloat(Object aValue) in toFloat() method in NumericalHelper
1017 public static float toFloat(Object aValue, float defaultValue) in toFloat() method in NumericalHelper
1021 return toFloat(aValue); in toFloat()
1206 aTypeObject.aValue = new Float(AnyConverter.toFloat(aValue)); in getTypeObject()
H A DConfiguration.java78 return AnyConverter.toFloat(o); in getFloat()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleTextImpl.java299 boolean isBold = AnyConverter.toFloat(property.Value) > 125; in setAttribute()
317 (int) AnyConverter.toFloat(property.Value)); in setAttribute()
H A DAccessibleValueImpl.java51 return new Float(AnyConverter.toFloat(any)); in toNumber()
H A DComponent.java722 return new Float(AnyConverter.toFloat(any)); in toNumber()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java745 retVal= AnyConverter.toFloat(obj); in convert()
767 retVal= AnyConverter.toFloat(obj); in convert()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_import.cxx500 _descr.CharacterWidth = aValue.toFloat(); in importFontStyle()
508 _descr.Weight = aValue.toFloat(); in importFontStyle()
664 _descr.Orientation = aValue.toFloat(); in importFontStyle()
/trunk/main/oox/source/drawingml/
H A Ddrawingmltypes.cxx89 double fPercent = sValue.toFloat() / 100000.; in GetPositiveFixedPercentage()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java807 updatedObject.updateFloat(columnIndex, AnyConverter.toFloat(value)); in updateObject()
892 parameters.setFloat(index, AnyConverter.toFloat(any)); in setObject()
H A DORowSetValue.java334 value = AnyConverter.toFloat(any); in fill()
759 nRet = AnyConverter.toFloat(value); in getFloat()
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx214 actNum = aStr.toFloat(); in AStringToFloatCompare()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx236 actNum = aStr.toFloat(); in AStringToFloatCompare()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccEditableText.cpp305 float fValue = ouValue.toFloat(); in get_AnyFromOLECHAR()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java296 static public float toFloat(Object object) throws com.sun.star.lang.IllegalArgumentException{ in toFloat() method in AnyConverter
/trunk/main/toolkit/source/layout/core/
H A Dproplist.cxx147 return uno::makeAny( value.toFloat() ); in anyFromString()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java331 dblValue = (double) AnyConverter.toFloat(CurGroupValue); in modifyCellContent()
/trunk/main/sal/inc/rtl/
H A Dstring.hxx810 float toFloat() const SAL_THROW(()) in toFloat() function in rtl::OString
H A Dustring.hxx1175 float toFloat() const SAL_THROW(()) in toFloat() function in rtl::OUString
/trunk/main/odk/examples/java/Inspector/
H A DUnoNode.java301 sValue += AnyConverter.toFloat(_objectElement); in getDisplayValueOfPrimitiveType()
/trunk/main/oox/source/docprop/
H A Ddocprophandler.cxx637 AddCustomProperty( uno::makeAny( aChars.toFloat() ) ); in characters()
/trunk/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx409 pValues[ n ] <<= aValue.toFloat(); in createNewContent()

Completed in 147 milliseconds

12