summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-05-07 04:39:26 +0000
committerTino Rachui <tra@openoffice.org>2001-05-07 04:39:26 +0000
commit3e345dfa156504653455329910a79cc05deae52f (patch)
tree98b62a8179ff002ba2eb2edc389dae9f3a3cc489
parentc4ebd26c347217be6f5ed1299b777dd304093547 (diff)
*** empty log message ***
-rw-r--r--offapi/com/sun/star/system/SimpleMailClientFlags.idl10
-rw-r--r--offapi/com/sun/star/system/SimpleSystemMail.idl12
-rw-r--r--offapi/com/sun/star/system/SystemShellExecute.idl14
-rw-r--r--offapi/com/sun/star/system/SystemShellExecuteFlags.idl8
-rw-r--r--offapi/com/sun/star/system/XSimpleMailClient.idl8
5 files changed, 26 insertions, 26 deletions
diff --git a/offapi/com/sun/star/system/SimpleMailClientFlags.idl b/offapi/com/sun/star/system/SimpleMailClientFlags.idl
index 90b4e010101d..28ca71f2a5f4 100644
--- a/offapi/com/sun/star/system/SimpleMailClientFlags.idl
+++ b/offapi/com/sun/star/system/SimpleMailClientFlags.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SimpleMailClientFlags.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2001-05-03 13:22:22 $
+ * last change: $Author: tra $ $Date: 2001-05-07 05:39:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@ constants SimpleMailClientFlags
/** Uses the default settings when sending a mail, e.g.
launches the current configured system mail client
*/
- const long MCF_DEFAULTS = 0;
+ const long DEFAULTS = 0;
//---------------------------------------------------------------------
/** Does not show the current configured system mail client but sends
@@ -87,7 +87,7 @@ constants SimpleMailClientFlags
@see ::som::sun::star::system::XSimpleMailClient
*/
- const long MCF_NO_USER_INTERFACE = 1;
+ const long NO_USER_INTERFACE = 1;
//---------------------------------------------------------------------
/** No logon dialog should be displayed to prompt the user for logon
@@ -97,7 +97,7 @@ constants SimpleMailClientFlags
::com::sun::star::system::XSimpleMailClient an Exception will
be thrown
*/
- const long MCF_NO_LOGON_DIALOG = 2;
+ const long NO_LOGON_DIALOG = 2;
};
//=============================================================================
diff --git a/offapi/com/sun/star/system/SimpleSystemMail.idl b/offapi/com/sun/star/system/SimpleSystemMail.idl
index 91ce199fcd09..bc2ad199b540 100644
--- a/offapi/com/sun/star/system/SimpleSystemMail.idl
+++ b/offapi/com/sun/star/system/SimpleSystemMail.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SimpleSystemMail.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2001-05-03 13:22:29 $
+ * last change: $Author: tra $ $Date: 2001-05-07 05:39:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,21 +76,21 @@ module com { module sun { module star { module system {
//=============================================================================
+interface XSimpleMailClientSupplier;
+
//=============================================================================
/** A SimpleSystemMail service implements an interface to send mail messages
via the current configured system mail client
- @see XSimpleMailClient
+ @see com::sun::star::system::XSimpleMailClient
*/
-interface XSimpleMailClientSupplier;
-
service SimpleSystemMail
{
//-------------------------------------------------------------------------
/** Provides access to a XSimpleMailClientSupplier interface.
- @see XSimpleMailClientSupplier
+ @see com::sun::star::system::XSimpleMailClientSupplier
*/
interface XSimpleMailClientSupplier;
diff --git a/offapi/com/sun/star/system/SystemShellExecute.idl b/offapi/com/sun/star/system/SystemShellExecute.idl
index 63cfe8a2c805..616f5bc2644b 100644
--- a/offapi/com/sun/star/system/SystemShellExecute.idl
+++ b/offapi/com/sun/star/system/SystemShellExecute.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SystemShellExecute.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2001-04-27 09:33:37 $
+ * last change: $Author: tra $ $Date: 2001-05-07 05:39:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,21 +76,21 @@ module com { module sun { module star { module system {
//=============================================================================
+interface XSystemShellExecute;
+
//=============================================================================
-/** A SystemExecute service implements an interface to execute an abrbitrary
+/** A SystemExecute service implements an interface to execute an arbitrary
system command.
- @see XSystemExecute
+ @see com::sun::star::system::XSystemShellExecute
*/
-interface XSystemShellExecute;
-
service SystemShellExecute
{
//-------------------------------------------------------------------------
/** Provides access to a XSystemExecute interface.
- @see XSystemExecute
+ @see com::sun::star::system::XSystemShellExecute
*/
interface XSystemShellExecute;
diff --git a/offapi/com/sun/star/system/SystemShellExecuteFlags.idl b/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
index d9b940e4e0b9..10677e2f7834 100644
--- a/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
+++ b/offapi/com/sun/star/system/SystemShellExecuteFlags.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SystemShellExecuteFlags.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tra $ $Date: 2001-05-03 12:10:04 $
+ * last change: $Author: tra $ $Date: 2001-05-07 05:39:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,13 +74,13 @@ constants SystemShellExecuteFlags
//---------------------------------------------------------------------
/** Uses the default settings for the execute command
*/
- const long SSEF_DEFAULTS = 0;
+ const long DEFAULTS = 0;
//---------------------------------------------------------------------
/** Prevents the display of system error message boxes if the
method execute of ::com::sun::star::sys::XSystemExecute fails
*/
- const long SSEF_NO_SYSTEM_ERROR_MESSAGE = 1;
+ const long NO_SYSTEM_ERROR_MESSAGE = 1;
};
//=============================================================================
diff --git a/offapi/com/sun/star/system/XSimpleMailClient.idl b/offapi/com/sun/star/system/XSimpleMailClient.idl
index a9b52cca29cd..c82558a75765 100644
--- a/offapi/com/sun/star/system/XSimpleMailClient.idl
+++ b/offapi/com/sun/star/system/XSimpleMailClient.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSimpleMailClient.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2001-05-03 13:21:54 $
+ * last change: $Author: tra $ $Date: 2001-05-07 05:39:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,12 +110,12 @@ interface XSimpleMailClient: com::sun::star::uno::XInterface
@param aFlag
specifies different flags that control the send process
- if the flag MCF_NO_USER_INTERFACE is specified a recipient
+ if the flag NO_USER_INTERFACE is specified a recipient
address must have been specified for the given xMailMessage object
@throws ::com::sun::star::lang::IllegalArgumentException
if invalid or excluding flags have been specified or if the
- flag MCF_NO_USER_INTERFACE is specified and no recipient
+ flag NO_USER_INTERFACE is specified and no recipient
address has been specified for the given xMailMessage object
@throws ::com::sun::star::uno::Exception