Home
last modified time | relevance | path

Searched refs:intClassProp (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java919 …r[i++]= cl.charPropA == 'A' && cl.intClassProp.intValue() == 111 && ((Byte)cl.objectPropA).byteVal… in setPropertyValues()
924 r[i++]= cl.intClassProp.intValue() == 111 && ((Byte)cl.objectPropA).byteValue() == 11; in setPropertyValues()
948 cl.intClassProp= new Integer(111); in getPropertyValues()
1019 cl.intClassProp= new Integer(111); in firePropertiesChangeEvent()
1144 public Integer intClassProp; field in TestClass
1466 intClassProp= null; in resetPropertyMembers()

Completed in 23 milliseconds