summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui
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/ui
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/ui')
-rw-r--r--offapi/com/sun/star/ui/ConfigurableUIElement.idl2
-rw-r--r--offapi/com/sun/star/ui/ItemStyle.idl8
-rw-r--r--offapi/com/sun/star/ui/ModuleUICategoryDescription.idl3
-rw-r--r--offapi/com/sun/star/ui/UIElement.idl2
-rw-r--r--offapi/com/sun/star/ui/XImageManager.idl2
-rw-r--r--offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl2
-rw-r--r--offapi/com/sun/star/ui/XUIElement.idl2
-rw-r--r--offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl7
8 files changed, 14 insertions, 14 deletions
diff --git a/offapi/com/sun/star/ui/ConfigurableUIElement.idl b/offapi/com/sun/star/ui/ConfigurableUIElement.idl
index 12a9a42d9c5e..94dd7ce4230c 100644
--- a/offapi/com/sun/star/ui/ConfigurableUIElement.idl
+++ b/offapi/com/sun/star/ui/ConfigurableUIElement.idl
@@ -54,7 +54,7 @@ service ConfigurableUIElement
<p>
A configurable user interface element must be initialized using
- <member scope=com::sun::star::lang>XInitialization::initialize</member> before
+ com::sun::star::lang::XInitialization::initialize() before
it can be used. The following properties must be provided:
<ul>
<li><b>ResourceURL</b><br>specifies the user interface name.</li>
diff --git a/offapi/com/sun/star/ui/ItemStyle.idl b/offapi/com/sun/star/ui/ItemStyle.idl
index cfd8558cb240..8479bbc15a75 100644
--- a/offapi/com/sun/star/ui/ItemStyle.idl
+++ b/offapi/com/sun/star/ui/ItemStyle.idl
@@ -112,8 +112,8 @@ constants ItemStyle
<p>This style can also be used for custom toolbars and menus, in a
custom toolbar an item's Style setting can used to override the
- toolbar container setting, the style can be bitwise OR-ed with <member
- scope="::com::sun::star::ui::ItemStyle">TEXT</member> to define text,
+ toolbar container setting, the style can be bitwise OR-ed with
+ ::com::sun::star::ui::ItemStyle::TEXT to define text,
text+icon or icon only is to be displayed. Similarly for menu items,
an items Style can override the application setting to display either
text or icon (note: for menu an icon only setting interpreted as
@@ -141,8 +141,8 @@ constants ItemStyle
<p>This style can be used for custom toolbars and menus, in a custom
toolbar an item's Style setting can used to override the toolbar
- container setting, the style can be bitwise OR-ed with <member
- scope="com::sun::star::ui::ItemStyle">ICON</member> to define text,
+ container setting, the style can be bitwise OR-ed with
+ com::sun::star::ui::ItemStyle::ICON to define text,
text+icon or icon only is to be displayed. Similarly for menu items,
an items Style can override the application setting to display either
text or icon (note: for menu an icon only setting interpreted as
diff --git a/offapi/com/sun/star/ui/ModuleUICategoryDescription.idl b/offapi/com/sun/star/ui/ModuleUICategoryDescription.idl
index ffe2cdadf10a..71fd6a0a640a 100644
--- a/offapi/com/sun/star/ui/ModuleUICategoryDescription.idl
+++ b/offapi/com/sun/star/ui/ModuleUICategoryDescription.idl
@@ -49,8 +49,7 @@ service ModuleUICategoryDescription
can be used by a UI to display the category name.
The key to a user interface command category depends on the specific
implementation. OpenOffice.org uses a pre-defined number of
- identifiers defined in <type scope="::com::sun:star::frame">
- CommandGroup</type>.
+ identifiers defined in ::com::sun:star::frame::CommandGroup.
</p>
@see ::com::sun::star::frame::ModuleManager
diff --git a/offapi/com/sun/star/ui/UIElement.idl b/offapi/com/sun/star/ui/UIElement.idl
index 0798b51a8d53..9ebceb714e1f 100644
--- a/offapi/com/sun/star/ui/UIElement.idl
+++ b/offapi/com/sun/star/ui/UIElement.idl
@@ -52,7 +52,7 @@ service UIElement
/** interface to initialize a user interface element instance.
A user interface element must be initialized using
- <member scope=com::sun::star::lang>XInitialization::initialize</member> before
+ com::sun::star::lang::XInitialization::initialize() before
it can be used. The following property must be provided:
<ul>
<li><b>ResourceURL</b>specifies a string property which is the unique identifier of
diff --git a/offapi/com/sun/star/ui/XImageManager.idl b/offapi/com/sun/star/ui/XImageManager.idl
index 38d5a8c35b07..47d45aac1128 100644
--- a/offapi/com/sun/star/ui/XImageManager.idl
+++ b/offapi/com/sun/star/ui/XImageManager.idl
@@ -194,7 +194,7 @@ interface XImageManager
/** initializes an image manager instance.
An image manager instance must be initialized using
- <member scope=com::sun::star::lang>XInitialization::initialize</member>
+ com::sun::star::lang::XInitialization::initialize()
before it can be used.<br>
The following property must be provided if the image manager is
related to a module:
diff --git a/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl b/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl
index b6e31168e66d..b538728ac7da 100644
--- a/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl
+++ b/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl
@@ -38,7 +38,7 @@ interface XModuleUIConfigurationManagerSupplier : ::com::sun::star::uno::XInterf
@param ModuleIdentifier
a module identifier which identifies an OpenOffice.org module. The
module identifier can be retrieved from the
- <type scope=com::sun::star::frame>ModuleManager</type> service.
+ com::sun::star::frame::ModuleManager service.
@returns
an object implementing
diff --git a/offapi/com/sun/star/ui/XUIElement.idl b/offapi/com/sun/star/ui/XUIElement.idl
index 9493d78a24bd..f67284c0c177 100644
--- a/offapi/com/sun/star/ui/XUIElement.idl
+++ b/offapi/com/sun/star/ui/XUIElement.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module ui {
com::sun::star::awt::XSystemDependentMenuBarPeer
which supports to retrieve the system dependent menu handle.
A floating window or a toolbar user interface element return a
- <type scope=com::sun::star::awt>XWindow</type>
+ com::sun::star::awt::XWindow
interface.
</p>
*/
diff --git a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
index a2cb04ab80b3..1bd17ccd35df 100644
--- a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module ui { module dialogs {
<p>The application will set the com::sun::star::document::MediaDescriptor
using the interface com::sun::star::beans::XPropertyAccess and then
- call <method>XExecutableDialog::execute<method>.</p>
+ call XExecutableDialog::execute().</p>
<p>If that method returns <code>ExecutableDialogResults::OK</code>,
the application will retrieve the changed com::sun::star::document::MediaDescriptor
@@ -58,9 +58,10 @@ published service FilterOptionsDialog
/** this interface executes a dialog that displays the options
for a filter.
- If <method>XExecutableDialog::execute<method>
+ If XExecutableDialog::execute()
returns <code>ExecutableDialogResults::OK</code>,
- the options can be retrieved by calling <method scope="com::sun::star::beans">XPropertyAccess::getPropertyValues<method>.
+ the options can be retrieved by calling
+ com::sun::star::beans::XPropertyAccess::getPropertyValues.
*/
interface ::com::sun::star::ui::dialogs::XExecutableDialog;
};