Home
last modified time | relevance | path

Searched refs:Double (Results 1 – 25 of 221) sorted by relevance

123456789

/aoo4110/main/qadevOOo/tests/java/mod/_sw/
H A DSwXCellRange.java145 NewData[0] = new Double[] in createTestEnvironment()
146 {new Double(2.5),new Double(5),new Double(2.5),new Double(5)}; in createTestEnvironment()
147 NewData[1] = new Double[] in createTestEnvironment()
148 {new Double(4),new Double(9),new Double(2.5),new Double(5)}; in createTestEnvironment()
149 NewData[2] = new Double[] in createTestEnvironment()
150 {new Double(2.5),new Double(5),new Double(2.5),new Double(5)}; in createTestEnvironment()
151 NewData[3] = new Double[] in createTestEnvironment()
152 {new Double(2.5),new Double(5),new Double(2.5),new Double(5)}; in createTestEnvironment()
153 NewData[4] = new Double[] in createTestEnvironment()
154 {new Double(4),new Double(9),new Double(2.5),new Double(5)}; in createTestEnvironment()
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs1167 new uno.Any( (Double) 2001 ), in doDatabaseSamples()
1170 new uno.Any( (Double) 2000 ), in doDatabaseSamples()
1173 new uno.Any( (Double) 1996 ), in doDatabaseSamples()
1176 new uno.Any( (Double) 1996 ), in doDatabaseSamples()
1179 new uno.Any( (Double) 1997 ), in doDatabaseSamples()
1182 new uno.Any( (Double) 2000 ), in doDatabaseSamples()
1185 new uno.Any( (Double) 1998 ), in doDatabaseSamples()
1188 new uno.Any( (Double) 1999 ), in doDatabaseSamples()
1191 new uno.Any( (Double) 2002 ), in doDatabaseSamples()
1194 new uno.Any( (Double) 1998 ), in doDatabaseSamples()
[all …]
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java1014 { new Double( 5 ), new Double( 7 ) }, in doNamedRangesSamples()
1015 { new Double( 6 ), new Double( 8 ) } in doNamedRangesSamples()
1125 { "Alice", new Double( 2001 ), new Double( 4.0 ) }, in doDatabaseSamples()
1126 { "Carol", new Double( 1997 ), new Double( 3.0 ) }, in doDatabaseSamples()
1127 { "Carol", new Double( 1998 ), new Double( 8.0 ) }, in doDatabaseSamples()
1128 { "Bob", new Double( 1997 ), new Double( 8.0 ) }, in doDatabaseSamples()
1129 { "Alice", new Double( 2002 ), new Double( 9.0 ) }, in doDatabaseSamples()
1130 { "Alice", new Double( 1999 ), new Double( 7.0 ) }, in doDatabaseSamples()
1131 { "Alice", new Double( 1996 ), new Double( 3.0 ) }, in doDatabaseSamples()
1132 { "Bob", new Double( 2000 ), new Double( 1.0 ) }, in doDatabaseSamples()
[all …]
/aoo4110/main/comphelper/qa/complex/comphelper/
H A DMap.java183 new Double[] { 1.2, 3.4, 5.6, 7.8, 9.10 }, in testSimpleKeyTypes()
189 new Double[] { 1.2, 3.4, 5.6, 7.8, 9.10 }, in testSimpleKeyTypes()
497 …final Double[] keys = new Double[] { new Double( 0 ), Double.POSITIVE_INFINITY, Double.NEGATIVE_IN… in testSpecialValues()
498 …final Double[] values = new Double[] { Double.NEGATIVE_INFINITY, Double.POSITIVE_INFINITY, new Dou… in testSpecialValues()
500 …ableMap.create( connection.getComponentContext(), new Type( Double.class ), new Type( Double.class… in testSpecialValues()
503 … assertTrue( "containsKey( Double.+INF failed", map.containsKey( Double.POSITIVE_INFINITY ) ); in testSpecialValues()
504 … assertTrue( "containsKey( Double.-INF failed", map.containsKey( Double.NEGATIVE_INFINITY ) ); in testSpecialValues()
505 assertTrue( "containsKey( 0 ) failed", map.containsKey( new Double( 0 ) ) ); in testSpecialValues()
507 …assertTrue( "containsValue( Double.+INF ) failed", map.containsValue( Double.POSITIVE_INFINITY ) ); in testSpecialValues()
508 …assertTrue( "containsValue( Double.-INF ) failed", map.containsValue( Double.NEGATIVE_INFINITY ) ); in testSpecialValues()
[all …]
/aoo4110/main/testtools/source/cliversioning/
H A Dversion.cs140 new uno.Any( (Double) 3.0 ) }, in doCellRangeSamples()
143 new uno.Any( (Double) 7.0 ) }, in doCellRangeSamples()
146 new uno.Any( (Double) 3.0 ) }, in doCellRangeSamples()
149 new uno.Any( (Double) 9.0 ) }, in doCellRangeSamples()
152 new uno.Any( (Double) 5.0 ) }, in doCellRangeSamples()
155 new uno.Any( (Double) 6.0 ) }, in doCellRangeSamples()
158 new uno.Any( (Double) 3.0 ) }, in doCellRangeSamples()
161 new uno.Any( (Double) 8.0 ) }, in doCellRangeSamples()
164 new uno.Any( (Double) 1.0 ) }, in doCellRangeSamples()
167 new uno.Any( (Double) 2.0 ) }, in doCellRangeSamples()
[all …]
/aoo4110/main/bridges/test/java_uno/any/
H A DTestAny.java268 new Double(Double.NEGATIVE_INFINITY), in test()
270 success &= testMapAny(transport, new Double(Double.MIN_VALUE), in test()
274 success &= testMapAny(transport, new Double(0.0f), in test()
276 success &= testMapAny(transport, new Double(Double.MAX_VALUE), in test()
279 new Double(Double.POSITIVE_INFINITY), in test()
281 success &= testMapAny(transport, new Double(Double.NaN), in test()
285 new Double(Double.NEGATIVE_INFINITY)), in test()
289 new Double(Double.MIN_VALUE)), in test()
299 new Double(Double.MAX_VALUE)), in test()
303 new Double(Double.POSITIVE_INFINITY)), in test()
[all …]
/aoo4110/main/odk/examples/java/ToDo/
H A DToDo.java732 Double dEasterSunday = ( Double ) in getOfficialHolidays()
749 new Double( intEasterSunday - 2 ) ); in getOfficialHolidays()
753 new Double( intEasterSunday + 1 ) ); in getOfficialHolidays()
764 vectorHolidays.addElement(new Double(intEasterSunday + 39 )); in getOfficialHolidays()
767 vectorHolidays.addElement(new Double(intEasterSunday + 50 )); in getOfficialHolidays()
816 Double dDate = ( Double ) xfunctionaccess.callFunction( in getWorkday()
824 Double dWorkday = ( Double ) xfunctionaccess.callFunction( in getWorkday()
828 Double dYear = ( Double ) xfunctionaccess.callFunction( in getWorkday()
830 Double dMonth = ( Double ) xfunctionaccess.callFunction( in getWorkday()
832 Double dDay = ( Double ) xfunctionaccess.callFunction( in getWorkday()
[all …]
/aoo4110/main/testtools/source/bridgetest/cli/
H A Dcli_cpp_bridgetest.cxx201 check( rData1->Double == rData2->Double, "### double does not match!" );
217 rData1->Double == rData2->Double &&
244 rData->Double = fDouble;
299 bReturn = testAny( 0, __box(data->Double),xLBT ) && bReturn;
394 aData->Double, aData->Enum, aData->String,
420 aSetData->Double, aSetData->Enum, aSetData->String,
480 xLBT->Double = aRet->Double;
494 aRet->Double = xLBT->Double;
565 Double arDouble[] = new Double[3];
634 Double seqDoubleRet[] = xBT2->setSequenceDouble(arDouble);
[all …]
H A Dcli_cs_bridgetest.cs181 check( rData1.Double == rData2.Double, "### double does not match!" ); in equals()
197 rData1.Double == rData2.Double && in equals()
224 rData.Double = fDouble; in assign()
280 bReturn = testAny( null, data.Double,xLBT ) && bReturn; in performAnyTest()
376 aData.Double, aData.Enum, aData.String, in performTest()
387 aData.Long, aData.ULong, aData.Hyper, aData.UHyper, aData.Float, aData.Double, in performTest()
396 aSetData.Double, aSetData.Enum, aSetData.String, in performTest()
411 out aRet.Float, out aRet.Double, out aRet.Enum, out aRet.String, in performTest()
439 out aRet.UHyper, out aRet.Float, out aRet.Double, out aRet.Enum, in performTest()
456 xLBT.Double = aRet.Double; in performTest()
[all …]
/aoo4110/main/editeng/source/items/
H A Dsvxitems.src284 Text [ en-US ] = "Double underline" ;
320 Text [ en-US ] = "Underline (Double wave)";
361 Text [ en-US ] = "Double overline" ;
397 Text [ en-US ] = "Overline (Double wave)";
438 Text [ en-US ] = "Double strikethrough" ;
562 Text [ en-US ] = "Double, fine lines, spacing: small" ;
566 Text [ en-US ] = "Double, fine line, spacing: large" ;
570 Text [ en-US ] = "Double, thin, spacing: small" ;
574 Text [ en-US ] = "Double, thick, spacing: large" ;
900 Text [ en-US ] = "Double-lined off";
[all …]
/aoo4110/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DPolyStructTest.java127 new Double(0.0), in run()
130 new Double(Double.MIN_VALUE), in run()
132 new TestPolyStruct(new Double(Double.MIN_VALUE))).member); in run()
134 new Double(Double.MAX_VALUE), in run()
136 new TestPolyStruct(new Double(Double.MAX_VALUE))).member); in run()
/aoo4110/main/wizards/com/sun/star/wizards/document/
H A DDatabaseControl.java225 xPropertySet.setPropertyValue("EffectiveMax", new Double(Long.MAX_VALUE)); in setNumericLimits()
226 xPropertySet.setPropertyValue("EffectiveMin", new Double(Long.MIN_VALUE)); in setNumericLimits()
229 … xPropertySet.setPropertyValue("EffectiveMax", new Double(Integer.MAX_VALUE)); in setNumericLimits()
230 … xPropertySet.setPropertyValue("EffectiveMin", new Double(Integer.MIN_VALUE)); in setNumericLimits()
233 xPropertySet.setPropertyValue("EffectiveMax", new Double(Short.MAX_VALUE)); in setNumericLimits()
234 xPropertySet.setPropertyValue("EffectiveMin", new Double(Short.MIN_VALUE)); in setNumericLimits()
237 xPropertySet.setPropertyValue("EffectiveMax", new Double(127)); in setNumericLimits()
238 xPropertySet.setPropertyValue("EffectiveMin", new Double(-128)); in setNumericLimits()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DNumericValidator.java42 double value = ((Double)Value).doubleValue(); in explainInvalid()
43 if ( Double.compare( Double.NaN, value ) == 0 ) in explainInvalid()
61 double value = ((Double)Value).doubleValue(); in isValid()
62 if ( Double.compare( Double.NaN, value ) == 0 ) in isValid()
/aoo4110/main/forms/qa/integration/forms/
H A DNumericValidator.java43 double value = ((Double)Value).doubleValue(); in explainInvalid()
44 if ( Double.compare( Double.NaN, value ) == 0 ) in explainInvalid()
62 double value = ((Double)Value).doubleValue(); in isValid()
63 if ( Double.compare( Double.NaN, value ) == 0 ) in isValid()
/aoo4110/main/wizards/com/sun/star/wizards/db/
H A DFieldColumn.java423 DefaultValue = Double.valueOf("9876.5"); in initDefaultValue()
427 DefaultValue = Double.valueOf("9876.5"); in initDefaultValue()
431 DefaultValue = Double.valueOf("9876.5"); in initDefaultValue()
435 DefaultValue = Double.valueOf("9876.5"); in initDefaultValue()
439 DefaultValue = Double.valueOf("9876.54"); in initDefaultValue()
443 DefaultValue = Double.valueOf("42510"); in initDefaultValue()
447 DefaultValue = Double.valueOf("10"); in initDefaultValue()
451 DefaultValue = Double.valueOf("5454110"); in initDefaultValue()
/aoo4110/main/qadevOOo/tests/java/ifc/awt/
H A D_UnoControlFormattedFieldModel.java142 testProperty("EffectiveDefault", new Double(5.8),new Double(2.3)) ; in _EffectiveDefault()
150 testProperty("EffectiveValue", new Double(5.8),new Double(2.3)) ; in _EffectiveValue()
160 return utils.isVoid(v) ? new Double(123.8) : in _EffectiveMax()
190 return utils.isVoid(v) ? new Double(0.1) : in _EffectiveMin()
/aoo4110/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleValue.java258 maxVal = Double.MAX_VALUE ;
281 minVal = - Double.MAX_VALUE ;
310 else if (val instanceof Double) {
311 return ((Double) val).doubleValue();
314 return Double.NaN;
332 else if (clazz.equals(Double.class)) {
333 return new Double(val);
/aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java137 value= new Double(3.145); in setPropertyValue()
140 r[i++]= ((Double) ret).equals((Double) value); in setPropertyValue()
212 value= new Double(3.145); in setPropertyValue()
215 r[i++]= ((Double) ret).equals((Double) value); in setPropertyValue()
269 value= new Double(3.145); in setPropertyValue()
434 value= new Double(3.145); in setPropertyValue()
437 r[i++]= ((Double) ret).equals((Double) value); in setPropertyValue()
1150 public Double doubleClassProp;
1238 value= new Double(3.145); in test_convertPropertyValue()
1349 value= new Double(3.145); in test_convertPropertyValue()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java69 else if (c.equals(Double.TYPE)) in getFieldValueFor()
324 else if (convertTo.equals(Double.class)) in get()
332 return new Double(s); in get()
435 return Double.valueOf((String) value).doubleValue(); in toDouble()
494 else if (c.equals(Double.class)) in toNumber()
496 return new Double(i); in toNumber()
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvasShape.java53 maShape = new Rectangle2D.Double (-10,-10,10,10); in CanvasShape()
163 maShape = new Rectangle2D.Double ( in paint()
191 new Rectangle2D.Double ( in paint()
203 new Rectangle2D.Double ( in paint()
291 Point2D aPosition = new Point2D.Double (x,y); in Contains()
390 private Rectangle2D.Double maShape;
/aoo4110/main/stoc/test/
H A Dtestiadapter.cxx73 OSL_ENSURE( rData1.Double == rData2.Double, "### double does not match!" ); in equals()
89 rData1.Double == rData2.Double && in equals()
140 rData.Double = fDouble; in assign()
231 { return _aData.Double; } in getDouble()
266 { _aData.Double = _double; } in setDouble()
737 fDouble = _aData.Double; in getValues()
792 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, aRet.Double, in performTest()
800 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, aRet.Double, in performTest()
809 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, aRet.Double, in performTest()
825 xLBT->setDouble( aRet.Double ); in performTest()
[all …]
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWsePara.java252 values[0] = (new Double(temp)).toString() + "mm"; in makeStyle()
255 values[1] = (new Double(temp)).toString() + "mm"; in makeStyle()
258 values[2] = (new Double(temp)).toString() + "mm"; in makeStyle()
271 values[3] = (new Double(temp)).toString() + "mm"; in makeStyle()
275 values[4] = (new Double(temp)).toString() + "mm"; in makeStyle()
/aoo4110/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DAccessibleEditableTextImpl.java168 propertyValue.Value = new Double(StyleConstants.getFirstLineIndent(as) / toPointFactor); in setAttributes()
225 …propertyValue.Value = new Integer(new Double(StyleConstants.getLeftIndent(as) / toPointFactor).int… in setAttributes()
234 …propertyValue.Value = new Integer(new Double(StyleConstants.getRightIndent(as) / toPointFactor).in… in setAttributes()
243 …propertyValue.Value = new Integer(new Double(StyleConstants.getLineSpacing(as) / toPointFactor).in… in setAttributes()
254 …propertyValue.Value = new Integer(new Double( StyleConstants.getSpaceAbove(as) / toPointFactor).in… in setAttributes()
263 …propertyValue.Value = new Integer(new Double(StyleConstants.getSpaceBelow(as) / toPointFactor).int… in setAttributes()
312 unoTab.Position = new Double(tab.getPosition() / toPointFactor).intValue(); in setAttributes()
/aoo4110/main/jurt/com/sun/star/uno/
H A DAnyConverter.java309 Double ret= (Double) convertSimple( TypeClass.DOUBLE, null, object); in toDouble()
510 return new Double( ((Byte)object).byteValue() ); in convertSimple()
512 return new Double( ((Short)object).shortValue() ); in convertSimple()
514 return new Double( ((Integer)object).intValue() ); in convertSimple()
516 return new Double( ((Float)object).floatValue() ); in convertSimple()
/aoo4110/main/testtools/source/bridgetest/
H A Dbridgetest.cxx144 check( rData1.Double == rData2.Double, "### double does not match!" ); in equals()
160 rData1.Double == rData2.Double && in equals()
211 rData.Double = fDouble; in assign()
267 bReturn = testAny( data.Double,xLBT ) && bReturn; in performAnyTest()
402 aData.UHyper, aData.Float, aData.Double, aData.Enum, aData.String, in performTest()
410 aSetData.UHyper, aSetData.Float, aSetData.Double, aSetData.Enum, in performTest()
419 aRet.Double, aRet.Enum, aRet.String, aRet.Interface, aRet.Any, in performTest()
428 aRet.Double, aRet.Enum, aRet.String, aRet.Interface, in performTest()
446 aRet.Double, aRet.Enum, aRet.String, aRet.Interface, in performTest()
463 xLBT->setDouble(aRet.Double); in performTest()
[all …]

Completed in 178 milliseconds

123456789