Searched refs:setPropertyValueNoBroadcast (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
| H A D | PropertySet_Test.java | 76 public boolean setPropertyValueNoBroadcast() in setPropertyValueNoBroadcast() method in PropertySet_Test 1062 r[i++]= test.setPropertyValueNoBroadcast(); in test() 1370 setPropertyValueNoBroadcast(propBoolA, value); in test_setPropertyValueNoBroadcast() 1373 setPropertyValueNoBroadcast(propCharA, value); in test_setPropertyValueNoBroadcast() 1376 setPropertyValueNoBroadcast(propByteA, value); in test_setPropertyValueNoBroadcast() 1379 setPropertyValueNoBroadcast(propShortA, value); in test_setPropertyValueNoBroadcast() 1382 setPropertyValueNoBroadcast(propIntA, value); in test_setPropertyValueNoBroadcast() 1385 setPropertyValueNoBroadcast(propLongA, value); in test_setPropertyValueNoBroadcast() 1388 setPropertyValueNoBroadcast(propFloatA, value); in test_setPropertyValueNoBroadcast() 1391 setPropertyValueNoBroadcast(propDoubleA, value); in test_setPropertyValueNoBroadcast() [all …]
|
| /AOO41X/main/javaunohelper/com/sun/star/lib/uno/helper/ |
| H A D | PropertySet.java | 540 setPropertyValueNoBroadcast(prop, outConvertedVal[0]); in setPropertyValue() 799 protected void setPropertyValueNoBroadcast(Property property, Object newVal) in setPropertyValueNoBroadcast() method in PropertySet
|