summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.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/sheet/AccessiblePageHeaderFooterAreasView.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/sheet/AccessiblePageHeaderFooterAreasView.idl')
-rw-r--r--offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl70
1 files changed, 33 insertions, 37 deletions
diff --git a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
index 0ac6227c1d2b..4a3ccdf0428c 100644
--- a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
+++ b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
@@ -38,22 +38,21 @@ service AccessiblePageHeaderFooterAreasView
page preview.
<ul>
- <li>The parent returned by <method scope="::com::sun::star::accessibility"
- >XAccessibleContext::getAccessibleParent</method>
+ <li>The parent returned by
+ ::com::sun::star::accessibility::XAccessibleContext::getAccessibleParent()
is the accessible spreadsheet page preview.</li>
<li>The children returned by
- <method scope="::com::sun::star::accessibility"
- >XAccessibleContext::getAccessibleChild</method> all
- support the interface
- <type scope="::com::sun::star::accessibility">XAccessible</type.
+ ::com::sun::star::accessibility::XAccessibleContext::getAccessibleChild()
+ all support the interface
+ ::com::sun::star::accessibility::XAccessible.
Calling
- <method scope="::com::sun::star::accessibility"
- >XAccessible::getAccessibleContext</method> for these children
+ ::com::sun::star::accessibility::XAccessible::getAccessibleContext()
+ for these children
returns an object that supports one of the following services.</li>
<ul>
<li>::com::sun::star::text::AccessibleHeaderFooterView:
- A child where calling <method scope="::com::sun::star::text"
- >XAccessibleContext::getAccessibleChild</method>
+ A child where calling
+ ::com::sun::star::text::XAccessibleContext::getAccessibleChild()
an object that supports this service is returned for
every header and footer that is at least partially visible.</li>
</ul>
@@ -64,50 +63,47 @@ service AccessiblePageHeaderFooterAreasView
</ul>
<li>The description is ???.</li>
<li>The name is Header or Footer respectively.</li>
- <li>The role is <const scope="::com::sun::star::accessibility"
- >AccessibleRole::HEADER</const> or
- <const scope="::com::sun::star::accessibility"
- >AccessibleRole::FOOTER</const>.</li>
+ <li>The role is ::com::sun::star::accessibility::AccessibleRole::HEADER
+ or ::com::sun::star::accessibility::AccessibleRole::FOOTER.</li>
<li>There are no relations.</li>
<li>The following states are supported:
<ul>
- <li><const scope="::com::sun::star::accessibility"
- >AccessibleStateType::DEFUNC</const> is always false until
- the preview is closed.</li>
- <li><const scope="::com::sun::star::accessibility"
- >AccessibleStateType::EDITABLE</const> is always false,
+ <li>::com::sun::star::accessibility::AccessibleStateType::DEFUNC
+ is always false until the preview is closed.</li>
+ <li>::com::sun::star::accessibility::AccessibleStateType::EDITABLE
+ is always false,
because the document is not editable in the page preview.
So it is left out of the list.</li>
- <li><const scope="::com::sun::star::accessibility"
- >AccessibleStateType::ENABLED</const> is always true.</li>
- <li><const scope="::com::sun::star::accessibility"
- >AccessibleStateType::MULTILINE</const> makes no sense on
+ <li>::com::sun::star::accessibility::AccessibleStateType::ENABLED
+ is always true.</li>
+ <li>::com::sun::star::accessibility::AccessibleStateType::MULTILINE
+ makes no sense on
a document and so it is left out of the list.</li>
- <li><const scope="::com::sun::star::accessibility"
- >AccessibleStateType::MULTISELECTABLE</const> is always
+ <li>::com::sun::star::accessibility::AccessibleStateType::MULTISELECTABLE
+ is always
false, because in a page preview a selection is not
possible. So it is left out of the list.</li>
- <li><const scope="::com::sun::star::accessibility"
- >AccessibleStateType::OPAQUE</const> is always true.</li>
- <li><const scope="::com::sun::star::accessibility"
- >AccessibleStateType::RESIZEABLE</const> is always false,
+ <li>::com::sun::star::accessibility::AccessibleStateType::OPAQUE
+ is always true.</li>
+ <li>::com::sun::star::accessibility::AccessibleStateType::RESIZEABLE
+ is always false,
because you can resize the window of the page preview, but
not the page preview itself. So it is left out of the
list.</li>
- <li><const scope="::com::sun::star::accessibility"
- >AccessibleStateType::SELECTABLE</const> is always false,
+ <li>::com::sun::star::accessibility::AccessibleStateType::SELECTABLE
+ is always false,
because in the page preview is no selection possible. So it
is left out of the list.</li>
- <li><const scope="::com::sun::star::accessibility"
- >AccessibleStateType::SELECTED</const> is always false,
+ <li>::com::sun::star::accessibility::AccessibleStateType::SELECTED
+ is always false,
because in the page preview is no selection possible. So it
is left out of the list.</li>
- <li><const scope="::com::sun::star::accessibility"
- >AccessibleStateType::SHOWING</const>Is true if the
+ <li>::com::sun::star::accessibility::AccessibleStateType::SHOWING
+ 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>
+ <li>::com::sun::star::accessibility::AccessibleStateType::VISIBLE
+ is always true.</li>
</ul>
</li>
</ul>