Home
last modified time | relevance | path

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

/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java534 cl.anyPropA= null; in setPropertyValue()
540 cl.anyPropA= null; in setPropertyValue()
545 r[i++]= cl.anyPropA.getType().equals(new Type(void.class)) && in setPropertyValue()
546 cl.anyPropA.getObject() == null; in setPropertyValue()
548 cl.anyPropA= new Any(new Type(byte.class),new Byte((byte) 111)); in setPropertyValue()
550 r[i++]= cl.anyPropA.getType().equals(new Type(byte.class)) && in setPropertyValue()
551 cl.anyPropA.getObject() == null; in setPropertyValue()
553 cl.anyPropA= null; in setPropertyValue()
1116 public Any anyPropA; field in TestClass
1410 r[i++]= util.anyEquals(anyPropA, value); in test_setPropertyValueNoBroadcast()
[all …]

Completed in 27 milliseconds