summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-20 09:00:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-20 09:00:15 +0000
commite3e99988da34cf5045615e65e8bd21d6b7f555b2 (patch)
tree6cb1543f4ae63091ade9a403c573a82ec78a5e78 /offapi/com/sun/star/table
parent01d346ae391495251e8840990dc3cc2a6d93c0c3 (diff)
INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED
2003/06/12 14:50:38 af 1.2.50.1: #109196# Fixed autodoc syntax.
Diffstat (limited to 'offapi/com/sun/star/table')
-rw-r--r--offapi/com/sun/star/table/AccessibleTableView.idl73
1 files changed, 45 insertions, 28 deletions
diff --git a/offapi/com/sun/star/table/AccessibleTableView.idl b/offapi/com/sun/star/table/AccessibleTableView.idl
index 28e2bbb18d6a..e4f8adee1ce1 100644
--- a/offapi/com/sun/star/table/AccessibleTableView.idl
+++ b/offapi/com/sun/star/table/AccessibleTableView.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleTableView.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 11:18:05 $
+ * last change: $Author: vg $ $Date: 2003-06-20 10:00:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,11 +90,10 @@ module com { module sun { module star { module table {
/** The accessible view of a table in a text document or in the page preview
of a spreadsheet document. See
- <type>com.sun.star.sheet.AccessibleSpreadsheet</type> for tables in the
- edit view of a spreadsheet.
-
- @since #107627#
- */
+ <type scope="::com::sun::star::sheet">AccessibleSpreadsheet</type> for
+ tables in the edit view of a spreadsheet.
+ @since #107627#
+*/
service AccessibleTableView
{
/** This interface gives access to any table cell that is contained in
@@ -102,16 +101,23 @@ service AccessibleTableView
is the part of a table that is displayed at a single page.
<ul>
- <li>The parent returned by <type>getAccessibleParent</type>
+ <li>The parent returned by
+ <method scope="::com::sun::star::accessibility"
+ >XAccessibleContext::getAccessibleParent</method>
is the accessible text document view, a page of the accessible
text documenent page preview, or the accessible spreadsheet
page preview.</li>
- <li>The children returned by <type>getAccessibleChild</type> all
+ <li>The children returned by
+ <method scope="::com::sun::star::accessibility"
+ >XAccessibleContext::getAccessibleChild</method> all
support the interface XAccessible. Calling
- <type>getAccessibleContext</type> for these children returns
- an object that supports the service.
- <type>com.sun.star.table.AccessibleCellView</type>:
- A child where calling <type>getAccessibleChild</type>
+ <method scope="::com::sun::star::accessibility"
+ >XAccessible::getAccessibleContext</method> for these children
+ returns an object that supports the service.
+ <type scope="::com::sun::star::table">AccessibleCellView</type>:
+ A child where calling
+ <method scope="::com::sun::star::accessibility"
+ >XAccessibleContext::getAccessibleChild</method>
an object that supports this service is returned for
every partially visible cell in this table.
<p>The following rules apply to the children order.</p>
@@ -124,27 +130,38 @@ service AccessibleTableView
</ul>
<li>The description is ???.</li>
<li>The name is the given table name and a number to make it non-ambiguous.</li>
- <li>The role is <type>TABLE</type></li>
+ <li>The role is <const scope="::com::sun::star::accessibility"
+ >AccessibleRole::TABLE</const></li>
<li>In a spreadsheet page preview there are relations between the
table and the shapes with an anchor
on this table (not with an anchor on a cell in this table).</li>
<li>The following states are supported:
<ul>
- <li><type>DEFUNC</type> is always false if the table is not
- deleted, the document is open. Also it is false if the table
- was showed in a page preview and the page preview is
- allready opend, otherwise it is true.</li>
- <li><type>EDITABLE</type> is false if the table is showed in a
- page preview or the table is protected, otherwise it is
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::DEFUNC</const> is always false if the
+ table is not deleted, the document is open. Also it is
+ false if the table was showed in a page preview and the
+ page preview is allready opend, otherwise it is true.</li>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::EDITABLE</const> is false if the
+ table is showed in a page preview or the table is
+ protected, otherwise it is true.</li>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::ENABLED</const> is always true.</li>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::MULTI_SELECTABLE</const> is false
+ if the table is showed in a page preview, otherwise it is
true.</li>
- <li><type>ENABLED</type> is always true.</li>
- <li><type>MULTISELECTABLE</type> is false if the table is
- showed in a page preview, otherwise it is true.</li>
- <li><type>OPAQUE</type> is false, if the table has no background
- color or graphic, otherwise it is false.</li>
- <li><type>SHOWING</type>Is true if the Bounding Box lies in
- the Bounding Box of the parent. Otherwise it is false.</li>
- <li><type>VISIBLE</type>Is always true.</li>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::OPAQUE</const> is false, if the table
+ has no background color or graphic, otherwise it is
+ false.</li>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::SHOWING</const>Is true if the
+ Bounding Box lies in the Bounding Box of the parent.
+ Otherwise it is false.</li>
+ <li><const scope="::com::sun::star::accessibility"
+ >AccessibleStateType::VISIBLE</const>Is always true.</li>
</ul>
</li>
</ul>