LibreOffice Module ucb (master) 1
Public Member Functions | Private Attributes | List of all members
fileaccess::XCommandInfo_impl Class Reference

#include <filcmd.hxx>

Inheritance diagram for fileaccess::XCommandInfo_impl:
[legend]
Collaboration diagram for fileaccess::XCommandInfo_impl:
[legend]

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

TaskManagerm_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
 

Detailed Description

Definition at line 33 of file filcmd.hxx.

Constructor & Destructor Documentation

◆ XCommandInfo_impl()

XCommandInfo_impl::XCommandInfo_impl ( TaskManager pMyShell)
explicit

Definition at line 38 of file filcmd.cxx.

◆ ~XCommandInfo_impl()

XCommandInfo_impl::~XCommandInfo_impl ( )
overridevirtual

Definition at line 43 of file filcmd.cxx.

Member Function Documentation

◆ acquire()

void SAL_CALL XCommandInfo_impl::acquire ( )
overridevirtualnoexcept

Reimplemented from cppu::OWeakObject.

Definition at line 49 of file filcmd.cxx.

◆ getCommandInfoByHandle()

CommandInfo SAL_CALL XCommandInfo_impl::getCommandInfoByHandle ( sal_Int32  Handle)
overridevirtual

Definition at line 94 of file filcmd.cxx.

References Handle, m_pMyShell, fileaccess::TaskManager::m_sCommandInfo, and THROW_WHERE.

◆ getCommandInfoByName()

CommandInfo SAL_CALL XCommandInfo_impl::getCommandInfoByName ( const OUString &  Name)
overridevirtual

Definition at line 81 of file filcmd.cxx.

References aName, m_pMyShell, fileaccess::TaskManager::m_sCommandInfo, and THROW_WHERE.

◆ getCommands()

uno::Sequence< CommandInfo > SAL_CALL XCommandInfo_impl::getCommands ( )
overridevirtual

Definition at line 74 of file filcmd.cxx.

References m_pMyShell, and fileaccess::TaskManager::m_sCommandInfo.

◆ hasCommandByHandle()

sal_Bool SAL_CALL XCommandInfo_impl::hasCommandByHandle ( sal_Int32  Handle)
overridevirtual

Definition at line 116 of file filcmd.cxx.

References Handle, m_pMyShell, and fileaccess::TaskManager::m_sCommandInfo.

◆ hasCommandByName()

sal_Bool SAL_CALL XCommandInfo_impl::hasCommandByName ( const OUString &  Name)
overridevirtual

Definition at line 107 of file filcmd.cxx.

References aName, m_pMyShell, and fileaccess::TaskManager::m_sCommandInfo.

◆ queryInterface()

uno::Any SAL_CALL XCommandInfo_impl::queryInterface ( const css::uno::Type &  aType)
overridevirtual

Reimplemented from cppu::OWeakObject.

Definition at line 65 of file filcmd.cxx.

References uno::Any::hasValue(), and cppu::queryInterface().

◆ release()

void SAL_CALL XCommandInfo_impl::release ( )
overridevirtualnoexcept

Reimplemented from cppu::OWeakObject.

Definition at line 57 of file filcmd.cxx.

Member Data Documentation

◆ m_pMyShell

TaskManager* fileaccess::XCommandInfo_impl::m_pMyShell
private

The documentation for this class was generated from the following files: