LibreOffice Module comphelper (master) 1
|
#include <proxyaggregation.hxx>
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 | |
OComponentProxyAggregation & | operator= (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::OBroadcastHelper & | m_rBHelper |
Definition at line 181 of file proxyaggregation.hxx.
|
protected |
|
overrideprotectedvirtual |
Definition at line 190 of file proxyaggregation.cxx.
References dispose().
|
privatedelete |
|
overrideprotectedvirtual |
css::uno::RuntimeException |
Implements comphelper::OComponentProxyAggregationHelper.
Definition at line 233 of file proxyaggregation.cxx.
References comphelper::WeakComponentImplHelperBase::dispose().
Referenced by comphelper::OAccessibleWrapper::~OAccessibleWrapper(), and ~OComponentProxyAggregation().
|
overrideprotectedvirtual |
Definition at line 226 of file proxyaggregation.cxx.
References comphelper::OComponentProxyAggregationHelper::dispose().
|
overrideprotectedvirtual |
Reimplemented from comphelper::OComponentProxyAggregationHelper.
|
privatedelete |