LibreOffice Module cppuhelper (master) 1
Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
cppu::OPropertySetHelper2 Class Reference

OPropertySetHelper plus XPropertySetOption. More...

#include <propshlp.hxx>

Inheritance diagram for cppu::OPropertySetHelper2:
[legend]
Collaboration diagram for cppu::OPropertySetHelper2:
[legend]

Public Member Functions

 OPropertySetHelper2 (OBroadcastHelper &rBHelper, IEventNotificationHook *i_pFireEvents=NULL, bool bIgnoreRuntimeExceptionsWhileFiring=false)
 Constructor. More...
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) SAL_OVERRIDE
 Only returns a reference to XMultiPropertySet, XFastPropertySet, XPropertySet and XEventListener. More...
 
virtual void SAL_CALL enableChangeListenerNotification (sal_Bool bEnable) SAL_OVERRIDE
 
- Public Member Functions inherited from cppu::OPropertySetHelper
 OPropertySetHelper (OBroadcastHelper &rBHelper)
 
 OPropertySetHelper (OBroadcastHelper &rBHelper, bool bIgnoreRuntimeExceptionsWhileFiring)
 Constructor. More...
 
 OPropertySetHelper (OBroadcastHelper &rBHelper, IEventNotificationHook *i_pFireEvents, bool bIgnoreRuntimeExceptionsWhileFiring=false)
 Constructor. More...
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) SAL_OVERRIDE
 Only returns a reference to XMultiPropertySet, XFastPropertySet, XPropertySet and XEventListener. More...
 
css::uno::Sequence< css::uno::Type > getTypes ()
 eases implementing XTypeProvider::getTypes, returns the types of XMultiPropertySet, XFastPropertySet, XPropertySet More...
 
void SAL_CALL disposing ()
 Send a disposing notification to the listeners in the containers aBoundLC and aVetoableLC. More...
 
virtual void SAL_CALL setPropertyValue (const ::rtl::OUString &rPropertyName, const css::uno::Any &aValue) SAL_OVERRIDE
 Throw UnknownPropertyException or PropertyVetoException if the property with the name rPropertyName does not exist or is readonly. More...
 
virtual css::uno::Any SAL_CALL getPropertyValue (const ::rtl::OUString &aPropertyName) SAL_OVERRIDE
 Throw UnknownPropertyException if the property with the name rPropertyName does not exist. More...
 
virtual void SAL_CALL addPropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE
 Ignored if the property is not bound. More...
 
virtual void SAL_CALL removePropertyChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) SAL_OVERRIDE
 Ignored if the property is not bound. More...
 
virtual void SAL_CALL addVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE
 Ignored if the property is not constrained. More...
 
virtual void SAL_CALL removeVetoableChangeListener (const ::rtl::OUString &aPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) SAL_OVERRIDE
 Ignored if the property is not constrained. More...
 
virtual void SAL_CALL setFastPropertyValue (sal_Int32 nHandle, const css::uno::Any &rValue) SAL_OVERRIDE
 Throw UnknownPropertyException or PropertyVetoException if the property with the name rPropertyName does not exist or is readonly. More...
 
virtual css::uno::Any SAL_CALL getFastPropertyValue (sal_Int32 nHandle) SAL_OVERRIDE
 
virtual void SAL_CALL setPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Sequence< css::uno::Any > &Values) SAL_OVERRIDE
 
virtual css::uno::Sequence< css::uno::Any > SAL_CALL getPropertyValues (const css::uno::Sequence< ::rtl::OUString > &PropertyNames) SAL_OVERRIDE
 
