Home
last modified time | relevance | path

Searched refs:toLong (Results 1 – 15 of 15) sorted by relevance

/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java389 long val= AnyConverter.toLong(aByte); in test_toLong()
391 val= AnyConverter.toLong(aShort); in test_toLong()
393 val= AnyConverter.toLong(aInt); in test_toLong()
395 val= AnyConverter.toLong(aLong); in test_toLong()
397 val= AnyConverter.toLong(anyByte); in test_toLong()
399 val= AnyConverter.toLong(anyShort); in test_toLong()
401 val= AnyConverter.toLong(anyInt); in test_toLong()
403 val= AnyConverter.toLong(anyLong); in test_toLong()
406 assure("", 5 == AnyConverter.toLong(a)); in test_toLong()
410 assure("", 5 == AnyConverter.toLong(a)); in test_toLong()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/dialogs/
H A D_XExecutableDialog.java152 boolean toLong = false; in closeDialog()
156 while (eThread.isAlive() && !toLong) { in closeDialog()
158 toLong = (System.currentTimeMillis()-st > 10000); in closeDialog()
174 toLong = false; in closeDialog()
178 while (eThread.isAlive() && !toLong) { in closeDialog()
180 toLong = (System.currentTimeMillis()-st > 10000); in closeDialog()
H A D_XFilePickerNotifier.java230 boolean toLong = false; in closeDialog()
234 while (eThread.isAlive() && !toLong) { in closeDialog()
236 toLong = (System.currentTimeMillis()-st > 10000); in closeDialog()
252 toLong = false; in closeDialog()
256 while (eThread.isAlive() && !toLong) { in closeDialog()
258 toLong = (System.currentTimeMillis()-st > 10000); in closeDialog()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java557 public static long toLong(Object aValue) in toLong() method in NumericalHelper
998 public static long toLong(Object aValue, long defaultValue) in toLong() method in NumericalHelper
1002 return toLong(aValue); in toLong()
1202 aTypeObject.aValue = new Long(AnyConverter.toLong(aValue)); in getTypeObject()
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DEventHandler.java357 AnyConverter.toLong(aEvent.OldValue), in notifyEvent()
358 AnyConverter.toLong(aEvent.NewValue)); in notifyEvent()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java743 retVal= AnyConverter.toLong(obj); in convert()
765 retVal= AnyConverter.toLong(obj); in convert()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleValueImpl.java49 return new Long(AnyConverter.toLong(any)); in toNumber()
H A DComponent.java720 return new Long(AnyConverter.toLong(any)); in toNumber()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java804 updatedObject.updateLong(columnIndex, AnyConverter.toLong(value)); in updateObject()
859 parameters.setLong(index, AnyConverter.toLong(any)); in setObject()
H A DORowSetValue.java399 value = AnyConverter.toLong(any); in fill()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/
H A DAnyConverter.java269 static public long toLong(Object object) throws com.sun.star.lang.IllegalArgumentException{ in toLong() method in AnyConverter
/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java339 dblValue = (double) AnyConverter.toLong(CurGroupValue); in modifyCellContent()
/trunk/main/odk/examples/java/Inspector/
H A DUnoNode.java307 sValue += AnyConverter.toLong(_objectElement); in getDisplayValueOfPrimitiveType()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java78 createMapping(AnyConverter.toLong(any)); in attach()
/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java886 sOut.append(com.sun.star.uno.AnyConverter.toLong(aAny)); in impl_logAny()

Completed in 105 milliseconds