Searched refs:pWrappedProperty (Results 1 – 3 of 3) sorted by relevance
73 const WrappedProperty* pWrappedProperty = (*aIt).second; in clearWrappedPropertySet() local74 DELETEZ(pWrappedProperty); in clearWrappedPropertySet()113 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in setPropertyValue() local115 if( pWrappedProperty ) in setPropertyValue()116 pWrappedProperty->setPropertyValue( rValue, xInnerPropertySet ); in setPropertyValue()162 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in getPropertyValue() local164 if( pWrappedProperty ) in getPropertyValue()165 aRet = pWrappedProperty->getPropertyValue( xInnerPropertySet ); in getPropertyValue()204 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in addPropertyChangeListener() local205 if( pWrappedProperty ) in addPropertyChangeListener()[all …]
333 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in getFastCharacterPropertyValue() local334 if( pWrappedProperty ) in getFastCharacterPropertyValue()336 rValue = pWrappedProperty->getPropertyValue( xProp ); in getFastCharacterPropertyValue()356 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in setFastCharacterPropertyValue() local363 if( pWrappedProperty ) in setFastCharacterPropertyValue()364 pWrappedProperty->setPropertyValue( rValue, xPropSet ); in setFastCharacterPropertyValue()409 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyState() local410 if( pWrappedProperty ) in getPropertyState()411 aState = pWrappedProperty->getPropertyState( xPropState ); in getPropertyState()444 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyDefault() local[all …]
691 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyDefault() local692 if( pWrappedProperty ) in getPropertyDefault()693 aRet = pWrappedProperty->getPropertyValue(xInnerPropertySet); in getPropertyDefault()