Searched refs:propObjectA (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
| H A D | PropertySet_Test.java | 561 cl.propObjectA.Attributes= 0; in setPropertyValue() 575 cl.propObjectA.Attributes= PropertyAttribute.MAYBEVOID; in setPropertyValue() 576 cl.propObjectA= null; in setPropertyValue() 578 r[i++]= cl.propObjectA == null; in setPropertyValue() 580 cl.propObjectA= null; in setPropertyValue() 582 r[i++]= cl.propObjectA == null; in setPropertyValue() 1113 public Property propObjectA= new Property("PropObjectA",12, new Type(Object.class), (short) 0); field in TestClass 1170 registerProperty(propObjectA, "objectPropA"); in TestClass() 1195 propStringA, propArrayByteA, propTypeA, propObjectA, in getRegisteredProperties() 1255 r[i++]= convertPropertyValue(propObjectA, outNewVal, outOldVal, value); in test_convertPropertyValue() [all …]
|