Searched refs:propDoubleA (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | PropertySet_Test.java | 1105 public Property propDoubleA= new Property("PropDoubleA", 8, new Type(Double.TYPE), (short) 0); field in TestClass 1166 registerProperty(propDoubleA, "doublePropA"); in TestClass() 1194 propIntA, propLongA, propFloatA, propDoubleA, in getRegisteredProperties() 1239 r[i++]= convertPropertyValue(propDoubleA, outNewVal, outOldVal, value); in test_convertPropertyValue() 1350 r[i++]= convertPropertyValue(propDoubleA, outNewVal, outOldVal, value); in test_convertPropertyValue() 1391 setPropertyValueNoBroadcast(propDoubleA, value); in test_setPropertyValueNoBroadcast()
|
Completed in 19 milliseconds