summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-28 00:00:27 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:03 +0200
commitb235412d8f84e98dc457894228a357ab0c65f6d0 (patch)
treee107df0ab20d52cd30b473f59e78fe5e5c8552c6 /offapi/com/sun/star/sheet
parenta93783c42d46d60a93e78348db942a571e34abd4 (diff)
*api: convert <method>foo()</method>
What is sad about this is that autodoc doesn't even support <method>. sed -i "s,<method>\([a-z][^<]\+[^)]\)</method>,\1(),g" Change-Id: I702ef71423ced1d5195f2e0535e73b1bb4d3f6f2
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
index 5b344a18ca84..b0b9a612b4d0 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
@@ -39,35 +39,35 @@ service AccessibleSpreadsheetDocumentView
document.
<ul>
- <li>The parent returned by <method>getAccessibleParent</method>
+ <li>The parent returned by getAccessibleParent()
is the window which contains the view of these document.</li>
- <li>The children returned by <method>getAccessibleChild</method> all
+ <li>The children returned by getAccessibleChild() all
support the interface XAccessible. Calling
- <method>getAccessibleContext</method> for these children returns
+ getAccessibleContext() for these children returns
an object that supports one of the following services.</li>
<ul>
<li>::com::sun::star::sheet::AccessibleSpreadsheet:
- A child where calling <method>getAccessibleChild</method>
+ A child where calling getAccessibleChild()
an object that supports this service is returned for
the current spreadsheet which is showing in this document
window. There is everytime one child which supports this
service, because it is only possible to have one spreadsheet
in the current document window.</li>
<li>::com::sun::star::drawing::AccessibleShape:
- A child where calling <method>getAccessibleChild</method>
+ A child where calling getAccessibleChild()
an object that supports this service is returned
for every shape that is at the current table. These
objects are children of the
AccessibleSpreadsheetDocumentView regardless
whether they are bound to a table or a cell.</li>
<li>::com::sun::star::text::AccessibleParagraphView:
- A child where calling <method>getAccessibleChild</method>
+ A child where calling getAccessibleChild()
an object that supports this service is returned for
the current cell in edit mode. This is necessary to
have an object which allows event listeners. It exists
only if a cell is in edit mode.</li>
<li>::com::sun::star::accessibility::AccessibleContext:
- A child where calling <method>getAccessibleChild</method>
+ A child where calling getAccessibleChild()
an object that supports this service is returned for
the current OLE object in edit mode. It exists
only if a OLE object is in edit mode.</li>