summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 14:12:14 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:06 +0200
commitddba7d155d07b9018a9f5bf051b6faa1bdac022b (patch)
tree9b28c72c50b615097448855dccb99957fe8e35dc /offapi/com/sun/star/awt
parent73d568408a150875b5c6046680f38e6db287c8fa (diff)
*api: convert all unsupported html tags
Only useful ones appear to be <tbody> and <thead> which doxygen doesn't support but we only use those in 3 places so who cares. Change-Id: I374f7d208873a8436fe76e0f800ce18df5b188b3
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/CharSet.idl2
-rw-r--r--offapi/com/sun/star/awt/XContainerWindowProvider.idl3
-rw-r--r--offapi/com/sun/star/awt/XDialogProvider2.idl3
-rw-r--r--offapi/com/sun/star/awt/tree/XTreeNode.idl5
4 files changed, 8 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/CharSet.idl b/offapi/com/sun/star/awt/CharSet.idl
index 6037db1a30ad..dfd3030f252f 100644
--- a/offapi/com/sun/star/awt/CharSet.idl
+++ b/offapi/com/sun/star/awt/CharSet.idl
@@ -49,7 +49,7 @@ published constants CharSet
const short ANSI = 1;
- /** specifies the <regtm>Apple Macintosh</regtm> character set.
+ /** specifies the Apple Macintosh character set.
*/
const short MAC = 2;
diff --git a/offapi/com/sun/star/awt/XContainerWindowProvider.idl b/offapi/com/sun/star/awt/XContainerWindowProvider.idl
index 0208d78b976d..454b575e8a3d 100644
--- a/offapi/com/sun/star/awt/XContainerWindowProvider.idl
+++ b/offapi/com/sun/star/awt/XContainerWindowProvider.idl
@@ -73,7 +73,8 @@ interface XContainerWindowProvider : ::com::sun::star::uno::XInterface {
based access will be used.
The Introspection based access tries to call a method named according to the
- HandlerMethodName specified by a vnd.sun.star.UNO:<HandlerMethodName> URL.
+ HandlerMethodName specified by a
+ <code>vnd.sun.star.UNO:<i>HandlerMethodName</i></code> URL.
First a method
void HandlerMethodName( [in] com::sun::star::awt::XWindow xWindow, [in] any aEvent )
diff --git a/offapi/com/sun/star/awt/XDialogProvider2.idl b/offapi/com/sun/star/awt/XDialogProvider2.idl
index 73c419a4e709..7365e1196816 100644
--- a/offapi/com/sun/star/awt/XDialogProvider2.idl
+++ b/offapi/com/sun/star/awt/XDialogProvider2.idl
@@ -66,7 +66,8 @@ interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider {
based access will be used.
The Introspection based access tries to call a method named according to the
- HandlerMethodName specified by a vnd.sun.star.UNO:<HandlerMethodName> URL.
+ HandlerMethodName specified by a
+ <code>vnd.sun.star.UNO:<i>HandlerMethodName</i></code> URL.
First a method
void HandlerMethodName( [in] com::sun::star::awt::XDialog xDialog, [in] any aEvent )
diff --git a/offapi/com/sun/star/awt/tree/XTreeNode.idl b/offapi/com/sun/star/awt/tree/XTreeNode.idl
index 0ddfce321a2f..4e5a0b4a8c7b 100644
--- a/offapi/com/sun/star/awt/tree/XTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XTreeNode.idl
@@ -48,9 +48,10 @@ interface XTreeNode
/** Returns the parent node of this node. */
XTreeNode getParent();
- /** Returns the index of <var>Node</Node> in this instances children.
+ /** Returns the index of <var>Node</var> in this instances children.
@returns
- The child index of <var>Node</Node> , or -1 if <var>Node</Node> is no child of this instance.
+ The child index of <var>Node</var>,
+ or -1 if <var>Node</var> is no child of this instance.
*/
long getIndex( [in] XTreeNode Node);