Home
last modified time | relevance | path

Searched refs:Float (Results 76 – 100 of 137) sorted by relevance

123456

/aoo4110/main/qadevOOo/tests/java/mod/_streams.uno/
H A DObjectOutputStream.java251 data.add(new Float(1.234)) ; in createTestEnvironment()
/aoo4110/main/qadevOOo/tests/java/mod/_sc/
H A DScIndexEnumeration_TableChartsEnumeration.java227 oCell.setValue(new Float(theValue).floatValue()); in insertIntoCell()
H A DScChartObj.java279 oCell.setValue(new Float(theValue).floatValue()); in insertIntoCell()
/aoo4110/main/qadevOOo/tests/java/mod/_stm/
H A DObjectOutputStream.java254 data.add(new Float(1.234)) ; in createTestEnvironment()
/aoo4110/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java338 xcell.setValue( ( new Float( stringValue ) ).floatValue() ); in insertIntoCell()
H A DSCalc.java372 xCell.setValue((new Float(theValue)).floatValue()); in insertIntoCell()
/aoo4110/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XRow.java273 int col = findColumnOfType(Float.class) ; in _getFloat()
H A D_XParameters.java275 int idx = findParamOfType(Float.class) ; in _setFloat()
/aoo4110/main/scripting/examples/beanshell/Highlight/
H A DButtonPressHandler.bsh86 new Float(com.sun.star.awt.FontWeight.BOLD),
/aoo4110/main/odk/examples/java/Text/
H A DHardFormatting.java115 new Float(com.sun.star.awt.FontWeight.BOLD)); in main()
/aoo4110/main/qadevOOo/tests/java/mod/_sch/
H A DChXDiagram.java402 if (flag.equals("V")) {oCell.setValue((new Float(theValue)).floatValue());} in insertIntoCell()
/aoo4110/main/odk/examples/java/Drawing/
H A DSDraw.java220 (new Float(y+(Math.sin((i*Math.PI)/180))*5000)).intValue(); in createSequence()
/aoo4110/main/codemaker/test/cppumaker/
H A Dtypes.idl67 typedef float Float;
85 typedef sequence< Float > SequenceFloat;
139 [in] Float t9,
/aoo4110/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java1164 new Float(0.123f), in testConstructorsService()
1221 new TestPolyStruct(new Float(0.123f)), in testConstructorsService()
/aoo4110/main/ridljar/com/sun/star/uno/
H A DUnoRuntime.java325 return new Float(0.0f); in completeValue()
H A DType.java123 Float.class, new TypeClass[] { TypeClass.FLOAT, TypeClass.FLOAT }); in __javaClassToTypeClass.put()
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetDocHelper.java249 xPropSet.setPropertyValue( "CharWeight", new Float( com.sun.star.awt.FontWeight.BOLD ) ); in prepareRange()
/aoo4110/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java798 float floatValue = ((Float) _oUnoObject).floatValue(); in getStringValueOfObject()
799 sReturn += Float.toString(floatValue); in getStringValueOfObject()
H A DIntrospector.java592 oReturn = Float.valueOf(sText); in getValueOfText()
/aoo4110/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java336 new Float(com.sun.star.awt.FontWeight.BOLD)); in manipulateText()
/aoo4110/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs294 public float Float property in cs_testobj.BridgeTestObject
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DComponent.java722 return new Float(AnyConverter.toFloat(any)); in toNumber()
/aoo4110/main/dbaccess/source/ui/tabledesign/
H A Dtable.src52 …y;Memo;Counter;Image;Text (fix);Decimal;Binary (fix);Binary;BigInt;Double;Float;Real;Integer;Small…
/aoo4110/main/qadevOOo/tests/java/mod/_forms/
H A DODatabaseForm.java639 params.add(new Float(1.234)) ; in createTestEnvironment()
/aoo4110/main/sd/source/ui/app/
H A Dmenuids2_tmpl.src544 Text [ en-US ] = "Float~ing Frame..." ; \

Completed in 221 milliseconds

123456