Searched refs:bVetoable (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySet.java | 878 boolean bVetoable ) throws PropertyVetoException in fire() argument 889 if ((bVetoable && (properties[i].Attributes & PropertyAttribute.CONSTRAINED) > 0) in fire() 890 || (!bVetoable && (properties[i].Attributes & PropertyAttribute.BOUND) > 0)) in fire() 902 if (bVetoable) in fire() 912 if (bVetoable) in fire() 919 if(bVetoable) in fire() 929 if( bVetoable ) // fire change Events? in fire() 938 if (!bVetoable && nAffectedProps > 0) in fire()
|
/aoo41x/main/cppuhelper/source/ |
H A D | propshlp.cxx | 619 sal_Bool bVetoable in fire() argument 625 pnHandles, nHandles, bVetoable, in fire() 649 (bVetoable && (nAttributes & PropertyAttribute::CONSTRAINED)) || in fire() 650 (!bVetoable && (nAttributes & PropertyAttribute::BOUND)) in fire() 670 if( bVetoable ) // fire change Events? in fire() 685 if( bVetoable ) // fire change Events? in fire() 720 if( bVetoable ){ in fire() 742 if( bVetoable ) // fire change Events? in fire() 781 if( !bVetoable ) in fire()
|
/aoo41x/main/comphelper/source/property/ |
H A D | opropertybag.cxx | 154 sal_Bool bVetoable, in fireEvents() argument 157 if (nCount && !bVetoable) { in fireEvents()
|
H A D | opropertybag.hxx | 185 sal_Bool bVetoable,
|
/aoo41x/main/cppuhelper/inc/cppuhelper/ |
H A D | propshlp.hxx | 328 sal_Bool bVetoable, 521 sal_Bool bVetoable );
|
/aoo41x/main/forms/source/component/ |
H A D | DatabaseForm.cxx | 1497 …32* pnHandles, const Any* pNewValues, const Any* pOldValues, sal_Int32 nCount, sal_Bool bVetoable ) in fire() argument 1523 OPropertySetAggregationHelper::fire(pnHandles, pNewValues, pOldValues, nPos, bVetoable); in fire() 1525 …tionHelper::fire(pnHandles + nPos, pNewValues + nPos, pOldValues + nPos, nCount - nPos, bVetoable); in fire() 1531 OPropertySetAggregationHelper::fire(pnHandles, pNewValues, pOldValues, nCount, bVetoable); in fire()
|
H A D | DatabaseForm.hxx | 251 … pNewValues, const ::com::sun::star::uno::Any * pOldValues, sal_Int32 nCount, sal_Bool bVetoable );
|
Completed in 66 milliseconds