summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AccessibleScrollBar.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 18:33:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commitb7ba598ced9708da45372a6c3f8e1a17c306be8f (patch)
tree8f7bef1c06944e35828dfec635abd626ca402cec /offapi/com/sun/star/awt/AccessibleScrollBar.idl
parentae7595a7553c61cab3cc9014bb12239e02fd8c6a (diff)
*api: clean up multi-line and mal-formed XML tags
It is amazing what some people believe autodoc supports. Also, com::sun::star::uno::Any does not exist in IDL, that is part of the C++ language binding. Change-Id: I1f1f5cf5d27663ace6ff618ecbecb41fd2dfa1fc
Diffstat (limited to 'offapi/com/sun/star/awt/AccessibleScrollBar.idl')
-rw-r--r--offapi/com/sun/star/awt/AccessibleScrollBar.idl41
1 files changed, 17 insertions, 24 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleScrollBar.idl b/offapi/com/sun/star/awt/AccessibleScrollBar.idl
index 0bb66da59f33..3ad246c9fa85 100644
--- a/offapi/com/sun/star/awt/AccessibleScrollBar.idl
+++ b/offapi/com/sun/star/awt/AccessibleScrollBar.idl
@@ -39,9 +39,8 @@ service AccessibleScrollBar
scroll bar:
<ul>
- <li>Role: The role of a scroll bar is <const
- scope="com::sun::star::accessibility"
- >AccessibleRole::SCROLL_BAR</const>.</li>
+ <li>Role: The role of a scroll bar is
+ com::sun::star::accessibility::AccessibleRole::SCROLL_BAR.</li>
<li>Name: There is no name.</li>
<li>Description: The description of a scroll bar is its localized
help text.</li>
@@ -50,31 +49,25 @@ service AccessibleScrollBar
<li>Relations: There are no relations.</li>
<li>States: The states supported by this service are
<ul>
- <li><const scope="com::sun::star::accessibility"
- >AccessibleStateType::DEFUNC</const>
+ <li>com::sun::star::accessibility::AccessibleStateType::DEFUNC
is set if the object has already been disposed
and subsequent calls to this object result in
com::sun::star::lang::DisposedException
exceptions.</li>
- <li><const scope="com::sun::star::accessibility"
- >AccessibleStateType::ENABLED</const> is set
- if the object is enabled.</li>
- <li><const scope="com::sun::star::accessibility"
- >AccessibleStateType::FOCUSABLE</const> is always set.</li>
- <li><const scope="com::sun::star::accessibility"
- >AccessibleStateType::FOCUSED</const> is set
- if the object currently has the keyboard focus.</li>
- <li><const scope="com::sun::star::accessibility"
- >AccessibleStateType::HORIZONTAL</const> is set
- if the orientation of the object is horizontal.</li>
- <li><const scope="com::sun::star::accessibility"
- >AccessibleStateType::SHOWING</const> is set
- if the object is displayed on the screen.</li>
- <li><const scope="com::sun::star::accessibility"
- >AccessibleStateType::VERTICAL</const> is set
- if the orientation of the object is vertical.</li>
- <li><const scope="com::sun::star::accessibility"
- >AccessibleStateType::VISIBLE</const> is always set.</li>
+ <li>com::sun::star::accessibility::AccessibleStateType::ENABLED
+ is set if the object is enabled.</li>
+ <li>com::sun::star::accessibility::AccessibleStateType::FOCUSABLE
+ is always set.</li>
+ <li>com::sun::star::accessibility::AccessibleStateType::FOCUSED
+ is set if the object currently has the keyboard focus.</li>
+ <li>com::sun::star::accessibility::AccessibleStateType::HORIZONTAL
+ is set if the orientation of the object is horizontal.</li>
+ <li>com::sun::star::accessibility::AccessibleStateType::SHOWING
+ is set if the object is displayed on the screen.</li>
+ <li>com::sun::star::accessibility::AccessibleStateType::VERTICAL
+ is set if the orientation of the object is vertical.</li>
+ <li>com::sun::star::accessibility::AccessibleStateType::VISIBLE
+ is always set.</li>
</ul>
</li>
</ul>