LibreOffice Module comphelper (master) 1
Protected Member Functions | Private Member Functions | List of all members
comphelper::OComponentProxyAggregation Class Reference

#include <proxyaggregation.hxx>

Inheritance diagram for comphelper::OComponentProxyAggregation:
[legend]
Collaboration diagram for comphelper::OComponentProxyAggregation:
[legend]

Protected Member Functions

 OComponentProxyAggregation (const css::uno::Reference< css::uno::XComponentContext > &_rxContext, const css::uno::Reference< css::lang::XComponent > &_rxComponent)
 
virtual ~OComponentProxyAggregation () override
 
virtual void SAL_CALL disposing () override
 
virtual void SAL_CALL disposing (const css::lang::EventObject &_rSource) override
 
virtual void SAL_CALL dispose () override
 
- Protected Member Functions inherited from comphelper::OComponentProxyAggregationHelper
css::uno::Any SAL_CALL queryInterface (const css::uno::Type &_rType) override
 
 OComponentProxyAggregationHelper (const css::uno::Reference< css::uno::XComponentContext > &_rxContext, ::cppu::OBroadcastHelper &_rBHelper)
 
virtual ~OComponentProxyAggregationHelper ()
 
void componentAggregateProxyFor (const css::uno::Reference< css::lang::XComponent > &_rxComponent, oslInterlockedCount &_rRefCount, ::cppu::OWeakObject &_rDelegator)
 to be called from within your ctor More...
 
virtual void SAL_CALL disposing (const css::lang::EventObject &Source) override
 
virtual void SAL_CALL dispose ()=0
 
const css::uno::Reference< css::uno::XComponentContext > & getComponentContext () const
 
- Protected Member Functions inherited from cppu::ImplHelper1< css::lang::XEventListener >
 ~ImplHelper1 () SAL_NOEXCEPT
 

Private Member Functions

 OComponentProxyAggregation (const OComponentProxyAggregation &)=delete
 
OComponentProxyAggregationoperator= (const OComponentProxyAggregation &)=delete
 

Additional Inherited Members

- Public Member Functions inherited from cppu::ImplHelper1< css::lang::XEventListener >
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
 
- Protected Attributes inherited from cppu::BaseMutex
mutable::osl::Mutex m_aMutex
 
- Protected Attributes inherited from comphelper::OComponentProxyAggregationHelper
css::uno::Reference< css::lang::XComponent > m_xInner
 
::cppu::OBroadcastHelperm_rBHelper
 

Detailed Description

Definition at line 181 of file proxyaggregation.hxx.

Constructor & Destructor Documentation

◆ OComponentProxyAggregation() [1/2]

comphelper::OComponentProxyAggregation::OComponentProxyAggregation ( const css::uno::Reference< css::uno::XComponentContext > &  _rxContext,
const css::uno::Reference< css::lang::XComponent > &  _rxComponent 
)
protected

◆ ~OComponentProxyAggregation()

comphelper::OComponentProxyAggregation::~OComponentProxyAggregation ( )
overrideprotectedvirtual

Definition at line 190 of file proxyaggregation.cxx.

References dispose().

◆ OComponentProxyAggregation() [2/2]

comphelper::OComponentProxyAggregation::OComponentProxyAggregation ( const OComponentProxyAggregation )
privatedelete

Member Function Documentation

◆ dispose()

void SAL_CALL comphelper::OComponentProxyAggregation::dispose ( void  )
overrideprotectedvirtual

◆ disposing() [1/2]

void SAL_CALL comphelper::OComponentProxyAggregation::disposing ( )
overrideprotectedvirtual

◆ disposing() [2/2]

virtual void SAL_CALL comphelper::OComponentProxyAggregation::disposing ( const css::lang::EventObject &  _rSource)
overrideprotectedvirtual

◆ operator=()

OComponentProxyAggregation & comphelper::OComponentProxyAggregation::operator= ( const OComponentProxyAggregation )
privatedelete

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