Home
last modified time | relevance | path

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

/aoo42x/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java1105 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 43 milliseconds