LibreOffice Module cppuhelper (master) 1
|
#include <compbase2.hxx>
Public Member Functions | |
virtual void SAL_CALL | acquire () noexcept override |
increasing m_refCount More... | |
virtual void SAL_CALL | release () noexcept override |
decreasing m_refCount More... | |
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 |
Basic queryInterface() implementation supporting com::sun::star::uno::XWeak and com::sun::star::uno::XInterface. More... | |
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 cppuhelper::WeakComponentImplHelperBase2 | |
virtual | ~WeakComponentImplHelperBase2 () 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 |
Basic queryInterface() implementation supporting com::sun::star::uno::XWeak and com::sun::star::uno::XInterface. More... | |
virtual void | disposing (std::unique_lock< std::mutex > &) |
Called by dispose for subclasses to do dispose() work. More... | |
Public Member Functions inherited from cppuhelper::UnoImplBase | |
virtual | ~UnoImplBase () |
Public Member Functions inherited from cppu::OWeakObject | |
OWeakObject () | |
Default Constructor. More... | |
OWeakObject (const OWeakObject &) | |
Dummy copy constructor. More... | |
OWeakObject &SAL_CALL | operator= (const OWeakObject &) |
Dummy assignment operator. More... | |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &rType) SAL_OVERRIDE |
Basic queryInterface() implementation supporting com::sun::star::uno::XWeak and com::sun::star::uno::XInterface. More... | |
virtual void SAL_CALL | acquire () SAL_NOEXCEPT SAL_OVERRIDE |
increasing m_refCount More... | |
virtual void SAL_CALL | release () SAL_NOEXCEPT SAL_OVERRIDE |
decreasing m_refCount More... | |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () SAL_OVERRIDE |
XWeak::queryAdapter() implementation. More... | |
SAL_CALL | operator css::uno::Reference< css::uno::XInterface > () |
Cast operator to XInterface reference. More... | |
Static Private Member Functions | |
static cppu::class_data * | class_data_get () |
Additional Inherited Members | |
Protected Member Functions inherited from cppuhelper::WeakComponentImplHelperBase2 | |
void | throwIfDisposed (std::unique_lock< std::mutex > &) |
Protected Member Functions inherited from cppu::OWeakObject | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
Virtual dtor. More... | |
void | disposeWeakConnectionPoint () |
disposes and resets m_pWeakConnectionPoint More... | |
Protected Attributes inherited from cppuhelper::WeakComponentImplHelperBase2 | |
OInterfaceContainerHelper4< css::lang::XEventListener > | maEventListeners |
Protected Attributes inherited from cppuhelper::UnoImplBase | |
std::mutex | m_aMutex |
bool | m_bDisposed = false |
Protected Attributes inherited from cppu::OWeakObject | |
oslInterlockedCount | m_refCount |
reference count. More... | |
Definition at line 75 of file cppuhelper/inc/compbase2.hxx.
|
inlineoverridevirtualnoexcept |
increasing m_refCount
Reimplemented from cppu::OWeakObject.
Reimplemented in cppuhelper::ServiceManager, and cppuhelper::TypeManager.
Definition at line 80 of file cppuhelper/inc/compbase2.hxx.
|
inlinefinaloverridevirtual |
Reimplemented from cppuhelper::WeakComponentImplHelperBase2.
Definition at line 89 of file cppuhelper/inc/compbase2.hxx.
References cppuhelper::WeakComponentImplHelperBase2::addEventListener().
Referenced by cppuhelper::ServiceManager::addPropertyChangeListener(), and cppuhelper::ServiceManager::addVetoableChangeListener().
|
inlinestaticprivate |
Definition at line 120 of file cppuhelper/inc/compbase2.hxx.
|
inlinefinaloverridevirtualnoexcept |
Reimplemented from cppuhelper::WeakComponentImplHelperBase2.
Definition at line 85 of file cppuhelper/inc/compbase2.hxx.
References cppuhelper::WeakComponentImplHelperBase2::dispose().
Referenced by cppuhelper::ServiceManager::Data::Implementation::updateDisposeInstance().
|
inlineoverridevirtual |
Definition at line 114 of file cppuhelper/inc/compbase2.hxx.
|
inlineoverridevirtual |
Definition at line 106 of file cppuhelper/inc/compbase2.hxx.
References cppu::UnoType< typename T >::get().
|
inlineoverridevirtual |
Basic queryInterface() implementation supporting com::sun::star::uno::XWeak and com::sun::star::uno::XInterface.
rType | demanded type |
Reimplemented from cppuhelper::WeakComponentImplHelperBase2.
Definition at line 100 of file cppuhelper/inc/compbase2.hxx.
References cppuhelper::WeakComponentImplHelper_query().
|
inlineoverridevirtualnoexcept |
decreasing m_refCount
Reimplemented from cppu::OWeakObject.
Reimplemented in cppuhelper::ServiceManager, and cppuhelper::TypeManager.
Definition at line 82 of file cppuhelper/inc/compbase2.hxx.
|
inlinefinaloverridevirtual |
Reimplemented from cppuhelper::WeakComponentImplHelperBase2.
Definition at line 94 of file cppuhelper/inc/compbase2.hxx.
References cppuhelper::WeakComponentImplHelperBase2::removeEventListener().
Referenced by cppuhelper::ServiceManager::removePropertyChangeListener(), and cppuhelper::ServiceManager::removeVetoableChangeListener().