LibreOffice Module shell (master) 1
Macros | Functions
SysShExec.cxx File Reference
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <string_view>
#include <osl/diagnose.h>
#include <osl/process.h>
#include <sal/log.hxx>
#include "SysShExec.hxx"
#include <osl/file.hxx>
#include <sal/macros.h>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/security/AccessControlException.hpp>
#include <com/sun/star/system/SystemShellExecuteException.hpp>
#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
#include <com/sun/star/uri/UriReferenceFactory.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
#include <o3tl/runtimetooustring.hxx>
#include <o3tl/safeCoInitUninit.hxx>
#include <o3tl/string_view.hxx>
#include <prewin.h>
#include <Shlobj.h>
#include <systools/win32/comtools.hxx>
#include <postwin.h>
Include dependency graph for SysShExec.cxx:

Go to the source code of this file.

Macros

#define ERRTABLESIZE   (SAL_N_ELEMENTS(errtable))
 
#define MIN_EXEC_ERROR   ERROR_INVALID_STARTING_CODESEG
 
#define MAX_EXEC_ERROR   ERROR_INFLOOP_IN_RELOC_CHAIN
 
#define MIN_EACCES_RANGE   ERROR_WRITE_PROTECT
 
#define MAX_EACCES_RANGE   ERROR_SHARING_BUFFER_EXCEEDED
 
#define MapError(oserror)   _mapError( oserror )
 
#define E_UNKNOWN_EXEC_ERROR   -1
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * shell_CSysShExec_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Macro Definition Documentation

◆ E_UNKNOWN_EXEC_ERROR

#define E_UNKNOWN_EXEC_ERROR   -1

Definition at line 149 of file SysShExec.cxx.

◆ ERRTABLESIZE

#define ERRTABLESIZE   (SAL_N_ELEMENTS(errtable))

Definition at line 109 of file SysShExec.cxx.

◆ MapError

#define MapError (   oserror)    _mapError( oserror )

Definition at line 147 of file SysShExec.cxx.

◆ MAX_EACCES_RANGE

#define MAX_EACCES_RANGE   ERROR_SHARING_BUFFER_EXCEEDED

Definition at line 119 of file SysShExec.cxx.

◆ MAX_EXEC_ERROR

#define MAX_EXEC_ERROR   ERROR_INFLOOP_IN_RELOC_CHAIN

Definition at line 114 of file SysShExec.cxx.

◆ MIN_EACCES_RANGE

#define MIN_EACCES_RANGE   ERROR_WRITE_PROTECT

Definition at line 118 of file SysShExec.cxx.

◆ MIN_EXEC_ERROR

#define MIN_EXEC_ERROR   ERROR_INVALID_STARTING_CODESEG

Definition at line 113 of file SysShExec.cxx.

Function Documentation

◆ shell_CSysShExec_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * shell_CSysShExec_get_implementation ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 431 of file SysShExec.cxx.