summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/installation
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-15 14:56:10 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-15 14:56:10 +0000
commit45963494bbbfaf6f6b4367ef6408a7fcec23afd7 (patch)
tree9384b14d8c412d29bf315c75afaebd3577bb171c /offapi/com/sun/star/installation
parent2ff1008b9f7c78e536b80f689ca5778e01c89293 (diff)
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/installation')
-rw-r--r--offapi/com/sun/star/installation/InstallationCheck.idl12
-rw-r--r--offapi/com/sun/star/installation/ProtDlgRes.idl13
-rw-r--r--offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl9
-rw-r--r--offapi/com/sun/star/installation/XInstallationCheck.idl29
-rw-r--r--offapi/com/sun/star/installation/XProtocolHandlerCheck.idl32
-rw-r--r--offapi/com/sun/star/installation/protocols.idl11
6 files changed, 55 insertions, 51 deletions
diff --git a/offapi/com/sun/star/installation/InstallationCheck.idl b/offapi/com/sun/star/installation/InstallationCheck.idl
index 4a3b4d83cb88..c449f5ffa6d3 100644
--- a/offapi/com/sun/star/installation/InstallationCheck.idl
+++ b/offapi/com/sun/star/installation/InstallationCheck.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InstallationCheck.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-14 12:53:37 $
+ * last change: $Author: mi $ $Date: 2001-11-15 15:56:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,17 +74,12 @@
// DocMerge from xml: service com::sun::star::installation::InstallationCheck
/** is a simple implementation of the <type>XInstallationCheck</type>.
-
-
<p> This implementation only checks the fonts "StarBats" and "StarMath".
-
</p>
<p> When running under Win32 the methods check and checkWithDialog will try to
fix any missing RegistryKey of fonts which still reside in the font directory.
-
</p>
<p>If it is possbile to fix, the method returns <TRUE/>.
-
</p>@see XInstallationCheck
*/
service InstallationCheck
@@ -100,6 +95,9 @@ service InstallationCheck
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/14 12:53:37 mi
+ <true></true> -> <TRUE/> and same with FALSE
+
Revision 1.3 2000/11/08 12:43:18 mi
moved from api
diff --git a/offapi/com/sun/star/installation/ProtDlgRes.idl b/offapi/com/sun/star/installation/ProtDlgRes.idl
index c0514c836485..b02a46c605e5 100644
--- a/offapi/com/sun/star/installation/ProtDlgRes.idl
+++ b/offapi/com/sun/star/installation/ProtDlgRes.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ProtDlgRes.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:18 $
+ * last change: $Author: mi $ $Date: 2001-11-15 15:56:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
//=============================================================================
// DocMerge from xml: enum com::sun::star::installation::ProtDlgRes
-/** contains the status of an dialog with an 'always display Checkbox'.
+/** contains the status of a dialog with an 'always display Checkbox'.
*/
enum ProtDlgRes
{
@@ -83,7 +83,7 @@ enum ProtDlgRes
//-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::installation::ProtDlgRes::CHECK
- /** when the dialog quit the checkbox "Always display this message" was
+ /** when the dialog quit the checkbox, "Always display this message" was
checked.
*/
CHECK,
@@ -91,7 +91,7 @@ enum ProtDlgRes
//-------------------------------------------------------------------------
// DocMerge from xml: value com::sun::star::installation::ProtDlgRes::UNCHECK
- /** when the dialog quit the checkbox "Always display this message"
+ /** when the dialog quit the checkbox, "Always display this message"
was not checked.
*/
UNCHECK
@@ -105,6 +105,9 @@ enum ProtDlgRes
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:18 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl b/offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl
index b9210ca259c4..2a8f3012262b 100644
--- a/offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl
+++ b/offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ProtocolHandlerCheckService.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:18 $
+ * last change: $Author: mi $ $Date: 2001-11-15 15:56:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@ module com { module sun { module star { module installation {
//=============================================================================
/**
-*/
+ */
service ProtocolHandlerCheckService
{
interface com::sun::star::installation::XProtocolHandlerCheck;
@@ -86,6 +86,9 @@ service ProtocolHandlerCheckService
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:18 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import
diff --git a/offapi/com/sun/star/installation/XInstallationCheck.idl b/offapi/com/sun/star/installation/XInstallationCheck.idl
index 8e03d0d49b3b..7a225e87ee2f 100644
--- a/offapi/com/sun/star/installation/XInstallationCheck.idl
+++ b/offapi/com/sun/star/installation/XInstallationCheck.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInstallationCheck.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:27 $
+ * last change: $Author: mi $ $Date: 2001-11-15 15:56:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,8 @@
//=============================================================================
// DocMerge from xml: interface com::sun::star::installation::XInstallationCheck
-/** a flag called "suppressed" changes the action of check and checkWithDialog@see com::sun::star::uno::XInterface
+/** a flag called "suppressed", changes the action of check and checkWithDialog
+ @see com::sun::star::uno::XInterface
*/
interface XInstallationCheck: com::sun::star::uno::XInterface
{
@@ -82,8 +83,8 @@ interface XInstallationCheck: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::installation::XInstallationCheck::check
/** checks if something of the installation is missing.
- <p>If missing parts are detected check should try to automaticly repair/
- reinstall these parts. Only if this is not possible return <FALSE/>.
+ <p>If missing parts are detected, check should try to automatically repair/
+ reinstall these parts. Only if this is not possible, return <FALSE/>.
</p>@see resetSuppressed
*/
@@ -94,8 +95,6 @@ interface XInstallationCheck: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::installation::XInstallationCheck::checkWithDialog
/** same as check, but additionally shows a dialog if result is <FALSE/>.
-
-
<p>The dialog shows which parts of the installation are missing and
can't be repaired/reinstalled automatically. It also contains some
hints for the user to reinstall the missing parts on his own.
@@ -109,9 +108,7 @@ interface XInstallationCheck: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::installation::XInstallationCheck::executeDialog
/** shows a dialog if something of the installation is missing.
-
-
- <p>The dialog shows which part(s) is (are) missing and have a checkbox,
+ <p>The dialog shows which part(s) is (are) missing, and has a checkbox
that represents the state of the flag suppressed. This dialog is
the only way to set the flag suppressed to <TRUE/>. This method is
not affected by the value of the flag suppressed.
@@ -124,13 +121,12 @@ interface XInstallationCheck: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::installation::XInstallationCheck::getSuppressed
/** gets the status of flag suppressed
-
<p>The flag suppressed is stored in the OfficeRegistry. If suppressed is
- <FALSE/>, the methods check and checkWithDialog ignores the parameter
- bForce. If suppressed is <TRUE/> check and checkWithDialog only
- perform any action if their parameter bForce is <TRUE/>. otherwise
+ <FALSE/>, the methods check and checkWithDialog ignore the parameter
+ bForce.
+ If suppressed is <TRUE/>, check and checkWithDialog only
+ perform an action if their parameter bForce is <TRUE/>; otherwise,
they return TRUE.
-
</p>
*/
boolean getSuppressed();
@@ -151,6 +147,9 @@ interface XInstallationCheck: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 16:41:27 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/12/14 12:53:37 mi
<true></true> -> <TRUE/> and same with FALSE
diff --git a/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl b/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl
index c19de08f65a0..a3fa41dd195a 100644
--- a/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl
+++ b/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XProtocolHandlerCheck.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:27 $
+ * last change: $Author: mi $ $Date: 2001-11-15 15:56:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,19 +82,14 @@ interface XProtocolHandlerCheck: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::installation::XProtocolHandlerCheck::isSingleSettingAvailable
- /** checks if it is possible to set particular protocols
-
-
- <p>
-
- </p>
+ /** checks if it is possible to set particular protocols.
*/
boolean isSingleSettingAvailable();
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::installation::XProtocolHandlerCheck::isProtocolHandler
- /** checks if StarOffice is the protocol-handler. for the particular protocol
+ /** checks if StarOffice is the protocol-handler, for the particular protocol
*/
boolean isProtocolHandler( [in] short nWhich );
@@ -108,14 +103,14 @@ interface XProtocolHandlerCheck: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::installation::XProtocolHandlerCheck::checkProtocolHandler
- /** First off all the method looks if StarOffice is
- allready the protocol-handler. If yes simply
- return NOCHANGE. Otherwise shows a dialog which ask the user,
- if he want StarOffice to be the standart protocol-handler.
- The dialog has a "Yes" and a "No" button and a checkbox
- with the text "Always display this message". The checkbox
- is initial checked. If the "Yes" button was pressed,
- performs all neccessary action to make StarOffice the
+ /** First, the method checks if StarOffice is
+ already the protocol-handler. If yes, simply
+ return NOCHANGE; otherwise, show a dialog which asks the user
+ if he wants StarOffice to be the standard protocol-handler.
+ The dialog has "Yes" and "No" buttons, and a checkbox
+ with "Always display this message". The checkbox
+ is initially checked. If the "Yes" button was pressed,
+ it performs all neccessary action to make StarOffice the
protocol-handler. If the "No" button was pressed,
don't perform any action. Both buttons closes the dialog.@see isProtocolHandler
*/
@@ -130,6 +125,9 @@ interface XProtocolHandlerCheck: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2001/03/16 16:41:27 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.3 2000/11/08 12:43:18 mi
moved from api
diff --git a/offapi/com/sun/star/installation/protocols.idl b/offapi/com/sun/star/installation/protocols.idl
index 772f229886bb..dd3f9763db42 100644
--- a/offapi/com/sun/star/installation/protocols.idl
+++ b/offapi/com/sun/star/installation/protocols.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: protocols.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:18 $
+ * last change: $Author: mi $ $Date: 2001-11-15 15:56:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,8 +71,8 @@
// DocMerge from idl: constants com::sun::star::installation::protocols
/** A protocol-handler is a part of StarOffice which performs
the comunication on a paticular protocol. This can be HTTP, FTP, HTTPS,
- MAILTO or NEWS. An implementation of this interface should be able
- to check/set at all of these protocols.
+ MAILTO, or NEWS. An implementation of this interface should be able
+ to check/set all of these protocols.
*/
constants protocols
{
@@ -127,6 +127,9 @@ constants protocols
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:18 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:23 hjs
initial import