summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl11
-rw-r--r--offapi/com/sun/star/ucb/InteractiveCHAOSException.idl10
-rw-r--r--offapi/com/sun/star/ucb/InteractiveNetworkException.idl6
-rw-r--r--offapi/com/sun/star/ucb/XContentIdentifierMapping.idl11
-rw-r--r--offapi/com/sun/star/ucb/XInteractionCookieHandling.idl27
-rw-r--r--offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl32
-rw-r--r--offapi/com/sun/star/ucb/XRecycler.idl8
-rw-r--r--offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl8
8 files changed, 58 insertions, 55 deletions
diff --git a/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl b/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl
index 4e7a3b9e8d54..35c57884d225 100644
--- a/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl
+++ b/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInteractionSupplyParameters.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:31 $
+ * last change: $Author: mi $ $Date: 2000-12-15 11:29:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,8 +73,8 @@ module com { module sun { module star { module sdb {
/** An interaction continuation handing back parameter data.
- @descr This continuation is typically used in conjunction with a
- <type scope="com.sun.star.sdb">ParametersRequest</type>.
+ <p>This continuation is typically used in conjunction with a
+ <type scope="com.sun.star.sdb">ParametersRequest</type>. </p>
*/
[ uik(73DE5BB0-D7BF-11d3-9FC00010-5AEF84A7), ident("XInteractionSupplyParameters", 1.0) ]
interface XInteractionSupplyParameters: com::sun::star::task::XInteractionContinuation
@@ -90,6 +90,9 @@ interface XInteractionSupplyParameters: com::sun::star::task::XInteractionContin
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:31 mi
+ moved from api
+
Revision 1.2 2000/10/26 18:02:53 fs
-getParameters, +setParameters: an interaction continuation should recieve the parameters, not supply them
diff --git a/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl b/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
index e1a1d2dbbf57..90321cc7d9c2 100644
--- a/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveCHAOSException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InteractiveCHAOSException.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-15 11:29:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,8 +78,8 @@ exception InteractiveCHAOSException: com::sun::star::task::ClassifiedInteraction
//-------------------------------------------------------------------------
/** The error ID.
- @descr For a 'dynamic' error (with extra textual arguments), this ID
- does not contain the 'dynamic bits'.
+ <p> For a 'dynamic' error (with extra textual arguments), this ID
+ does not contain the 'dynamic bits'. </p>
*/
long ID;
@@ -87,7 +87,7 @@ exception InteractiveCHAOSException: com::sun::star::task::ClassifiedInteraction
/** Any textual arguments of a 'dynamic' error (which will get merged into
the error message).
- @descr This sequence should contain at most two elements.
+ <p>This sequence should contain at most two elements. </p>
*/
sequence<string> Arguments;
diff --git a/offapi/com/sun/star/ucb/InteractiveNetworkException.idl b/offapi/com/sun/star/ucb/InteractiveNetworkException.idl
index 818f2625f697..542575fa6ae5 100644
--- a/offapi/com/sun/star/ucb/InteractiveNetworkException.idl
+++ b/offapi/com/sun/star/ucb/InteractiveNetworkException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InteractiveNetworkException.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-15 11:29:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@ module com { module sun { module star { module ucb {
//=============================================================================
/** An error related to network operations.
- @descr Various meaningful errors are derived from this exception.
+ <p> Various meaningful errors are derived from this exception. </p>
*/
exception InteractiveNetworkException: com::sun::star::task::ClassifiedInteractionRequest
{
diff --git a/offapi/com/sun/star/ucb/XContentIdentifierMapping.idl b/offapi/com/sun/star/ucb/XContentIdentifierMapping.idl
index caec3b2c3fd2..728d75fea4b5 100644
--- a/offapi/com/sun/star/ucb/XContentIdentifierMapping.idl
+++ b/offapi/com/sun/star/ucb/XContentIdentifierMapping.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XContentIdentifierMapping.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-15 11:29:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,13 +79,10 @@ interface XContentIdentifier;
as well as mapping between XContents identified by source/target
XContentIdentifiers is also supported.
- @descr This interface can be useful in cases where the identifieres (and
+ <p> This interface can be useful in cases where the identifieres (and
associated contents) returned by the various methods of an XContentAccess
need to be mapped to some other space of identifiers (and associated
- contents).
-
- @version 1.0
- @author Stephan Bergmann
+ contents). </p>
@see XContent
@see XContentAccess
diff --git a/offapi/com/sun/star/ucb/XInteractionCookieHandling.idl b/offapi/com/sun/star/ucb/XInteractionCookieHandling.idl
index 0a1f2b1755ba..f3d0ae2d672c 100644
--- a/offapi/com/sun/star/ucb/XInteractionCookieHandling.idl
+++ b/offapi/com/sun/star/ucb/XInteractionCookieHandling.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInteractionCookieHandling.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-15 11:29:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,8 +82,8 @@ module com { module sun { module star { module ucb {
/** An interaction continuation handing back some cookie request handling
policy.
- @descr This continuation is typically used in conjunction with
- HandleCookiesRequest.
+ <p> This continuation is typically used in conjunction with
+ <type>HandleCookiesRequest</type>. </p>
*/
[ uik(E2281A20-33D6-11D1-AABE00A0-249D5590), ident( "XInteractionCookieHandling", 1.0 ) ]
interface XInteractionCookieHandling: com::sun::star::task::XInteractionContinuation
@@ -91,23 +91,26 @@ interface XInteractionCookieHandling: com::sun::star::task::XInteractionContinua
//-------------------------------------------------------------------------
/** Set a general policy to hand back.
- @descr This method should be called before select().
+ <p> This method should be called before select(). </p>
- @param Policy Some policy how to handle cookies.
+ @param Policy
+ Some policy how to handle cookies.
*/
void setGeneralPolicy( [in] com::sun::star::ucb::CookiePolicy Policy );
//-------------------------------------------------------------------------
/** Set a policy to hand back for a specific cookie.
- @descr This method should be called before select().
+ <p> This method should be called before select(). </p>
- @param ConfirmCookie A cookie that sould come from the sequence of
- cookies offered by the HandleCookiesRequest and that should have a
- Policy of CONFIRM.
+ @param ConfirmCookie
+ A cookie that sould come from the sequence of
+ cookies offered by the HandleCookiesRequest and that should have a
+ Policy of CONFIRM.
- @param Accept If true, set the policy for the cookie to ACCEPT;
- otherwise, set it to IGNORE.
+ @param Accept
+ If true, set the policy for the cookie to ACCEPT;
+ otherwise, set it to IGNORE.
*/
void setSpecificPolicy( [in] com::sun::star::ucb::Cookie ConfirmCookie,
[in] boolean Accept );
diff --git a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
index fbaa79ab1b7e..da75f8c31a96 100644
--- a/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
+++ b/offapi/com/sun/star/ucb/XInteractionSupplyAuthentication.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInteractionSupplyAuthentication.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-15 11:29:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,8 +77,8 @@ module com { module sun { module star { module ucb {
//=============================================================================
/** An interaction continuation handing back some authentication data.
- @descr This continuation is typically used in conjunction with
- AuthenticationRequest.
+ <p> This continuation is typically used in conjunction with
+ <type>AuthenticationRequest</type>. </p>
*/
[ uik(E2281A25-33D6-11D1-AABE00A0-249D5590), ident( "XInteractionSupplyAuthentication", 1.0 ) ]
interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionContinuation
@@ -91,8 +91,8 @@ interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionCo
//-------------------------------------------------------------------------
/** Set a new 'realm' value to hand back.
- @descr This method should be called before select(), and should only
- be called if canSetRealm() returned true.
+ <p> This method should be called before select(), and should only
+ be called if canSetRealm() returned true. </p>
*/
void setRealm( [in] string Realm );
@@ -104,8 +104,8 @@ interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionCo
//-------------------------------------------------------------------------
/** Set a new 'user name' value to hand back.
- @descr This method should be called before select(), and should only
- be called if canSetUserName() returned true.
+ <p>This method should be called before select(), and should only
+ be called if canSetUserName() returned true. </p>
*/
void setUserName( [in] string UserName );
@@ -117,8 +117,8 @@ interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionCo
//-------------------------------------------------------------------------
/** Set a new 'password' value to hand back.
- @descr This method should be called before select(), and should only
- be called if canSetPassword() returned true.
+ <p>This method should be called before select(), and should only
+ be called if canSetPassword() returned true. </p>
*/
void setPassword( [in] string Password );
@@ -137,8 +137,8 @@ interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionCo
//-------------------------------------------------------------------------
/** Set a new mode of how long to remember the password.
- @descr This method should be called before select(), and should only
- be called if setPassword() is also called.
+ <p> This method should be called before select(), and should only
+ be called if setPassword() is also called. </p>
@param Remember The mode to hand back, should be contained in the
sequence returned by getRememberPasswordModes.
@@ -153,8 +153,8 @@ interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionCo
//-------------------------------------------------------------------------
/** Set a new 'account' value to hand back.
- @descr This method should be called before select(), and should only
- be called if canSetAccount() returned true.
+ <p> This method should be called before select(), and should only
+ be called if canSetAccount() returned true. </p>
*/
void setAccount( [in] string Account );
@@ -173,8 +173,8 @@ interface XInteractionSupplyAuthentication: com::sun::star::task::XInteractionCo
//-------------------------------------------------------------------------
/** Set a new mode of how long to remember the account.
- @descr This method should be called before select(), and should only
- be called if setAccount() is also called.
+ <p> This method should be called before select(), and should only
+ be called if setAccount() is also called. </p>
@param Remember The mode to hand back, should be contained in the
sequence returned by getRememberAccountModes.
diff --git a/offapi/com/sun/star/ucb/XRecycler.idl b/offapi/com/sun/star/ucb/XRecycler.idl
index 400166d95942..5b5b7d0cdaad 100644
--- a/offapi/com/sun/star/ucb/XRecycler.idl
+++ b/offapi/com/sun/star/ucb/XRecycler.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XRecycler.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-15 11:29:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,8 +80,8 @@ module com { module sun { module star { module ucb {
//=============================================================================
/** Allows an XContent to delete itself into the trash can.
- @descr This is an additional interface the XContent representing the trash
- can (URL <vnd.sun.staroffice.trashcan:///>) should support.
+ <p> This is an additional interface the XContent representing the trash
+ can (URL <vnd.sun.staroffice.trashcan:///>) should support. </p>
*/
[ uik(DF1E66B0-24C9-11d4-9FBC0050-04526AC8), ident( "XRecycler", 1.0 ) ]
interface XRecycler : com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
index 0eedd4b7b00b..39ce0b4a6758 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderDistributor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XRemoteContentProviderDistributor.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-15 11:29:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,9 +96,9 @@ interface XRemoteContentProviderDistributor: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** Offer the local content broker to a remote content provider acceptor.
- @descr The Uno Url is handed to the
+ <p> The Uno Url is handed to the
<type>com.sun.star.bridge.UnoUrlResolver</type> service, which is
- responsible for raising any of the advertised exceptions.
+ responsible for raising any of the advertised exceptions. </p>
@param Url A Uno Url to address the
<type>com::sun::star::ucb::XRemoteContentProviderAcceptor</type>.