20#ifndef INCLUDED_SHELL_SOURCE_WIN32_SYSSHEXEC_HXX
21#define INCLUDED_SHELL_SOURCE_WIN32_SYSSHEXEC_HXX
24#include <osl/mutex.hxx>
25#include <com/sun/star/lang/XServiceInfo.hpp>
26#include <com/sun/star/uno/XComponentContext.hpp>
28#include <com/sun/star/system/XSystemShellExecute.hpp>
41 public cppu::WeakComponentImplHelper<
42 css::system::XSystemShellExecute,
43 css::lang::XServiceInfo >
45 css::uno::Reference< css::uno::XComponentContext >
m_xContext;
50 explicit CSysShExec(
const css::uno::Reference< css::uno::XComponentContext >& xContext);
57 virtual void SAL_CALL
execute(
const OUString& aCommand,
const OUString& aParameter, sal_Int32 nFlags )
override;
virtual sal_Bool SAL_CALL supportsService(const OUString &ServiceName) override
virtual OUString SAL_CALL getImplementationName() override
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
virtual void SAL_CALL execute(const OUString &aCommand, const OUString &aParameter, sal_Int32 nFlags) override
CSysShExec(const css::uno::Reference< css::uno::XComponentContext > &xContext)
int mnNbCallCoInitializeExForReinit
css::uno::Reference< css::uno::XComponentContext > m_xContext