Searched refs:setPropertyValueNoBroadcast (Results 1 – 2 of 2) sorted by relevance
/aoo4110/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() 1382 setPropertyValueNoBroadcast(propIntA, value); in test_setPropertyValueNoBroadcast() 1385 setPropertyValueNoBroadcast(propLongA, value); in test_setPropertyValueNoBroadcast() 1400 setPropertyValueNoBroadcast(propTypeA, value); in test_setPropertyValueNoBroadcast() 1409 setPropertyValueNoBroadcast(propAnyA, value); in test_setPropertyValueNoBroadcast() 1417 setPropertyValueNoBroadcast(propEnum, value); in test_setPropertyValueNoBroadcast() [all …]
|
/aoo4110/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
|
Completed in 32 milliseconds