Home
last modified time | relevance | path

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

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java876 boolean bVetoable ) throws PropertyVetoException in fire() argument
887 if ((bVetoable && (properties[i].Attributes & PropertyAttribute.CONSTRAINED) > 0) in fire()
888 || (!bVetoable && (properties[i].Attributes & PropertyAttribute.BOUND) > 0)) in fire()
900 if (bVetoable) in fire()
910 if (bVetoable) in fire()
917 if(bVetoable) in fire()
927 if( bVetoable ) // fire change Events? in fire()
936 if (!bVetoable && nAffectedProps > 0) in fire()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx619 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()
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx154 sal_Bool bVetoable, in fireEvents() argument
157 if (nCount && !bVetoable) { in fireEvents()
H A Dopropertybag.hxx185 sal_Bool bVetoable,
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx329 sal_Bool bVetoable,
522 sal_Bool bVetoable );
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx1497 …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 DDatabaseForm.hxx251 … pNewValues, const ::com::sun::star::uno::Any * pOldValues, sal_Int32 nCount, sal_Bool bVetoable );

Completed in 65 milliseconds