summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-02-01 13:30:10 +0000
committerKurt Zenker <kz@openoffice.org>2006-02-01 13:30:10 +0000
commite2806960fc4789488d156c06bba2b45043ba4b6a (patch)
tree153318f37cd75dd19532f428c7f022c59fadb8be /offapi/com
parent3f2ac341fb1684fb35b3afcb920f9777d70b34e8 (diff)
INTEGRATION: CWS swqbf49 (1.7.46); FILE MERGED
2005/12/05 13:09:28 od 1.7.46.1: #i27138# - adjust description for CONTENT_FLOWS_FROM_RELATION_CHANGED and CONTENT_FLOWS_TO_RELATION_CHANGED: <NewValue> and <OldValue> currently not used.
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleEventId.idl16
1 files changed, 10 insertions, 6 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleEventId.idl b/offapi/com/sun/star/accessibility/AccessibleEventId.idl
index 0b3bb3ff4fd6..3709299c0abb 100644
--- a/offapi/com/sun/star/accessibility/AccessibleEventId.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleEventId.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleEventId.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:26:31 $
+ * last change: $Author: kz $ $Date: 2006-02-01 14:30:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -183,20 +183,24 @@ published constants AccessibleEventId
const short VALUE_CHANGED = 11;
/** Identifies the change of a relation set: The content flow has
- changed. The <member>AccessibleEventObject::OldValue</member> and
+ changed.
+
+ <p>Not used: The <member>AccessibleEventObject::OldValue</member> and
<member>AccessibleEventObject::NewValue</member> fields contain
refrences to the old and new predecessor. Note that both references
my be <NULL/> to indicate that a flow to the sending object has not
- existed or does not exist anymore.
+ existed or does not exist anymore.</p>
*/
const short CONTENT_FLOWS_FROM_RELATION_CHANGED = 12;
/** Identifies the change of a relation set: The content flow has
- changed. The <member>AccessibleEventObject::OldValue</member> and
+ changed.
+
+ <p>Not used: The <member>AccessibleEventObject::OldValue</member> and
<member>AccessibleEventObject::NewValue</member> fields contain
refrences to the old and new successor. Note that both references
my be <NULL/> to indicate that a flow from the sending object has not
- existed or does not exist anymore.
+ existed or does not exist anymore.</p>
*/
const short CONTENT_FLOWS_TO_RELATION_CHANGED = 13;