summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:14:19 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commit4bb43e1612ea3737fe53bb28ac830810b0a6a028 (patch)
treebd4949cc9c236626941b7995fb390a7090db37b9 /offapi/com/sun/star/ui
parentea71a05840f53158f669182c6e93de9f8348bbe5 (diff)
*api: replace <member>Foo</member>
These member variables need a # prefix. sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g" Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r--offapi/com/sun/star/ui/ConfigurableUIElement.idl4
-rw-r--r--offapi/com/sun/star/ui/XUIConfigurationManager.idl8
-rw-r--r--offapi/com/sun/star/ui/XUIElementSettings.idl2
3 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/ui/ConfigurableUIElement.idl b/offapi/com/sun/star/ui/ConfigurableUIElement.idl
index 5d23dd400071..c5c02ccccb7b 100644
--- a/offapi/com/sun/star/ui/ConfigurableUIElement.idl
+++ b/offapi/com/sun/star/ui/ConfigurableUIElement.idl
@@ -77,13 +77,13 @@ service ConfigurableUIElement
interface com::sun::star::ui::XUIElementSettings;
/** specifies if the user interface element stores changes of its structure to its creator
- source defined by the property <member>ConfigurationSource</member>. */
+ source defined by the property #ConfigurationSource. */
[property] boolean Persistent;
/** specifies the configuration source of this user interface element.
<p>
- If the property <member>Persistent</member> is <TRUE/> changes on the structure of
+ If the property #Persistent is <TRUE/> changes on the structure of
the user interface element are written back to configuration source. When this property is
changed, afterwards XUIElementSettings::updateSettings() must be called so
the user interface element tries to retrieve its settings from the new user interface
diff --git a/offapi/com/sun/star/ui/XUIConfigurationManager.idl b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
index d03e4c12a926..074f0f3fd59c 100644
--- a/offapi/com/sun/star/ui/XUIConfigurationManager.idl
+++ b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
@@ -124,7 +124,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
implements UIElementSettings. If the settings data
cannot be found a
com::sun::star::container::NoSuchElementException
- is thrown. If the <member>ResourceURL</member> is not valid or
+ is thrown. If the #ResourceURL is not valid or
describes an unknown type a
com::sun::star::lang::IllegalArgumentException
is thrown.
@@ -146,7 +146,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
<p>
If the settings data cannot be found a
com::sun::star::container::NoSuchElementException
- is thrown. If the <member>ResourceURL</member> is not valid or describes
+ is thrown. If the #ResourceURL is not valid or describes
an unknown type a
com::sun::star::lang::IllegalArgumentException
is thrown. If the configuration manager is read-only a
@@ -165,7 +165,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
<p>
If the settings data cannot be found a
com::sun::star::container::NoSuchElementException is
- thrown. If the <member>ResourceURL</member> is not valid or describes an
+ thrown. If the #ResourceURL is not valid or describes an
unknown type a com::sun::star::lang::IllegalArgumentException
is thrown. If the configuration manager is read-only a
com::sun::star::lang::IllegalAccessException is thrown.
@@ -185,7 +185,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
<p>
If the settings data is already present a
com::sun::star::container::ElementExistException
- is thrown. If the <member>ResourceURL</member> is not valid or describes
+ is thrown. If the #ResourceURL is not valid or describes
an unknown type a com::sun::star::lang::IllegalArgumentException
is thrown. If the configuration manager is read-only a
com::sun::star::lang::IllegalAccessException is thrown.
diff --git a/offapi/com/sun/star/ui/XUIElementSettings.idl b/offapi/com/sun/star/ui/XUIElementSettings.idl
index 1f7c6f24b67a..6a57777a343d 100644
--- a/offapi/com/sun/star/ui/XUIElementSettings.idl
+++ b/offapi/com/sun/star/ui/XUIElementSettings.idl
@@ -71,7 +71,7 @@ interface XUIElementSettings : com::sun::star::uno::XInterface
User interface elements cannot be changed directly. The changed structure
data has to be set again. This speeds up the configuration process if many
changes have to be made on the structure. The persistence of changes are
- controlled by the boolean property <member>Persistent</member>.
+ controlled by the boolean property #Persistent.
</p>