summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/XUIConfigurationManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/XUIConfigurationManager.idl')
-rw-r--r--offapi/com/sun/star/ui/XUIConfigurationManager.idl26
1 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/ui/XUIConfigurationManager.idl b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
index 1749eed89b42..d03e4c12a926 100644
--- a/offapi/com/sun/star/ui/XUIConfigurationManager.idl
+++ b/offapi/com/sun/star/ui/XUIConfigurationManager.idl
@@ -69,7 +69,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
returns all user interface elements within the user interface
configuration manager that meet the given ElementType
specification. <p>The following
- <type scope="com::sun::star::beans">PropertyValue</type> entries
+ com::sun::star::beans::PropertyValue entries
are defined inside the sequence for every user interface element.
<ul>
<li><b>ResourceURL<b/>specifies the unique resource URL for
@@ -123,10 +123,10 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
settings data of an existing user interface element, which
implements UIElementSettings. If the settings data
cannot be found a
- <type scope="com::sun::star::container">NoSuchElementException</type>
+ com::sun::star::container::NoSuchElementException
is thrown. If the <member>ResourceURL</member> is not valid or
describes an unknown type a
- <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ com::sun::star::lang::IllegalArgumentException
is thrown.
*/
::com::sun::star::container::XIndexAccess getSettings( [in] string ResourceURL, [in] boolean bWriteable ) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::IllegalArgumentException );
@@ -136,7 +136,7 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
@param ResourceURL
a resource URL which identifies the user interface element to
be replaced. If no element with the given resource URL exists a
- <type scope="com::sun::star::container">NoSuchElementException</type>
+ com::sun::star::container::NoSuchElementException
is thrown.
@param aNewData
@@ -145,12 +145,12 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
<p>
If the settings data cannot be found a
- <type scope="com::sun::star::container">NoSuchElementException</type>
+ com::sun::star::container::NoSuchElementException
is thrown. If the <member>ResourceURL</member> is not valid or describes
an unknown type a
- <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ com::sun::star::lang::IllegalArgumentException
is thrown. If the configuration manager is read-only a
- <type scope="com::sun::star::lang">IllegalAccessException</type> is
+ com::sun::star::lang::IllegalAccessException is
thrown.
</p>
*/
@@ -164,11 +164,11 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
<p>
If the settings data cannot be found a
- <type scope="com::sun::star::container">NoSuchElementException</type> is
+ com::sun::star::container::NoSuchElementException is
thrown. If the <member>ResourceURL</member> is not valid or describes an
- unknown type a <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ unknown type a com::sun::star::lang::IllegalArgumentException
is thrown. If the configuration manager is read-only a
- <type scope="com::sun::star::lang">IllegalAccessException</type> is thrown.
+ com::sun::star::lang::IllegalAccessException is thrown.
</p>
*/
void removeSettings( [in] string ResourceURL ) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::IllegalAccessException );
@@ -184,11 +184,11 @@ interface XUIConfigurationManager : ::com::sun::star::uno::XInterface
<p>
If the settings data is already present a
- <type scope="com::sun::star::container">ElementExistException</type>
+ com::sun::star::container::ElementExistException
is thrown. If the <member>ResourceURL</member> is not valid or describes
- an unknown type a <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ an unknown type a com::sun::star::lang::IllegalArgumentException
is thrown. If the configuration manager is read-only a
- <type scope="com::sun::star::lang">IllegalAccessException</type> is thrown.
+ com::sun::star::lang::IllegalAccessException is thrown.
</p>
*/
void insertSettings( [in] string NewResourceURL, [in] ::com::sun::star::container::XIndexAccess aNewData ) raises ( com::sun::star::container::ElementExistException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::IllegalAccessException );