LibreOffice Module shell (master) 1
Public Member Functions | Private Attributes | List of all members
ShellExec Class Reference

#include <shellexec.hxx>

Inheritance diagram for ShellExec:
[legend]
Collaboration diagram for ShellExec:
[legend]

Public Member Functions

 ShellExec (const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
virtual void SAL_CALL execute (const OUString &aCommand, const OUString &aParameter, sal_Int32 nFlags) 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
 

Private Attributes

css::uno::Reference< css::uno::XComponentContext > m_xContext
 

Detailed Description

Definition at line 32 of file shellexec.hxx.

Constructor & Destructor Documentation

◆ ShellExec()

ShellExec::ShellExec ( const css::uno::Reference< css::uno::XComponentContext > &  xContext)
explicit

Definition at line 75 of file shellexec.cxx.

References m_xContext.

Member Function Documentation

◆ execute()

void SAL_CALL ShellExec::execute ( const OUString &  aCommand,
const OUString &  aParameter,
sal_Int32  nFlags 
)
overridevirtual

◆ getImplementationName()

OUString SAL_CALL ShellExec::getImplementationName ( void  )
overridevirtual

Definition at line 268 of file shellexec.cxx.

◆ getSupportedServiceNames()

Sequence< OUString > SAL_CALL ShellExec::getSupportedServiceNames ( void  )
overridevirtual

Definition at line 278 of file shellexec.cxx.

◆ supportsService()

sal_Bool SAL_CALL ShellExec::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 273 of file shellexec.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_xContext

css::uno::Reference< css::uno::XComponentContext > ShellExec::m_xContext
private

Definition at line 34 of file shellexec.hxx.

Referenced by execute().


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