22 #include <com/sun/star/lang/XConnectionPointContainer.hpp>
53 virtual css::uno::Any SAL_CALL
queryInterface(
const css::uno::Type& aType )
override;
62 virtual void SAL_CALL
acquire() noexcept
override;
71 virtual void SAL_CALL
release() noexcept
override;
78 const css::uno::Type& aType
81 virtual void SAL_CALL
advise(
82 const css::uno::Type& aType ,
83 const css::uno::Reference< css::uno::XInterface >& xListener
87 const css::uno::Type& aType ,
88 const css::uno::Reference< css::uno::XInterface >& xListener
virtual void SAL_CALL advise(const css::uno::Type &aType, const css::uno::Reference< css::uno::XInterface > &xListener) override
virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type &aType) override
give answer, if interface is supported The interfaces are searched by type.
virtual void SAL_CALL release() noexcept override
decrement refcount XInterface acquire() A RuntimeException is thrown.
virtual void SAL_CALL acquire() noexcept override
increment refcount XInterface release() A RuntimeException is thrown.
virtual ~OConnectionPointContainerHelper() override
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getConnectionPointTypes() override
virtual void SAL_CALL unadvise(const css::uno::Type &aType, const css::uno::Reference< css::uno::XInterface > &xListener) override
virtual css::uno::Reference< css::lang::XConnectionPoint > SAL_CALL queryConnectionPoint(const css::uno::Type &aType) override
comphelper::OMultiTypeInterfaceContainerHelper2 m_aMultiTypeContainer
OConnectionPointContainerHelper(::osl::Mutex &aMutex)
comphelper::OMultiTypeInterfaceContainerHelper2 & impl_getMultiTypeContainer()
::osl::Mutex & m_aSharedMutex