summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-20 08:57:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-20 08:57:02 +0000
commit3295f30878a9dcab0f2aeadbf6f04abccbd6d0ab (patch)
tree78f273dc7cb466b1c8439465af23c883ebba2fc6 /offapi/com/sun/star/text/AccessibleTextGraphicObject.idl
parent197bba2489d640a16aacb181928051a9961a0e9e (diff)
INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED
2003/06/12 14:50:45 af 1.2.50.1: #109196# Fixed autodoc syntax.
Diffstat (limited to 'offapi/com/sun/star/text/AccessibleTextGraphicObject.idl')
-rw-r--r--offapi/com/sun/star/text/AccessibleTextGraphicObject.idl58
1 files changed, 37 insertions, 21 deletions
diff --git a/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl b/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl
index 0f231aed6e0d..7ce0e0b7c7b6 100644
--- a/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl
+++ b/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleTextGraphicObject.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 11:19:38 $
+ * last change: $Author: vg $ $Date: 2003-06-20 09:57:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,13 +93,17 @@ service AccessibleTextGraphicObject
/** This interface comprises the basic accessibility of text graphics.
<ul>
- <li>The parent returned by <type>getAccessibleParent</type>
- is the accessible view of a paragraph if the graphic
- is bound as character, and the accessible view of the document
- (or of a page in the page preview) in any other case.
+ <li>The parent returned by
+ <method scope="::com::sun::star::accessibility"
+ >XAccessibleContext::getAccessibleParent</method> is the
+ accessible view of a paragraph if the graphic is bound as
+ character, and the accessible view of the document (or of a
+ page in the page preview) in any other case.
<li>There are no chidren returned by
- <type>getAccessibleChild</type>.
- <li>The role is <type>GRAPHIC</type>
+ <method scope="::com::sun::star::accessibility"
+ >XAccessibleContext::getAccessibleChild</method>.
+ <li>The role is <const scope="::com::sun::star::accessibility"
+ >AccessibleRole::GRAPHIC</const>
<li>The name is the one assigned to the graphic in the text
document. This means that it is not internationalized.
<li>The description is the one assigned to the graphic in the text
@@ -107,20 +111,32 @@ service AccessibleTextGraphicObject
description has been set, the description equals the name.
<li>There are no relations.
<li>The following states might be contained in the state set
- returned by <type>getAccessibleStateSet</type>:
+ returned by <method scope="::com::sun::star::accessibility
+ ">XAccessibleContext::getAccessibleStateSet</type>:
<ul>
- <li><type>DEFUNC</type> (indicates that the document
- window has been closed or the graphic is
- not existing any longer)
- <li><type>EDITABLE</type>
- <li><type>ENABLED</type> (always contained)
- <li><type>OPAQUE</type>
- <li><type>SELECTABLE</type>
- <li><type>SELECTED</type>
- <li><type>FOCUSABLE</type>
- <li><type>FOCUSED</type>
- <li><type>SHOWING</type>
- <li><type>VISIBLE</type>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::DEFUNC</const> (indicates that
+ the document window has been closed or the graphic
+ is not existing any longer)
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::EDITABLE</const>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::ENABLED</const> (always
+ contained)
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::OPAQUE</const>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::SELECTABLE</const>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::SELECTED</const>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::FOCUSABLE</const>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::FOCUSED</const>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::SHOWING</const>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::VISIBLE</const>
</ul>
<li>The locale is the one the text document itself.
</ul>