Lines Matching refs:pWrappedProperty
333 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in getFastCharacterPropertyValue() local
334 if( pWrappedProperty ) in getFastCharacterPropertyValue()
336 rValue = pWrappedProperty->getPropertyValue( xProp ); in getFastCharacterPropertyValue()
356 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in setFastCharacterPropertyValue() local
363 if( pWrappedProperty ) in setFastCharacterPropertyValue()
364 pWrappedProperty->setPropertyValue( rValue, xPropSet ); in setFastCharacterPropertyValue()
409 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyState() local
410 if( pWrappedProperty ) in getPropertyState()
411 aState = pWrappedProperty->getPropertyState( xPropState ); in getPropertyState()
444 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyDefault() local
445 if( pWrappedProperty ) in getPropertyDefault()
446 aRet = pWrappedProperty->getPropertyDefault(xPropState); in getPropertyDefault()