summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:32:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit3122600a5e11309b86e33061defd710cf0872975 (patch)
tree849f913b061611d306194e07c22071219dafd592 /offapi/com/sun/star/ui
parentb352a8bf0321c13919c9882484a1c4d4d65cfd33 (diff)
*api: convert <member>Foo::bar</member>
Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
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/XContextMenuInterception.idl2
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizard.idl6
3 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ui/ConfigurableUIElement.idl b/offapi/com/sun/star/ui/ConfigurableUIElement.idl
index 34005ca25b8a..5d23dd400071 100644
--- a/offapi/com/sun/star/ui/ConfigurableUIElement.idl
+++ b/offapi/com/sun/star/ui/ConfigurableUIElement.idl
@@ -85,7 +85,7 @@ service ConfigurableUIElement
<p>
If the property <member>Persistent</member> is <TRUE/> changes on the structure of
the user interface element are written back to configuration source. When this property is
- changed, afterwards <member>XUIElementSettings::updateSettings</member> must be called so
+ changed, afterwards XUIElementSettings::updateSettings() must be called so
the user interface element tries to retrieve its settings from the new user interface
configuration manager.
</p>
diff --git a/offapi/com/sun/star/ui/XContextMenuInterception.idl b/offapi/com/sun/star/ui/XContextMenuInterception.idl
index 8b5a1afef2c7..881cf2d01922 100644
--- a/offapi/com/sun/star/ui/XContextMenuInterception.idl
+++ b/offapi/com/sun/star/ui/XContextMenuInterception.idl
@@ -36,7 +36,7 @@ published interface XContextMenuInterception : ::com::sun::star::uno::XInterface
void registerContextMenuInterceptor( [in]XContextMenuInterceptor Interceptor);
/** removes an XContextMenuInterceptor which was previously registered
- using <member>XContextMenuInterception::registerContextMenuInterceptor</member>.
+ using XContextMenuInterception::registerContextMenuInterceptor().
<p>The order of removals is arbitrary. It is not necessary to remove the last
registered interceptor first.</p>
diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl
index 78a2b8671fb3..9ffec02bb7d4 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizard.idl
@@ -62,7 +62,7 @@ interface XWizardPage;
Disabled pages are skipped during sequential traveling, and not selectable in the roadmap.</p>
<p>The state of the <em>Next</em> button in the dialog will be automatically maintained in most situations,
- depending on the results of calls to the <member>XWizardController::canAdvance</member> and <member>XWizardPage::canAdvance</member>
+ depending on the results of calls to the XWizardController::canAdvance() and XWizardPage::canAdvance()
methods. More sophisticated wizard logic, however, will need manual calls to the enableButton() method.
Also, the <em>Finish</em> button needs to be maintained by the wizard's controller, too, as it cannot be decided
generically in which situations it should be enabled or disabled.</p>
@@ -145,7 +145,7 @@ interface XWizard
/** updates the wizard elements which are related to traveling.
- <p>For instance, the <em>Next</em> button is disabled if the current page's <member>XWizardPage::canAdvance</member>
+ <p>For instance, the <em>Next</em> button is disabled if the current page's XWizardPage::canAdvance()
method returns <FALSE/>.</p>
<p>You usually call this method from within a wizard page whose state changed in a way that it affects the
@@ -185,7 +185,7 @@ interface XWizard
However, if your current state is <code>2</code>, then you can not switch to the second path anymore.</p>
@param PathIndex
- the index of the path, as used in the <member>Wizard::createMultiplePathsWizard</member> constructor.
+ the index of the path, as used in the Wizard::createMultiplePathsWizard() constructor.
@param Final
<p>If <TRUE/>, the path will be completely activated, even if it is a conflicting path (i.e. there is another
path which shares the first <code>k</code> states with the to-be-activated path.)</p>