LibreOffice Module cppuhelper (master) 1
Public Member Functions | Public Attributes | List of all members
cppu::OPropertySetHelper::Impl Class Reference
Collaboration diagram for cppu::OPropertySetHelper::Impl:
[legend]

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
 

Detailed Description

Definition at line 136 of file propshlp.cxx.

Constructor & Destructor Documentation

◆ Impl()

cppu::OPropertySetHelper::Impl::Impl ( bool  i_bIgnoreRuntimeExceptionsWhileFiring,
IEventNotificationHook i_pFireEvents 
)
inline

Definition at line 139 of file propshlp.cxx.

Member Data Documentation

◆ m_bFireEvents

bool cppu::OPropertySetHelper::Impl::m_bFireEvents

◆ m_bIgnoreRuntimeExceptionsWhileFiring

bool cppu::OPropertySetHelper::Impl::m_bIgnoreRuntimeExceptionsWhileFiring

Definition at line 148 of file propshlp.cxx.

◆ m_handles

std::vector< sal_Int32 > cppu::OPropertySetHelper::Impl::m_handles

◆ m_newValues

std::vector< Any > cppu::OPropertySetHelper::Impl::m_newValues

◆ m_oldValues

std::vector< Any > cppu::OPropertySetHelper::Impl::m_oldValues

◆ m_pFireEvents

class IEventNotificationHook* const cppu::OPropertySetHelper::Impl::m_pFireEvents

Definition at line 150 of file propshlp.cxx.


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