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

#include <SysShExec.hxx>

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

Public Member Functions

 CSysShExec (const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
 ~CSysShExec ()
 
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
 
int mnNbCallCoInitializeExForReinit
 

Additional Inherited Members

- Protected Attributes inherited from CSysShExecBase
osl::Mutex m_aMutex
 

Detailed Description

Definition at line 39 of file SysShExec.hxx.

Constructor & Destructor Documentation

◆ CSysShExec()

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

Definition at line 152 of file SysShExec.cxx.

References m_aMutex, m_xContext, and mnNbCallCoInitializeExForReinit.

◆ ~CSysShExec()

CSysShExec::~CSysShExec ( )

Definition at line 166 of file SysShExec.cxx.

References mnNbCallCoInitializeExForReinit.

Member Function Documentation

◆ execute()

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

◆ getImplementationName()

OUString SAL_CALL CSysShExec::getImplementationName ( void  )
overridevirtual

Definition at line 415 of file SysShExec.cxx.

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > SAL_CALL CSysShExec::getSupportedServiceNames ( void  )
overridevirtual

Definition at line 425 of file SysShExec.cxx.

◆ supportsService()

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

Definition at line 420 of file SysShExec.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ m_xContext

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

Definition at line 45 of file SysShExec.hxx.

Referenced by execute().

◆ mnNbCallCoInitializeExForReinit

int CSysShExec::mnNbCallCoInitializeExForReinit
private

Definition at line 47 of file SysShExec.hxx.

Referenced by CSysShExec(), and ~CSysShExec().


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