summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AccessibleStatusBar.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 08:31:25 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 08:31:25 +0000
commit3e40b66e64cb45bfb52228a1b34e7d23f88820a1 (patch)
treec79ba66b3705537772326660fd34a48a0f5d5b69 /offapi/com/sun/star/awt/AccessibleStatusBar.idl
parent22737e58629c6f3b83bd81cf19d9feb1608aca59 (diff)
INTEGRATION: CWS uno4 (1.2.4); FILE MERGED
2003/05/05 15:49:55 tbe 1.2.4.1: #109171# Document accessibility service descriptions in ::com::sun::star::awt
Diffstat (limited to 'offapi/com/sun/star/awt/AccessibleStatusBar.idl')
-rw-r--r--offapi/com/sun/star/awt/AccessibleStatusBar.idl21
1 files changed, 12 insertions, 9 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleStatusBar.idl b/offapi/com/sun/star/awt/AccessibleStatusBar.idl
index f5704879e..9a2b2298a 100644
--- a/offapi/com/sun/star/awt/AccessibleStatusBar.idl
+++ b/offapi/com/sun/star/awt/AccessibleStatusBar.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleStatusBar.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 17:39:43 $
+ * last change: $Author: vg $ $Date: 2003-05-22 09:29:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,15 +78,18 @@
module com { module sun { module star { module awt {
/** specifies accessibility support for a status bar.
+
+ @since #108645#
*/
service AccessibleStatusBar
{
- /** This interface gives access to the structural information of a status bar:
+ /** This interface gives access to the structural information of a
+ status bar:
<ul>
<li>Role: The role of a status bar is <const
scope="com::sun::star::accessibility"
- >AccessibleRole::STATUSBAR</const>.</li>
+ >AccessibleRole::STATUS_BAR</const>.</li>
<li>Name: There is no name.</li>
<li>Description: There is no description.</li>
<li>Children: The children of a status bar are status bar items,
@@ -98,10 +101,10 @@ service AccessibleStatusBar
<ul>
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::DEFUNC</const>
- is set if the object has already been disposed
- and subsequent calls to this object result in
- <type scope="com::sun::star::lang">DisposedException</type>
- exceptions.</li>
+ is set if the object has already been disposed
+ and subsequent calls to this object result in
+ <type scope="com::sun::star::lang">DisposedException</type>
+ exceptions.</li>
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::ENABLED</const> is set
if the object is enabled.</li>
@@ -123,7 +126,7 @@ service AccessibleStatusBar
interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
};
-
+
}; }; }; };
#endif