:: cppu ::

class OPropertySetHelper2


Base Classes
com::sun::star::beans::XMultiPropertySet (public)
  |  
  |  com::sun::star::beans::XFastPropertySet (public)
  |    |  
  |    |  com::sun::star::beans::XPropertySet (public)
  |    |    |  
  +----+----+--OPropertySetHelper (public)
                 |  
                 |  com::sun::star::beans::XPropertySetOption (public)
                 |    |  
                 +----+--OPropertySetHelper2
Known Derived Classes
None.

virtual abstract interface template
YES NO NO NO
Summary
OPropertySetHelper plus XPropertySetOption
File
propshlp.hxx

Public Members

Methods

explicit
OPropertySetHelper2( OBroadcastHelper & rBHelper, IEventNotificationHook * i_pFireEvents = NULL, bool bIgnoreRuntimeExceptionsWhileFiring = false );
Constructor.
virtual ::com::sun::star::uno::Any
queryInterface( const ::com::sun::star::uno::Type & rType ) throw( ::com::sun::star::uno::RuntimeException );
virtual void
enableChangeListenerNotification( sal_Bool bEnable ) throw( ::com::sun::star::uno::RuntimeException );
virtual
~OPropertySetHelper2( ) throw( );
You must call disposing before destruction.

Private Members

Methods


OPropertySetHelper2( const OPropertySetHelper2 & ) throw( );
OPropertySetHelper2 &
operator=( const OPropertySetHelper2 & ) throw( );

Top of Page