Lines Matching refs:FastPropertySet

129 FastPropertySet::FastPropertySet( const rtl::Reference< FastPropertySetInfo >& xInfo )  in FastPropertySet()  function in comphelper::FastPropertySet
136 FastPropertySet::~FastPropertySet() in ~FastPropertySet()
144 Reference< XPropertySetInfo > SAL_CALL FastPropertySet::getPropertySetInfo( ) throw (RuntimeExcept… in getPropertySetInfo()
151 void SAL_CALL FastPropertySet::setPropertyValue( const OUString& aPropertyName, const Any& aValue )… in setPropertyValue()
158 Any SAL_CALL FastPropertySet::getPropertyValue( const OUString& aPropertyName ) throw (UnknownPrope… in getPropertyValue()
165 void SAL_CALL FastPropertySet::addPropertyChangeListener( const OUString&, const Reference< XProper… in addPropertyChangeListener()
171 void SAL_CALL FastPropertySet::removePropertyChangeListener( const OUString&, const Reference< XPro… in removePropertyChangeListener()
177 void SAL_CALL FastPropertySet::addVetoableChangeListener( const OUString&, const Reference< XVetoab… in addVetoableChangeListener()
183 void SAL_CALL FastPropertySet::removeVetoableChangeListener( const OUString&, const Reference< XVet… in removeVetoableChangeListener()
191 void SAL_CALL FastPropertySet::setPropertyValues( const Sequence< OUString >& aPropertyNames, const… in setPropertyValues()
215 Sequence< Any > SAL_CALL FastPropertySet::getPropertyValues( const Sequence< OUString >& aPropertyN… in getPropertyValues()
239 void SAL_CALL FastPropertySet::addPropertiesChangeListener( const Sequence< OUString >&, const Refe… in addPropertiesChangeListener()
245 void SAL_CALL FastPropertySet::removePropertiesChangeListener( const Reference< XPropertiesChangeLi… in removePropertiesChangeListener()
251 void SAL_CALL FastPropertySet::firePropertiesChangeEvent( const Sequence< OUString >&, const Refere… in firePropertiesChangeEvent()