LibreOffice Module forms (master) 1
Protected Member Functions | Private Attributes | List of all members
frm::OErrorBroadcaster Class Reference

#include <errorbroadcaster.hxx>

Inheritance diagram for frm::OErrorBroadcaster:
[legend]
Collaboration diagram for frm::OErrorBroadcaster:
[legend]

Protected Member Functions

 OErrorBroadcaster (::cppu::OBroadcastHelper &_rBHelper)
 
virtual ~OErrorBroadcaster ()
 
void disposing ()
 
void onError (const css::sdbc::SQLException &_rException, const OUString &_rContextDescription)
 
void onError (const css::sdb::SQLErrorEvent &_rException)
 
virtual void SAL_CALL addSQLErrorListener (const css::uno::Reference< css::sdb::XSQLErrorListener > &_rListener) override
 
virtual void SAL_CALL removeSQLErrorListener (const css::uno::Reference< css::sdb::XSQLErrorListener > &_rListener) override
 
- Protected Member Functions inherited from cppu::ImplHelper1< class Ifc1 >
 ~ImplHelper1 () SAL_NOEXCEPT
 

Private Attributes

::cppu::OBroadcastHelperm_rBHelper
 
::comphelper::OInterfaceContainerHelper3< css::sdb::XSQLErrorListener > m_aErrorListeners
 

Additional Inherited Members

- Public Member Functions inherited from cppu::ImplHelper1< class Ifc1 >
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) SAL_OVERRIDE
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () SAL_OVERRIDE
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () SAL_OVERRIDE
 

Detailed Description

Definition at line 36 of file errorbroadcaster.hxx.

Constructor & Destructor Documentation

◆ OErrorBroadcaster()

frm::OErrorBroadcaster::OErrorBroadcaster ( ::cppu::OBroadcastHelper _rBHelper)
explicitprotected

Definition at line 35 of file errorbroadcaster.cxx.

◆ ~OErrorBroadcaster()

frm::OErrorBroadcaster::~OErrorBroadcaster ( )
protectedvirtual

Member Function Documentation

◆ addSQLErrorListener()

void SAL_CALL frm::OErrorBroadcaster::addSQLErrorListener ( const css::uno::Reference< css::sdb::XSQLErrorListener > &  _rListener)
overrideprotectedvirtual

◆ disposing()

void frm::OErrorBroadcaster::disposing ( )
protected

◆ onError() [1/2]

void frm::OErrorBroadcaster::onError ( const css::sdb::SQLErrorEvent &  _rException)
protected

◆ onError() [2/2]

void frm::OErrorBroadcaster::onError ( const css::sdbc::SQLException &  _rException,
const OUString &  _rContextDescription 
)
protected

◆ removeSQLErrorListener()

void SAL_CALL frm::OErrorBroadcaster::removeSQLErrorListener ( const css::uno::Reference< css::sdb::XSQLErrorListener > &  _rListener)
overrideprotectedvirtual

Member Data Documentation

◆ m_aErrorListeners

::comphelper::OInterfaceContainerHelper3<css::sdb::XSQLErrorListener> frm::OErrorBroadcaster::m_aErrorListeners
private

◆ m_rBHelper

::cppu::OBroadcastHelper& frm::OErrorBroadcaster::m_rBHelper
private

Definition at line 39 of file errorbroadcaster.hxx.

Referenced by ~OErrorBroadcaster().


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