Lines Matching refs:nHandle

116 		sal_Int32 nHandle = -1;  in OPropertyArrayAggregationHelper()  local
119 nHandle = _pInfoService->getPreferedPropertyId( pMergedProps->Name ); in OPropertyArrayAggregationHelper()
121 if ( -1 == nHandle ) in OPropertyArrayAggregationHelper()
123 nHandle = nAggregateHandle++; in OPropertyArrayAggregationHelper()
128 if ( pPropsTilNow->Handle == nHandle ) in OPropertyArrayAggregationHelper()
130 nHandle = nAggregateHandle++; in OPropertyArrayAggregationHelper()
136 m_aPropertyAccessors[ nHandle ] = OPropertyAccessor( pMergedProps->Handle, nMPLoop, sal_True ); in OPropertyArrayAggregationHelper()
137 pMergedProps->Handle = nHandle; in OPropertyArrayAggregationHelper()
514 sal_Int32 nHandle = rPH.getHandleByName( evt.PropertyName ); in propertiesChange() local
521 if ( ( nHandle != -1 ) && !isCurrentlyForwardingProperty( nHandle ) ) in propertiesChange()
522 fire(&nHandle, &evt.NewValue, &evt.OldValue, 1, sal_False); in propertiesChange()
534 sal_Int32 nHandle = rPH.getHandleByName(pEvents->PropertyName); in propertiesChange() local
535 if ( ( nHandle != -1 ) && !isCurrentlyForwardingProperty( nHandle ) ) in propertiesChange()
537 pHandles[nDest] = nHandle; in propertiesChange()
560 sal_Int32 nHandle = rPH.getHandleByName(_rEvent.PropertyName); in vetoableChange() local
561 fire(&nHandle, &_rEvent.NewValue, &_rEvent.OldValue, 1, sal_True); in vetoableChange()
634 sal_Int32 OPropertySetAggregationHelper::getOriginalHandle(sal_Int32 nHandle) const in getOriginalHandle()
638 rPH.fillAggregatePropertyInfoByHandle(NULL, &nOriginalHandle, nHandle); in getOriginalHandle()
672 …gregationHelper::getFastPropertyValue( ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle) const in getFastPropertyValue()
678 if (rPH.fillAggregatePropertyInfoByHandle(&aPropName, &nOriginalHandle, nHandle)) in getFastPropertyValue()
685 else if ( m_pForwarder->isResponsibleFor( nHandle ) ) in getFastPropertyValue()
689 rValue = m_xAggregateSet->getPropertyValue( getPropertyName( nHandle ) ); in getFastPropertyValue()
694 …sun::star::uno::Any SAL_CALL OPropertySetAggregationHelper::getFastPropertyValue(sal_Int32 nHandle) in getFastPropertyValue() argument
704 if (rPH.fillAggregatePropertyInfoByHandle(&aPropName, &nOriginalHandle, nHandle)) in getFastPropertyValue()
712 aValue = OPropertySetHelper::getFastPropertyValue(nHandle); in getFastPropertyValue()
910 sal_Int32 nHandle = rPH.getHandleByName( _rPropertyName ); in getPropertyState() local
912 if (nHandle == -1) in getPropertyState()
919 if (rPH.fillAggregatePropertyInfoByHandle(&aPropName, &nOriginalHandle, nHandle)) in getPropertyState()
927 return getPropertyStateByHandle(nHandle); in getPropertyState()
935 sal_Int32 nHandle = rPH.getHandleByName(_rPropertyName); in setPropertyToDefault() local
936 if (nHandle == -1) in setPropertyToDefault()
943 if (rPH.fillAggregatePropertyInfoByHandle(&aPropName, &nOriginalHandle, nHandle)) in setPropertyToDefault()
952 setPropertyToDefaultByHandle( nHandle ); in setPropertyToDefault()
968 sal_Int32 nHandle = rPH.getHandleByName( aPropertyName ); in getPropertyDefault() local
970 if ( nHandle == -1 ) in getPropertyDefault()
975 if (rPH.fillAggregatePropertyInfoByHandle(&aPropName, &nOriginalHandle, nHandle)) in getPropertyDefault()
983 return getPropertyDefaultByHandle(nHandle); in getPropertyDefault()