Lines Matching refs:WrappedPropertySet

46 WrappedPropertySet::WrappedPropertySet()  in WrappedPropertySet()  function in chart::WrappedPropertySet
53 WrappedPropertySet::~WrappedPropertySet() in ~WrappedPropertySet()
58 Reference< beans::XPropertyState > WrappedPropertySet::getInnerPropertyState() in getInnerPropertyState()
63 void WrappedPropertySet::clearWrappedPropertySet() in clearWrappedPropertySet()
85 Reference< beans::XPropertySetInfo > SAL_CALL WrappedPropertySet::getPropertySetInfo( ) in getPropertySetInfo()
107 void SAL_CALL WrappedPropertySet::setPropertyValue( const OUString& rPropertyName, const Any& rValu… in setPropertyValue()
154 Any SAL_CALL WrappedPropertySet::getPropertyValue( const OUString& rPropertyName ) in getPropertyValue()
198 void SAL_CALL WrappedPropertySet::addPropertyChangeListener( const OUString& rPropertyName, const R… in addPropertyChangeListener()
212 void SAL_CALL WrappedPropertySet::removePropertyChangeListener( const OUString& rPropertyName, cons… in removePropertyChangeListener()
225 void SAL_CALL WrappedPropertySet::addVetoableChangeListener( const OUString& rPropertyName, const R… in addVetoableChangeListener()
238 void SAL_CALL WrappedPropertySet::removeVetoableChangeListener( const OUString& rPropertyName, cons… in removeVetoableChangeListener()
253 void SAL_CALL WrappedPropertySet::setPropertyValues( const Sequence< OUString >& rNameSeq, const Se… in setPropertyValues()
275 Sequence< Any > SAL_CALL WrappedPropertySet::getPropertyValues( const Sequence< OUString >& rNameSe… in getPropertyValues()
301 void SAL_CALL WrappedPropertySet::addPropertiesChangeListener( const Sequence< OUString >& /* rName… in addPropertiesChangeListener()
307 void SAL_CALL WrappedPropertySet::removePropertiesChangeListener( const Reference< beans::XProperti… in removePropertiesChangeListener()
313 void SAL_CALL WrappedPropertySet::firePropertiesChangeEvent( const Sequence< OUString >& /* rNameSe… in firePropertiesChangeEvent()
321 beans::PropertyState SAL_CALL WrappedPropertySet::getPropertyState( const OUString& rPropertyName ) in getPropertyState()
338 const WrappedProperty* WrappedPropertySet::getWrappedProperty( const ::rtl::OUString& rOuterName ) in getWrappedProperty()
344 const WrappedProperty* WrappedPropertySet::getWrappedProperty( sal_Int32 nHandle ) in getWrappedProperty()
352 Sequence< beans::PropertyState > SAL_CALL WrappedPropertySet::getPropertyStates( const Sequence< OU… in getPropertyStates()
368 void SAL_CALL WrappedPropertySet::setPropertyToDefault( const OUString& rPropertyName ) in setPropertyToDefault()
381 Any SAL_CALL WrappedPropertySet::getPropertyDefault( const OUString& rPropertyName ) in getPropertyDefault()
398 void SAL_CALL WrappedPropertySet::setAllPropertiesToDefault( ) in setAllPropertiesToDefault()
408 void SAL_CALL WrappedPropertySet::setPropertiesToDefault( const Sequence< OUString >& rNameSeq ) in setPropertiesToDefault()
417 Sequence< Any > SAL_CALL WrappedPropertySet::getPropertyDefaults( const Sequence< OUString >& rName… in getPropertyDefaults()
436 ::cppu::IPropertyArrayHelper& WrappedPropertySet::getInfoHelper() in getInfoHelper()
459 tWrappedPropertyMap& WrappedPropertySet::getWrappedPropertyMap() in getWrappedPropertyMap()