Home
last modified time | relevance | path

Searched refs:completeValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java106 UnoRuntime.completeValue(Type.UNSIGNED_LONG, null).equals( in test_completeValue()
108 Object v = UnoRuntime.completeValue( in test_completeValue()
113 UnoRuntime.completeValue(new Type(TypeClass.class), null) == in test_completeValue()
115 v = UnoRuntime.completeValue( in test_completeValue()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java276 completeValue(ft, fs[i].getField().get(v1)), in areSame()
277 completeValue(ft, fs[i].getField().get(v2)))) in areSame()
317 public static final Object completeValue(Type type, Object value) { in completeValue() method in UnoRuntime

Completed in 15 milliseconds