Searched refs:toNumber (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
| H A D | Component.java | 303 toNumber(event.OldValue), toNumber(event.NewValue)); in notifyEvent() 341 …ropertyChange(accessibleContext.ACCESSIBLE_CARET_PROPERTY, toNumber(event.OldValue), toNumber(even… in notifyEvent() 344 …ropertyChange(accessibleContext.ACCESSIBLE_VALUE_PROPERTY, toNumber(event.OldValue), toNumber(even… in notifyEvent() 711 public static java.lang.Number toNumber(java.lang.Object any) { in toNumber() method in Component
|
| H A D | AccessibleValueImpl.java | 40 public static java.lang.Number toNumber(java.lang.Object any) { in toNumber() method in AccessibleValueImpl 63 return toNumber(unoObject.getMinimumValue()); in getMinimumAccessibleValue() 71 return toNumber(unoObject.getCurrentValue()); in getCurrentAccessibleValue() 79 return toNumber(unoObject.getMaximumValue()); in getMaximumAccessibleValue()
|
| H A D | Paragraph.java | 84 Component.toNumber(event.OldValue), in notifyEvent() 85 Component.toNumber(event.NewValue)); in notifyEvent()
|
| /AOO42X/main/wizards/com/sun/star/wizards/ui/event/ |
| H A D | DataAwareFields.java | 134 return toNumber(b ? 1 : 0, convertTo); in get() 194 return toNumber(i, convertTo); in get() 254 return toNumber(d, convertTo); in get() 484 private static Number toNumber(double i, Class c) in toNumber() method in DataAwareFields
|