Lines Matching refs:nAttributes

300 			sal_Int16 nAttributes;  in addPropertyChangeListener()  local
301 rPH.fillPropertyMembersByHandle( NULL, &nAttributes, nHandle ); in addPropertyChangeListener()
302 if( !(nAttributes & ::com::sun::star::beans::PropertyAttribute::BOUND) ) in addPropertyChangeListener()
382 sal_Int16 nAttributes; in addVetoableChangeListener() local
383 rPH.fillPropertyMembersByHandle( NULL, &nAttributes, nHandle ); in addVetoableChangeListener()
384 if( !(nAttributes & PropertyAttribute::CONSTRAINED) ) in addVetoableChangeListener()
442 sal_Int16 nAttributes(0); in setDependentFastPropertyValue() local
444 if ( !rInfo.fillPropertyMembersByHandle( NULL, &nAttributes, i_handle ) ) in setDependentFastPropertyValue()
459 OSL_ENSURE( ( nAttributes & PropertyAttribute::CONSTRAINED ) == 0, in setDependentFastPropertyValue()
461 (void)nAttributes; in setDependentFastPropertyValue()
500 sal_Int16 nAttributes; in setFastPropertyValue() local
501 if( !rInfo.fillPropertyMembersByHandle( NULL, &nAttributes, nHandle ) ) { in setFastPropertyValue()
505 if( nAttributes & PropertyAttribute::READONLY ) in setFastPropertyValue()
521 if( nAttributes & PropertyAttribute::CONSTRAINED ) in setFastPropertyValue()
644 sal_Int16 nAttributes; in fire() local
646 rInfo.fillPropertyMembersByHandle( &aPropName, &nAttributes, pnHandles[i] ); in fire()
649 (bVetoable && (nAttributes & PropertyAttribute::CONSTRAINED)) || in fire()
650 (!bVetoable && (nAttributes & PropertyAttribute::BOUND)) in fire()
861 sal_Int16 nAttributes; in setFastPropertyValues() local
862 rPH.fillPropertyMembersByHandle( NULL, &nAttributes, pHandles[i] ); in setFastPropertyValues()
863 if( nAttributes & PropertyAttribute::READONLY ) { in setFastPropertyValues()