LibreOffice Module framework (master) 1
|
#include <actiontriggercontainer.hxx>
Public Member Functions | |
ActionTriggerContainer () | |
virtual | ~ActionTriggerContainer () override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) override |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | createInstance (const OUString &aServiceSpecifier) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | createInstanceWithArguments (const OUString &ServiceSpecifier, const css::uno::Sequence< css::uno::Any > &Arguments) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getAvailableServiceNames () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () 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 framework::PropertySetContainer | |
PropertySetContainer () | |
virtual | ~PropertySetContainer () override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) override |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual void SAL_CALL | insertByIndex (sal_Int32 Index, const css::uno::Any &Element) override |
virtual void SAL_CALL | removeByIndex (sal_Int32 Index) override |
virtual void SAL_CALL | replaceByIndex (sal_Int32 Index, const css::uno::Any &Element) override |
virtual sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (sal_Int32 Index) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
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 > () |
Additional Inherited Members | |
Protected Member Functions inherited from cppu::OWeakObject | |
virtual | ~OWeakObject () COVERITY_NOEXCEPT_FALSE |
void | disposeWeakConnectionPoint () |
Protected Attributes inherited from cppu::OWeakObject | |
oslInterlockedCount | m_refCount |
Definition at line 33 of file actiontriggercontainer.hxx.
framework::ActionTriggerContainer::ActionTriggerContainer | ( | ) |
Definition at line 35 of file actiontriggercontainer.cxx.
Referenced by createInstance().
|
overridevirtual |
Definition at line 39 of file actiontriggercontainer.cxx.
|
overridevirtualnoexcept |
Reimplemented from framework::PropertySetContainer.
Definition at line 60 of file actiontriggercontainer.cxx.
References framework::PropertySetContainer::acquire().
|
overridevirtual |
Definition at line 71 of file actiontriggercontainer.cxx.
References ActionTriggerContainer(), SERVICENAME_ACTIONTRIGGER, SERVICENAME_ACTIONTRIGGERCONTAINER, and SERVICENAME_ACTIONTRIGGERSEPARATOR.
Referenced by createInstanceWithArguments().
|
overridevirtual |
Definition at line 83 of file actiontriggercontainer.cxx.
References createInstance().
|
overridevirtual |
Definition at line 88 of file actiontriggercontainer.cxx.
References aSeq, SERVICENAME_ACTIONTRIGGER, SERVICENAME_ACTIONTRIGGERCONTAINER, and SERVICENAME_ACTIONTRIGGERSEPARATOR.
|
overridevirtual |
Definition at line 127 of file actiontriggercontainer.cxx.
|
overridevirtual |
Definition at line 98 of file actiontriggercontainer.cxx.
References IMPLEMENTATIONNAME_ACTIONTRIGGERCONTAINER.
|
overridevirtual |
Definition at line 108 of file actiontriggercontainer.cxx.
References SERVICENAME_ACTIONTRIGGERCONTAINER.
Definition at line 115 of file actiontriggercontainer.cxx.
|
overridevirtual |
Reimplemented from framework::PropertySetContainer.
Definition at line 44 of file actiontriggercontainer.cxx.
References a, Any, and framework::PropertySetContainer::queryInterface().
|
overridevirtualnoexcept |
Reimplemented from framework::PropertySetContainer.
Definition at line 65 of file actiontriggercontainer.cxx.
References framework::PropertySetContainer::release().
|
overridevirtual |
Definition at line 103 of file actiontriggercontainer.cxx.
References ServiceName, and cppu::supportsService().