:: com :: sun :: star ::

module system
Description
Host operating system integration interfaces.

Services
::com::sun::star::system::ProxySettings [ DEPRECATED ]
Specifies a service for reading the proxy settings from an old office installation or a central system database.
::com::sun::star::system::SOffice52ProxySettings [ DEPRECATED ]
Specifies a service for reading the proxy settings from an old StarOffice 5.2 installation.
::com::sun::star::system::SimpleCommandMail Specifies a SimpleCommandMail service. Implementations of such a service, do implement an interface to send mail messages via the current configured command line mail application.
::com::sun::star::system::SimpleSystemMail Specifies a SimpleSystemMail service. Implementations of such a service implement an interface to send mail messages via the currently configured system mail client.
::com::sun::star::system::SystemProxySettings [ DEPRECATED ]
Specifies a service for reading the system proxy settings. Some systems store this information in a central configuration database.
::com::sun::star::system::SystemShellExecute Specifies a system executer service. Such a service makes it possible to execute an arbitrary system command.
Interfaces
::com::sun::star::system::XProxySettings [ DEPRECATED ]
Enables access to different proxy settings. If particular settings are not available an empty string will be returned.
::com::sun::star::system::XSimpleMailClient Specifies an interface for creating and sending email messages.
::com::sun::star::system::XSimpleMailClientSupplier Implementations of this interface do provide access to a simple mail client if there is one available
::com::sun::star::system::XSimpleMailMessage This interface lets a client set or get the information of a simple mail message.
::com::sun::star::system::XSystemShellExecute Specifies an interface for executing a system command.
Exceptions
::com::sun::star::system::SystemShellExecuteException May be thrown in cases of errors executing a command using the ::com::sun::star::system::SystemShellExecute service. ::com::sun::star::uno::Exception::Message may contain a system error message, but it is not mandatory. The member PosixError specifies a POSIX conforming error code or -1 for unknown errors.
Constant Groups
::com::sun::star::system::SimpleMailClientFlags These constants are used to specify how the SimpleMailClient Service should behave.
::com::sun::star::system::SystemShellExecuteFlags Different settings for the ::com::sun::star::system::SystemShellExecute service.
Top of Page