LibreOffice Module cppuhelper (master) 1
|
Implementation helper supporting css::lang::XTypeProvider and css::lang::XComponent. More...
#include <compbase7.hxx>
Classes | |
struct | cd |
Public Member Functions | |
WeakComponentImplHelper7 (::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 void SAL_CALL | dispose () SAL_OVERRIDE |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) SAL_OVERRIDE |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &xListener) 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.
Definition at line 47 of file compbase7.hxx.
|
inline |
Definition at line 54 of file compbase7.hxx.
|
inlinevirtual |
Definition at line 59 of file compbase7.hxx.
|
inlinevirtual |
Definition at line 65 of file compbase7.hxx.
|
inlinevirtual |
Definition at line 63 of file compbase7.hxx.
|
inlinevirtual |
Definition at line 71 of file compbase7.hxx.
References cppu::ImplHelper_getImplementationId().
|
inlinevirtual |
Definition at line 69 of file compbase7.hxx.
References cppu::WeakComponentImplHelper_getTypes().
|
inlinevirtual |
Definition at line 57 of file compbase7.hxx.
References cppu::WeakComponentImplHelper_query().
|
inlinevirtual |
Definition at line 61 of file compbase7.hxx.
|
inlinevirtual |
Definition at line 67 of file compbase7.hxx.