summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/AccessibleCheckBox.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/AccessibleCheckBox.idl')
-rw-r--r--offapi/com/sun/star/awt/AccessibleCheckBox.idl26
1 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleCheckBox.idl b/offapi/com/sun/star/awt/AccessibleCheckBox.idl
index 1781f6543a77..bb6aa60c2f95 100644
--- a/offapi/com/sun/star/awt/AccessibleCheckBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleCheckBox.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -51,18 +51,18 @@
#endif
module com { module sun { module star { module awt {
-
+
/** specifies accessibility support for a check box.
-
- @since OOo 1.1.2
- */
+
+ @since OOo 1.1.2
+ */
published service AccessibleCheckBox
{
/** This interface gives access to the structural information of a
check box:
<ul>
- <li>Role: The role of a check box is <const
+ <li>Role: The role of a check box is <const
scope="com::sun::star::accessibility"
>AccessibleRole::CHECK_BOX</const>.</li>
<li>Name: The name of a check box is its localized label.</li>
@@ -75,11 +75,11 @@ published service AccessibleCheckBox
<ul>
<li><const scope="com::sun::star::accessibility"
>AccessibleStateType::CHECKED</const> is set
- if the object is currently checked.</li>
+ if the object is currently checked.</li>
<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
+ 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"
@@ -100,18 +100,18 @@ published service AccessibleCheckBox
</ul>
*/
interface ::com::sun::star::accessibility::XAccessibleContext;
-
+
interface ::com::sun::star::accessibility::XAccessibleEventBroadcaster;
-
+
interface ::com::sun::star::accessibility::XAccessibleComponent;
-
+
interface ::com::sun::star::accessibility::XAccessibleExtendedComponent;
-
+
/** This interface gives read-only access to the text representation
of a check box.
*/
interface ::com::sun::star::accessibility::XAccessibleText;
-
+
/** This interface gives access to the actions that can be executed for
a check box. The supported actions for a check box are:
<ul>