LibreOffice Module cppuhelper (master) 1
|
Implementation helper supporting css::lang::XTypeProvider and css::lang::XComponent. More...
#include <compbase1.hxx>
Classes | |
struct | cd |
Public Member Functions | |
WeakAggComponentImplHelper1 (::osl::Mutex &rMutex) SAL_NOEXCEPT | |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual css::uno::Any SAL_CALL | queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT 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 |
Implementation helper supporting css::lang::XTypeProvider and css::lang::XComponent.
Upon disposing objects of this class, sub-classes receive a disposing() call. Objects of this class can be held weakly, i.e. by a css::uno::WeakReference. Object of this class can be aggregated, i.e. incoming queryInterface() calls are delegated.
Definition at line 125 of file compbase1.hxx.
|
inline |
Definition at line 132 of file compbase1.hxx.
|
inlinevirtual |
Definition at line 139 of file compbase1.hxx.
|
inlinevirtual |
Definition at line 145 of file compbase1.hxx.
References cppu::ImplHelper_getImplementationId().
|
inlinevirtual |
Definition at line 143 of file compbase1.hxx.
References cppu::WeakAggComponentImplHelper_getTypes().
|
inlinevirtual |
Definition at line 137 of file compbase1.hxx.
References cppu::WeakAggComponentImplHelper_queryAgg().
|
inlinevirtual |
Definition at line 135 of file compbase1.hxx.
References cppu::queryInterface().
|
inlinevirtual |
Definition at line 141 of file compbase1.hxx.