LibreOffice Module cppuhelper (master) 1
|
Public Member Functions | |
Impl (bool i_bIgnoreRuntimeExceptionsWhileFiring, IEventNotificationHook *i_pFireEvents) | |
Public Attributes | |
bool | m_bIgnoreRuntimeExceptionsWhileFiring |
bool | m_bFireEvents |
class IEventNotificationHook *const | m_pFireEvents |
std::vector< sal_Int32 > | m_handles |
std::vector< Any > | m_newValues |
std::vector< Any > | m_oldValues |
Definition at line 136 of file propshlp.cxx.
|
inline |
Definition at line 139 of file propshlp.cxx.
bool cppu::OPropertySetHelper::Impl::m_bFireEvents |
Definition at line 149 of file propshlp.cxx.
Referenced by cppu::OPropertySetHelper2::enableChangeListenerNotification().
bool cppu::OPropertySetHelper::Impl::m_bIgnoreRuntimeExceptionsWhileFiring |
Definition at line 148 of file propshlp.cxx.
std::vector< sal_Int32 > cppu::OPropertySetHelper::Impl::m_handles |
Definition at line 152 of file propshlp.cxx.
Referenced by cppu::OPropertySetHelper::setDependentFastPropertyValue().
std::vector< Any > cppu::OPropertySetHelper::Impl::m_newValues |
Definition at line 153 of file propshlp.cxx.
Referenced by cppu::OPropertySetHelper::setDependentFastPropertyValue().
std::vector< Any > cppu::OPropertySetHelper::Impl::m_oldValues |
Definition at line 154 of file propshlp.cxx.
Referenced by cppu::OPropertySetHelper::setDependentFastPropertyValue().
class IEventNotificationHook* const cppu::OPropertySetHelper::Impl::m_pFireEvents |
Definition at line 150 of file propshlp.cxx.