Searched refs:FastPropertySet (Results 1 – 5 of 5) sorted by relevance
129 FastPropertySet::FastPropertySet( const rtl::Reference< FastPropertySetInfo >& xInfo ) in FastPropertySet() function in comphelper::FastPropertySet136 FastPropertySet::~FastPropertySet() in ~FastPropertySet()144 Reference< XPropertySetInfo > SAL_CALL FastPropertySet::getPropertySetInfo( ) throw (RuntimeExcept… in getPropertySetInfo()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()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()[all …]
72 class FastPropertySet : public ::cppu::WeakAggImplHelper3< ::com::sun::star::beans::XPropertySet, … class75 FastPropertySet( const rtl::Reference< FastPropertySetInfo >& xInfo );76 virtual ~FastPropertySet();
42 typedef ::cppu::ImplInheritanceHelper2< ::comphelper::FastPropertySet, ::com::sun::star::table::XCe…
335 // only for FastPropertySet
Completed in 31 milliseconds