LibreOffice Module comphelper (master) 1
|
#include <compbase.hxx>
Public Member Functions | |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual void SAL_CALL | dispose () noexcept final override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
Public Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
virtual | ~WeakComponentImplHelperBase () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual void | disposing (std::unique_lock< std::mutex > &) |
Called by dispose for subclasses to do dispose() work. More... | |
Public Member Functions inherited from comphelper::UnoImplBase | |
virtual | ~UnoImplBase () |
Public Member Functions inherited from cppu::OWeakObject | |
OWeakObject () | |
OWeakObject (const OWeakObject &) | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Static Private Member Functions | |
static cppu::class_data * | class_data_get () |
Additional Inherited Members | |
Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
void | throwIfDisposed (std::unique_lock< std::mutex > &) |
Protected Member Functions inherited from cppu::OWeakObject | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
Protected Attributes inherited from comphelper::WeakComponentImplHelperBase | |
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | maEventListeners |
Protected Attributes inherited from comphelper::UnoImplBase | |
std::mutex | m_aMutex |
bool | m_bDisposed = false |
Protected Attributes inherited from cppu::OWeakObject | |
oslInterlockedCount | m_refCount |
Definition at line 64 of file compbase.hxx.
|
inlineoverridevirtualnoexcept |
Reimplemented from cppu::OWeakObject.
Definition at line 69 of file compbase.hxx.
|
inlinefinaloverridevirtual |
Reimplemented from comphelper::WeakComponentImplHelperBase.
Definition at line 78 of file compbase.hxx.
References comphelper::WeakComponentImplHelperBase::addEventListener().
|
inlinestaticprivate |
Definition at line 109 of file compbase.hxx.
|
inlinefinaloverridevirtualnoexcept |
Reimplemented from comphelper::WeakComponentImplHelperBase.
Definition at line 74 of file compbase.hxx.
References comphelper::WeakComponentImplHelperBase::dispose().
|
inlineoverridevirtual |
Definition at line 103 of file compbase.hxx.
|
inlineoverridevirtual |
Definition at line 95 of file compbase.hxx.
References cppu::UnoType< typename T >::get().
|
inlineoverridevirtual |
Reimplemented from comphelper::WeakComponentImplHelperBase.
Definition at line 89 of file compbase.hxx.
References comphelper::WeakComponentImplHelper_query().
|
inlineoverridevirtualnoexcept |
Reimplemented from cppu::OWeakObject.
Definition at line 71 of file compbase.hxx.
|
inlinefinaloverridevirtual |
Reimplemented from comphelper::WeakComponentImplHelperBase.
Definition at line 83 of file compbase.hxx.
References comphelper::WeakComponentImplHelperBase::removeEventListener().