Constants |
DEFAULTS |
Uses the default settings for executing commands.
|
NO_SYSTEM_ERROR_MESSAGE |
Prevents the display of system error message boxes if the
method com::sun::star::system::XSystemShellExecute::execute() fails.
|
URIS_ONLY |
Only allows opening of absolute URI references.
Since LibreOffice 3.6
|
Constants' Details |
DEFAULTS
const long DEFAULTS = 0;
- Description
- Uses the default settings for executing commands.
|
|
NO_SYSTEM_ERROR_MESSAGE
const long NO_SYSTEM_ERROR_MESSAGE = 1;
- Description
- Prevents the display of system error message boxes if the
method com::sun::star::system::XSystemShellExecute::execute() fails.
|
|
URIS_ONLY
const long URIS_ONLY = 2;
- Description
- Only allows opening of absolute URI references.
Since LibreOffice 3.6
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.