summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/ListActionType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/ListActionType.idl')
-rw-r--r--offapi/com/sun/star/ucb/ListActionType.idl24
1 files changed, 13 insertions, 11 deletions
diff --git a/offapi/com/sun/star/ucb/ListActionType.idl b/offapi/com/sun/star/ucb/ListActionType.idl
index 45218eb2d10f..be0bf637de21 100644
--- a/offapi/com/sun/star/ucb/ListActionType.idl
+++ b/offapi/com/sun/star/ucb/ListActionType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ListActionType.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kso $ $Date: 2001-02-22 09:48:32 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,10 +85,12 @@ constants ListActionType
<p>The member <member>ListAction::ActionInfo</member> is required to
contain a struct <type>WelcomeDynamicResultSetStruct</type>.
- This struct contains two <type>XResultSet</type>s (old and new).
+ This struct contains two
+ <type scope="com::sun::star::sdbc">XResultSet</type>s (old and new).
During and after the notification only the new set is valid for access.
- But the listener is required to remind both <type>XResultSet</type>s as he
- will not get another chance to get them again.
+ But the listener is required to remind both
+ <type scope="com::sun::star::sdbc">XResultSet</type>s as he will not get
+ another chance to get them again.
<p>The members <member>ListAction::Count</member> and
<member>ListAction::Position</member> are not used.
@@ -100,9 +102,9 @@ constants ListActionType
<p>This action is related to <member>ContentAction::INSERTED</member>.
- <p>The memners <member>ListAction::Count</member> and
+ <p>The members <member>ListAction::Count</member> and
<member>ListAction::Position</member> contain the position and count of
- newly inserted rows. If the Count is greater than one, the inserted rows
+ newly inserted rows. If the count is greater than one, the inserted rows
have to be one after the other.
<p> <member>ListAction::ActionInfo</member> could contain something but
@@ -137,7 +139,7 @@ constants ListActionType
<p>The members <member>ListAction::ListActionType</member>,
<member>ListAction::Count</member> and <member>ListAction::Position</member>
- are useless.
+ are ignored.
*/
const long CLEARED = 23;
@@ -169,9 +171,9 @@ constants ListActionType
rows with modified properties have to be one after the other.
<p> <member>ListAction::ActionInfo</member> could contain something but
- this is not required.
- E.g it could contain the new properties (i.e. for remote optimizing),
- but this is not required nor unrestrictly recommended.
+ this is not required. For example, it could contain the new properties
+ (i.e. for remote optimizing), but this is not required nor unrestrictly
+ recommended.
<p>@todo ... further description of allowed contents for
<member>ListAction::ActionInfo</member> is needed