LibreOffice Module cppuhelper (master) 1
|
Same as WeakComponentImplHelper9, except doesn't implement addEventListener, removeEventListener and dispose. More...
#include <compbase9.hxx>
Classes | |
struct | cd |
Public Member Functions | |
PartialWeakComponentImplHelper9 (::osl::Mutex &rMutex) SAL_NOEXCEPT | |
virtual css::uno::Any SAL_CALL | queryInterface (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 |
Same as WeakComponentImplHelper9, except doesn't implement addEventListener, removeEventListener and dispose.
This requires derived classes to implement those three methods. This makes it possible to implement classes which are required to implement methods from multiple bases which have different addEventListener/removeEventListener signatures without triggering the g++ overloaded-virtual warning
Definition at line 85 of file compbase9.hxx.
|
inline |
Definition at line 92 of file compbase9.hxx.
|
inlinevirtual |
Definition at line 97 of file compbase9.hxx.
|
inlinevirtual |
Definition at line 103 of file compbase9.hxx.
References cppu::ImplHelper_getImplementationId().
|
inlinevirtual |
Definition at line 101 of file compbase9.hxx.
References cppu::WeakComponentImplHelper_getTypes().
|
inlinevirtual |
Definition at line 95 of file compbase9.hxx.
References cppu::WeakComponentImplHelper_query().
|
inlinevirtual |
Definition at line 99 of file compbase9.hxx.