Searched refs:pWrappedProperty (Results 1 – 3 of 3) sorted by relevance
73 const WrappedProperty* pWrappedProperty = (*aIt).second; in clearWrappedPropertySet() local74 DELETEZ(pWrappedProperty); in clearWrappedPropertySet()115 if( pWrappedProperty ) in setPropertyValue()164 if( pWrappedProperty ) in getPropertyValue()205 if( pWrappedProperty ) in addPropertyChangeListener()219 if( pWrappedProperty ) in removePropertyChangeListener()232 if( pWrappedProperty ) in addVetoableChangeListener()245 if( pWrappedProperty ) in removeVetoableChangeListener()330 if( pWrappedProperty ) in getPropertyState()375 if( pWrappedProperty ) in setPropertyToDefault()[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()445 if( pWrappedProperty ) in getPropertyDefault()[all …]
691 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyDefault() local692 if( pWrappedProperty ) in getPropertyDefault()693 aRet = pWrappedProperty->getPropertyValue(xInnerPropertySet); in getPropertyDefault()
Completed in 31 milliseconds