LibreOffice Module ucb (master) 1
|
#include <filcmd.hxx>
Public Member Functions | |
XCommandInfo_impl (TaskManager *pMyShell) | |
virtual | ~XCommandInfo_impl () 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::Sequence< css::ucb::CommandInfo > SAL_CALL | getCommands () override |
virtual css::ucb::CommandInfo SAL_CALL | getCommandInfoByName (const OUString &Name) override |
virtual css::ucb::CommandInfo SAL_CALL | getCommandInfoByHandle (sal_Int32 Handle) override |
virtual sal_Bool SAL_CALL | hasCommandByName (const OUString &Name) override |
virtual sal_Bool SAL_CALL | hasCommandByHandle (sal_Int32 Handle) 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 > () |
Private Attributes | |
TaskManager * | m_pMyShell |
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 filcmd.hxx.
|
explicit |
Definition at line 38 of file filcmd.cxx.
|
overridevirtual |
Definition at line 43 of file filcmd.cxx.
|
overridevirtualnoexcept |
Reimplemented from cppu::OWeakObject.
Definition at line 49 of file filcmd.cxx.
|
overridevirtual |
Definition at line 94 of file filcmd.cxx.
References Handle, m_pMyShell, fileaccess::TaskManager::m_sCommandInfo, and THROW_WHERE.
|
overridevirtual |
Definition at line 81 of file filcmd.cxx.
References aName, m_pMyShell, fileaccess::TaskManager::m_sCommandInfo, and THROW_WHERE.
|
overridevirtual |
Definition at line 74 of file filcmd.cxx.
References m_pMyShell, and fileaccess::TaskManager::m_sCommandInfo.
|
overridevirtual |
Definition at line 116 of file filcmd.cxx.
References Handle, m_pMyShell, and fileaccess::TaskManager::m_sCommandInfo.
|
overridevirtual |
Definition at line 107 of file filcmd.cxx.
References aName, m_pMyShell, and fileaccess::TaskManager::m_sCommandInfo.
|
overridevirtual |
Reimplemented from cppu::OWeakObject.
Definition at line 65 of file filcmd.cxx.
References uno::Any::hasValue(), and cppu::queryInterface().
|
overridevirtualnoexcept |
Reimplemented from cppu::OWeakObject.
Definition at line 57 of file filcmd.cxx.
|
private |
Definition at line 75 of file filcmd.hxx.
Referenced by getCommandInfoByHandle(), getCommandInfoByName(), getCommands(), hasCommandByHandle(), and hasCommandByName().