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()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()[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