virtual void SAL_CALL addPropertiesChangeListener (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE
 
virtual void SAL_CALL removePropertiesChangeListener (const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE
 
virtual void SAL_CALL firePropertiesChangeEvent (const css::uno::Sequence< ::rtl::OUString > &PropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &Listener) SAL_OVERRIDE
 

Protected Member Functions

virtual ~OPropertySetHelper2 ()
 You must call disposing before destruction. More...
 
- Protected Member Functions inherited from cppu::OPropertySetHelper
void SAL_CALL fire (sal_Int32 *pnHandles, const css::uno::Any *pNewValues, const css::uno::Any *pOldValues, sal_Int32 nCount, sal_Bool bVetoable)
 This method fire events to all registered property listeners. More...
 
void SAL_CALL setFastPropertyValues (sal_Int32 nSeqLen, sal_Int32 *pHandles, const css::uno::Any *pValues, sal_Int32 nHitCount)
 Set multiple properties with the handles. More...
 
virtual IPropertyArrayHelper &SAL_CALL getInfoHelper ()=0
 This abstract method must return the name to index table. More...
 
virtual sal_Bool SAL_CALL convertFastPropertyValue (css::uno::Any &rConvertedValue, css::uno::Any &rOldValue, sal_Int32 nHandle, const css::uno::Any &rValue)=0
 Converted the value rValue and return the result in rConvertedValue and the old value in rOldValue. More...
 
virtual void SAL_CALL setFastPropertyValue_NoBroadcast (sal_Int32 nHandle, const css::uno::Any &rValue)=0
 The same as setFastPropertyValue; nHandle is always valid. More...
 
virtual void SAL_CALL getFastPropertyValue (css::uno::Any &rValue, sal_Int32 nHandle) const =0
 The same as getFastPropertyValue, but return the value through rValue and nHandle is always valid. More...
 
void setDependentFastPropertyValue (sal_Int32 i_handle, const css::uno::Any &i_value)
 sets an dependent property's value More...
 
 ~OPropertySetHelper ()
 You must call disposing before destruction. More...
 

Private Member Functions

 OPropertySetHelper2 (const OPropertySetHelper2 &) SAL_DELETED_FUNCTION
 
OPropertySetHelper2operator= (const OPropertySetHelper2 &) SAL_DELETED_FUNCTION
 

Additional Inherited Members

- Static Public Member Functions inherited from cppu::OPropertySetHelper
static css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL createPropertySetInfo (IPropertyArrayHelper &rProperties)
 The property sequence is created in the call. More...
 
- Protected Attributes inherited from cppu::OPropertySetHelper
OBroadcastHelperrBHelper
 The common data of a broadcaster. More...
 
OMultiTypeInterfaceContainerHelperInt32 aBoundLC
 Container for the XPropertyChangedListener. More...
 
OMultiTypeInterfaceContainerHelperInt32 aVetoableLC
 Container for the XPropertyVetoableListener. More...
 
Impl *const m_pReserved
 reserved for future use. More...
 

Detailed Description

OPropertySetHelper plus XPropertySetOption.

Attention: \n
The getTypes() inherited from OPropertysetHelper does not cover XPropertySetOption.

Definition at line 670 of file propshlp.hxx.

Constructor & Destructor Documentation

◆ OPropertySetHelper2() [1/2]

cppu::OPropertySetHelper2::OPropertySetHelper2 ( OBroadcastHelper rBHelper,
IEventNotificationHook i_pFireEvents = NULL,
bool  bIgnoreRuntimeExceptionsWhileFiring = false 
)
explicit

Constructor.

See OPropertySetHelper constructors documentation

Definition at line 188 of file propshlp.cxx.

◆ OPropertySetHelper2() [2/2]

cppu::OPropertySetHelper2::OPropertySetHelper2 ( const OPropertySetHelper2 )
private

◆ ~OPropertySetHelper2()

cppu::OPropertySetHelper2::~OPropertySetHelper2 ( )
protectedvirtual

You must call disposing before destruction.

Definition at line 203 of file propshlp.cxx.

Member Function Documentation

◆ enableChangeListenerNotification()

void cppu::OPropertySetHelper2::enableChangeListenerNotification ( sal_Bool  bEnable)
virtual

◆ operator=()

OPropertySetHelper2 & cppu::OPropertySetHelper2::operator= ( const OPropertySetHelper2 )
private

◆ queryInterface()

Any cppu::OPropertySetHelper2::queryInterface ( const css::uno::Type &  rType)
virtual

Only returns a reference to XMultiPropertySet, XFastPropertySet, XPropertySet and XEventListener.

Reimplemented from cppu::OPropertySetHelper.

Definition at line 217 of file propshlp.cxx.

References Any, cppu::OPropertySetHelper::queryInterface(), and cppu::queryInterface().


The documentation for this class was generated from the following files: