Lines Matching refs:WrappedProperty

73             const WrappedProperty* pWrappedProperty = (*aIt).second;  in clearWrappedPropertySet()
113 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in setPropertyValue()
162 const WrappedProperty* pWrappedProperty = getWrappedProperty( nHandle ); in getPropertyValue()
204 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in addPropertyChangeListener()
218 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in removePropertyChangeListener()
231 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in addVetoableChangeListener()
244 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in removeVetoableChangeListener()
329 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyState()
338 const WrappedProperty* WrappedPropertySet::getWrappedProperty( const ::rtl::OUString& rOuterName ) in getWrappedProperty()
344 const WrappedProperty* WrappedPropertySet::getWrappedProperty( sal_Int32 nHandle ) in getWrappedProperty()
374 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in setPropertyToDefault()
388 const WrappedProperty* pWrappedProperty = getWrappedProperty( rPropertyName ); in getPropertyDefault()
468 std::vector< WrappedProperty* > aPropList( createWrappedProperties() ); in getWrappedPropertyMap()
471 …for( std::vector< WrappedProperty* >::const_iterator aIt = aPropList.begin(); aIt!=aPropList.end()… in getWrappedPropertyMap()
473 WrappedProperty* pProperty = *aIt; in getWrappedPropertyMap()