#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>
Go to the source code of this file.
◆ E_UNKNOWN_EXEC_ERROR
#define E_UNKNOWN_EXEC_ERROR -1 |
◆ ERRTABLESIZE
◆ MapError
#define MapError |
( |
|
oserror | ) |
_mapError( oserror ) |
◆ MAX_EACCES_RANGE
#define MAX_EACCES_RANGE ERROR_SHARING_BUFFER_EXCEEDED |
◆ MAX_EXEC_ERROR
#define MAX_EXEC_ERROR ERROR_INFLOOP_IN_RELOC_CHAIN |
◆ MIN_EACCES_RANGE
#define MIN_EACCES_RANGE ERROR_WRITE_PROTECT |
◆ MIN_EXEC_ERROR
#define MIN_EXEC_ERROR ERROR_INVALID_STARTING_CODESEG |
◆ 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 & |
|
|
) |
| |