Methods of Class OPropertySetHelper2


OPropertySetHelper2
explicit OPropertySetHelper2(
OBroadcastHelper & rBHelper,
IEventNotificationHook * i_pFireEvents = NULL,
bool bIgnoreRuntimeExceptionsWhileFiring = false );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO NO

Summary
Constructor.

Description
        See OPropertySetHelper constructors documentation
    

queryInterface
virtual ::com::sun::star::uno::Any queryInterface(
const ::com::sun::star::uno::Type & rType )
throw( ::com::sun::star::uno::RuntimeException );

virtual abstract const volatile template static inline C-linkage
YES NO NO NO NO NO NO NO


enableChangeListenerNotification
virtual void enableChangeListenerNotification(
sal_Bool bEnable )
throw( ::com::sun::star::uno::RuntimeException );

virtual abstract const volatile template static inline C-linkage
YES NO NO NO NO NO NO NO


OPropertySetHelper2
OPropertySetHelper2(
const OPropertySetHelper2 & ) throw();

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO NO


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

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO NO NO


~OPropertySetHelper2
virtual ~OPropertySetHelper2() throw();

virtual abstract const volatile template static inline C-linkage
YES NO NO NO NO NO NO NO

Summary
You must call disposing before destruction.

Top of Page