summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r--offapi/com/sun/star/ui/ActionTriggerContainer.idl6
-rw-r--r--offapi/com/sun/star/ui/ContextMenuExecuteEvent.idl2
-rw-r--r--offapi/com/sun/star/ui/ModuleUICommandDescription.idl4
-rw-r--r--offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl8
-rw-r--r--offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl14
-rw-r--r--offapi/com/sun/star/ui/UIElementFactoryManager.idl2
-rw-r--r--offapi/com/sun/star/ui/UIElementSettings.idl4
-rw-r--r--offapi/com/sun/star/ui/WindowStateConfiguration.idl4
-rw-r--r--offapi/com/sun/star/ui/XAcceleratorConfiguration.idl10
-rw-r--r--offapi/com/sun/star/ui/XDockingAreaAcceptor.idl8
-rw-r--r--offapi/com/sun/star/ui/XImageManager.idl22
-rw-r--r--offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl4
-rw-r--r--offapi/com/sun/star/ui/XUIConfigurationManager.idl26
-rw-r--r--offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl2
-rw-r--r--offapi/com/sun/star/ui/XUIConfigurationPersistence.idl4
-rw-r--r--offapi/com/sun/star/ui/XUIElement.idl2
-rw-r--r--offapi/com/sun/star/ui/XUIElementFactory.idl6
-rw-r--r--offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl6
-rw-r--r--offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl2
-rw-r--r--offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl20
20 files changed, 78 insertions, 78 deletions
diff --git a/offapi/com/sun/star/ui/ActionTriggerContainer.idl b/offapi/com/sun/star/ui/ActionTriggerContainer.idl
index 6bb0f7df4840..1bd96f9a2cae 100644
--- a/offapi/com/sun/star/ui/ActionTriggerContainer.idl
+++ b/offapi/com/sun/star/ui/ActionTriggerContainer.idl
@@ -50,10 +50,10 @@ module com { module sun { module star { module ui {
published service ActionTriggerContainer
{
/** provides access to the entries of a menu. The element type
- is <type scope="com::sun::star::beans">XPropertySet</type>.
+ is com::sun::star::beans::XPropertySet.
The property set contains attributes like CommandURL, HelpURL
- as defined in the service <type scope="com::sun::star::ui">ActionTrigger</type>
- and optional a <type scope="com::sun::star::ui">ActionTriggerContainer</type>.
+ as defined in the service com::sun::star::ui::ActionTrigger
+ and optional a com::sun::star::ui::ActionTriggerContainer.
*/
interface ::com::sun::star::container::XIndexContainer;
diff --git a/offapi/com/sun/star/ui/ContextMenuExecuteEvent.idl b/offapi/com/sun/star/ui/ContextMenuExecuteEvent.idl
index 260c5a2aff95..6afed53edd1f 100644
--- a/offapi/com/sun/star/ui/ContextMenuExecuteEvent.idl
+++ b/offapi/com/sun/star/ui/ContextMenuExecuteEvent.idl
@@ -38,7 +38,7 @@ published struct ContextMenuExecuteEvent
::com::sun::star::awt::Point ExecutePosition;
/** enables the access to the menu content.
The implementing object has to support the service
- <type scope="com::sun::star::ui">ActionTriggerContainer</type>;
+ com::sun::star::ui::ActionTriggerContainer;
*/
::com::sun::star::container::XIndexContainer ActionTriggerContainer;
/** provides the current selection inside the source window.
diff --git a/offapi/com/sun/star/ui/ModuleUICommandDescription.idl b/offapi/com/sun/star/ui/ModuleUICommandDescription.idl
index e6911e60aa4c..d4364a329911 100644
--- a/offapi/com/sun/star/ui/ModuleUICommandDescription.idl
+++ b/offapi/com/sun/star/ui/ModuleUICommandDescription.idl
@@ -43,8 +43,8 @@ service ModuleUICommandDescription
/** provides access to user interface commands of an installed module.
<p>
- An implementation must provide a <type scope="com::sun::star::uno">Sequence</type> which
- has <type scope="com::sun::star::beans">PropertyValue</type> as entries. The following
+ An implementation must provide a com::sun::star::uno::Sequence which
+ has com::sun::star::beans::PropertyValue as entries. The following
entries a defined:
<ul>
<li><b>Label</b><br>a string which specifies the short name of the user interface command with
diff --git a/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl b/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl
index 24347bf2b30c..51c9e2f1aa94 100644
--- a/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl
+++ b/offapi/com/sun/star/ui/ModuleUIConfigurationManager.idl
@@ -50,14 +50,14 @@ service ModuleUIConfigurationManager
<p>
A module user interface configuration manager instance needs the following arguments as
- <type scope="com::sun::star::beans">PropertyValue</type> to be in a working state:
+ com::sun::star::beans::PropertyValue to be in a working state:
<ul>
- <li><b>DefaultConfigStorage</b>a reference to a <type scope="com::sun::star::embed">Storage</type> that
+ <li><b>DefaultConfigStorage</b>a reference to a com::sun::star::embed::Storage that
contains the default module user interface configuration settings.</li>
- <li><b>UserConfigStorage</b>a reference to a <type scope="com::sun::star::embed">Storage</type> that
+ <li><b>UserConfigStorage</b>a reference to a com::sun::star::embed::Storage that
contains the user-defined module user interface configuration settings.</li>
<li><b>ModuleIdentifier</b>string that provides the module identifier.</li>
- <li><b>UserRootCommit</b>a reference to a <type scope="com::sun::star::embed">XTransactedObject</type> which
+ <li><b>UserRootCommit</b>a reference to a com::sun::star::embed::XTransactedObject which
represents the customizable root storage. Every implementation must use this reference to commit its
changes also at the root storage.</li>
</ul>
diff --git a/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl b/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
index 738f4c7d93da..8437d7d11089 100644
--- a/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
+++ b/offapi/com/sun/star/ui/ModuleWindowStateConfiguration.idl
@@ -46,24 +46,24 @@ service ModuleWindowStateConfiguration
elements which are part of single installed module.
<p>
- An implementation must provide a <type scope="com::sun::star::uno">Sequence</type> which
- has <type scope="com::sun::star::beans">PropertyValue</type> as entries. The following
+ An implementation must provide a com::sun::star::uno::Sequence which
+ has com::sun::star::beans::PropertyValue as entries. The following
entries a defined:
<ul>
<li><b>Docked</b><br>a boolean which specifies if the window is docked or not.</li>
- <li><b>DockingArea</b><br>a <type scope="com::sun::star::ui">DockingArea</type>
+ <li><b>DockingArea</b><br>a com::sun::star::ui::DockingArea
which specifies the docking area where the window is docked.</li>
- <li><b>DockPos</b><br>a <type scope="com::sun::star::awt">Point</type> which specifies the
+ <li><b>DockPos</b><br>a com::sun::star::awt::Point which specifies the
docked position of a window. The X and Y values are interpreted as a row/column number and
a pixel position for top/bottom docked windows. For left/right docked windows this is</li>
- <li><b>DockSize</b><br>a <type scope="com::sun::star::awt">Size</type> which specifies
+ <li><b>DockSize</b><br>a com::sun::star::awt::Size which specifies
the docked size of the window. This property is currently not used by the layout manager
implementation. For future use.</li>
<li><b>Locked</b><br>a boolean which specifies if the window is locked or not. This property
is only valid for docked windows</li>
- <li><b>Pos</b><br>a <type scope="com::sun::star::awt">Point</type> which specifies the
+ <li><b>Pos</b><br>a com::sun::star::awt::Point which specifies the
floating position in pixel of the window.</li>
- <li><b>Size</b><br>a <type scope="com::sun::star::awt">Size</type> which specifies the
+ <li><b>Size</b><br>a com::sun::star::awt::Size which specifies the
floating size in pixel of the window.</li>
<li><b>Style</b><br>a long which specifies the style of the window. A toolbar support the
following values: 0 = icons, 1 = text, 2 = text+icons.</li>
diff --git a/offapi/com/sun/star/ui/UIElementFactoryManager.idl b/offapi/com/sun/star/ui/UIElementFactoryManager.idl
index 7ff3746f584a..d7ab858e25b7 100644
--- a/offapi/com/sun/star/ui/UIElementFactoryManager.idl
+++ b/offapi/com/sun/star/ui/UIElementFactoryManager.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module ui {
interface element factories.
<p>An implementation is usually obtained from a
- <type scope="com::sun::star::lang">ServiceManager</type>.
+ com::sun::star::lang::ServiceManager.
</p>
@since OOo 2.0
diff --git a/offapi/com/sun/star/ui/UIElementSettings.idl b/offapi/com/sun/star/ui/UIElementSettings.idl
index 18437e772bf3..13a28903c978 100644
--- a/offapi/com/sun/star/ui/UIElementSettings.idl
+++ b/offapi/com/sun/star/ui/UIElementSettings.idl
@@ -44,8 +44,8 @@ service UIElementSettings
<p>
The container contains the items of the user interface element. Every
- item is stored as a sequence of <type scope="com::sun::star::beans">PropertyValue</type>.
- The properties insides the sequence are defined by the service <type scope="com::sun::star::ui">ItemDescriptor</type>.
+ item is stored as a sequence of com::sun::star::beans::PropertyValue.
+ The properties insides the sequence are defined by the service com::sun::star::ui::ItemDescriptor.
It depends on the function which provides these service if the container is shareable read-only or exclusive writable.
@see com::sun::star::ui::ItemDescriptor
diff --git a/offapi/com/sun/star/ui/WindowStateConfiguration.idl b/offapi/com/sun/star/ui/WindowStateConfiguration.idl
index afd43f7cce75..790af3938d08 100644
--- a/offapi/com/sun/star/ui/WindowStateConfiguration.idl
+++ b/offapi/com/sun/star/ui/WindowStateConfiguration.idl
@@ -42,8 +42,8 @@ module com { module sun { module star { module ui {
<p>
To access the window based information of a module, a unique module specifier
must be provided to <member scope="com::sun::star::container">XNameAccess::getByName()</member> function.
- The module specifier can be retrieved from the <type scope="com::sun::star::frame">ModuleManager</type>
- service. The interface provides references to a <type scope="com::sun:star::ui">ModuleWindowStateConfiguration</type>.
+ The module specifier can be retrieved from the com::sun::star::frame::ModuleManager
+ service. The interface provides references to a com::sun:star::ui::ModuleWindowStateConfiguration.
</p>
@see com::sun::star::frame::ModuleManager
diff --git a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
index 1ad07102ac01..f7cc295de934 100644
--- a/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
+++ b/offapi/com/sun/star/ui/XAcceleratorConfiguration.idl
@@ -43,13 +43,13 @@ module com { module sun { module star { module ui {
Note further:<br>
All changes you made on this configuration access modify the
the configuration set inside memory only. You have to use
- the <type scope="com::sun::star::util">XFlushable</type> interface
+ the com::sun::star::util::XFlushable interface
(which must be available at the same implementation object too), to
make it persistent.
</p>
@see AcceleratorConfiguration
- @see <type scope="dom::sun::star::util">XFlushable</type>
+ @see dom::sun::star::util::XFlushable
@since OOo 2.0
*/
@@ -160,7 +160,7 @@ interface XAcceleratorConfiguration
@param sCommand
the command, where key bindings are searched for.
- @return A list of <type scope="com::sun::star::awt">KeyEvent</type> structures,
+ @return A list of com::sun::star::awt::KeyEvent structures,
where the specified command is registered for.
@throws ::com::sun::star::lang::IllegalArgumentException
@@ -251,8 +251,8 @@ interface XAcceleratorConfiguration
/** connects this configuration to a new storage
which must be used further on subsequent calls of
- <type scope="com::sun::star::util::">XConfigurationPersistence.load()</type>
- and <type scope="com::sun::star::util::">XConfigurationPersistence.store()</type>.
+ com::sun::star::util::::XConfigurationPersistence.load()
+ and com::sun::star::util::::XConfigurationPersistence.store().
*/
interface com::sun::star::ui::XUIConfigurationStorage;
diff --git a/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl b/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl
index aef9206e5bee..3bed4131415b 100644
--- a/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl
+++ b/offapi/com/sun/star/ui/XDockingAreaAcceptor.idl
@@ -61,9 +61,9 @@ interface XDockingAreaAcceptor : com::sun::star::uno::XInterface
is available or not.
<p>
- The <type scope="com::sun::star::awt">Rectangle</type> parameter is
+ The com::sun::star::awt::Rectangle parameter is
filled by the caller with pixel data. The members of
- <type scope="com::sun::star::awt">Rectangle</type> must be filled
+ com::sun::star::awt::Rectangle must be filled
as following:
<ul>
<li>X = requested area on left side (in pixel)</li>
@@ -79,9 +79,9 @@ interface XDockingAreaAcceptor : com::sun::star::uno::XInterface
<p>
The callee must size its document window so that we have the amount
- of space we have provided. The <type scope="com::sun::star::awt">Rectangle</type>
+ of space we have provided. The com::sun::star::awt::Rectangle
parameter is filled by the caller with pixel data. The members of
- <type scope="com::sun::star::awt">Rectangle</type> must be filled as
+ com::sun::star::awt::Rectangle must be filled as
following:
<ul>
<li>X = new area on left side (in pixel)</li>
diff --git a/offapi/com/sun/star/ui/XImageManager.idl b/offapi/com/sun/star/ui/XImageManager.idl
index 34faf06daecf..54971113dd7c 100644
--- a/offapi/com/sun/star/ui/XImageManager.idl
+++ b/offapi/com/sun/star/ui/XImageManager.idl
@@ -89,7 +89,7 @@ interface XImageManager
a command URL has no associated image a graphics object with an
empty image is provided. If the sequence
<var>aCommandURLSequence</var> contains an invalid command
- URL a <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ URL a com::sun::star::lang::IllegalArgumentException
is thrown.
*/
sequence< ::com::sun::star::graphic::XGraphic > getImages( [in] short nImageType, [in] sequence< string > aCommandURLSequence ) raises ( com::sun::star::lang::IllegalArgumentException );
@@ -109,9 +109,9 @@ interface XImageManager
<p>
If a command URL cannot be found the replace call will be omitted. If
<var>aCommandURLSequence</var> contains an invalid command URL a
- <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ com::sun::star::lang::IllegalArgumentException
is thrown. If the image manager is associated with a read-only configuration
- manager a <type scope="com::sun::star::lang">IllegalAccessException</type>
+ manager a com::sun::star::lang::IllegalAccessException
is thrown.
</p>
*/
@@ -127,9 +127,9 @@ interface XImageManager
<p>
If the <var>aCommandURLSequence</var> contains an invalid command URL a
- <type scope="com::sun::star::lang">IllegalArgumentException</type> is
+ com::sun::star::lang::IllegalArgumentException is
thrown. If the image manager is associated with a read-only configuration
- manager a <type scope="com::sun::star::lang">IllegalAccessException</type>
+ manager a com::sun::star::lang::IllegalAccessException
is thrown.
</p>
*/
@@ -150,9 +150,9 @@ interface XImageManager
<p>
If an association is already present it is replaced. If
<var>aCommandURLSequence</var> contains an invalid command URL 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>
*/
@@ -171,9 +171,9 @@ interface XImageManager
set has been changed, due to insert, remove or replace operations. To
minimize the overhead for notifications an image manager places all
inserted and/or replaced images into a single notify call. A container
- which implements <type scope="com::sun::star::container">XNameAccess</type>
+ which implements com::sun::star::container::XNameAccess
holds the information. The access key is a command URL and provides a
- <type scope="::com::sun::star::graphic">XGraphic</type>. This container
+ ::com::sun::star::graphic::XGraphic. This container
is placed into the
<member scope="com::sun::star::ui">ConfigurationEvent::Element</member>.
The image set which has been changed is put into the
@@ -203,11 +203,11 @@ interface XImageManager
unique identifier of module.
</li>
<li><b>UserConfigStorage</b>specifies a
- <type scope="com::sun::star::embed">XStorage</type> property which
+ com::sun::star::embed::XStorage property which
provides access to the configuration storage of the module.
</li>
<li><b>UserRootCommit</b>specifies an optional
- <type scope="com::sun::star::embed">XTransactedObject</type>
+ com::sun::star::embed::XTransactedObject
property which makes it possible to commit a root storage.
</li>
</ul>
diff --git a/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl b/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl
index ee0b13bc78e7..b6e31168e66d 100644
--- a/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl
+++ b/offapi/com/sun/star/ui/XModuleUIConfigurationManagerSupplier.idl
@@ -42,9 +42,9 @@ interface XModuleUIConfigurationManagerSupplier : ::com::sun::star::uno::XInterf
@returns
an object implementing
- <type scope="::com::sun::star::ui">ModuleUIConfigurationManager</type>
+ ::com::sun::star::ui::ModuleUIConfigurationManager
service. If the provided module identifier is unknown a
- <type scope="com::sun::star::container">NoSuchElementException</type>
+ com::sun::star::container::NoSuchElementException
is thrown.
*/
XUIConfigurationManager getUIConfigurationManager( [in] string ModuleIdentifier ) raises ( com::sun::star::container::NoSuchElementException );
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 );
diff --git a/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl b/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl
index edc5d9121ef4..caa4ba2f5733 100644
--- a/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl
+++ b/offapi/com/sun/star/ui/XUIConfigurationManagerSupplier.idl
@@ -37,7 +37,7 @@ interface XUIConfigurationManagerSupplier : ::com::sun::star::uno::XInterface
@returns
an object implementing
- <type scope="::com::sun::star::ui">UIConfigurationManager</type>
+ ::com::sun::star::ui::UIConfigurationManager
service.
*/
XUIConfigurationManager getUIConfigurationManager();
diff --git a/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl b/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl
index 9ffc59a093f6..9ee2a61bd2bb 100644
--- a/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl
+++ b/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl
@@ -48,7 +48,7 @@ interface XUIConfigurationPersistence : ::com::sun::star::uno::XInterface
<member>setStorage</member> from the storage and initialize the
user interface configuration manager instance with the newly
data. This call can throw an
- <type scope="com::sun::star::io">IOException</type> if
+ com::sun::star::io::IOException if
<member>store</member> cannot store its data into the internal
storage.
*/
@@ -58,7 +58,7 @@ interface XUIConfigurationPersistence : ::com::sun::star::uno::XInterface
the previously set storage by <member>setStorage</member>. Can
be used to make copy of the current user interface configuration
data to another storage. This call will throw an
- <type scope="com::sun::star::io">IOException</type> if the provided
+ com::sun::star::io::IOException if the provided
storage is in read-only mode.
@param Storage
diff --git a/offapi/com/sun/star/ui/XUIElement.idl b/offapi/com/sun/star/ui/XUIElement.idl
index 7c66f414d3d0..9493d78a24bd 100644
--- a/offapi/com/sun/star/ui/XUIElement.idl
+++ b/offapi/com/sun/star/ui/XUIElement.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module ui {
<p>
The type of the interface depends on the real type of the user interface
element. A menubar user interface element provides access to its
- <type scope="com::sun::star::awt">XSystemDependentMenuBarPeer</type>
+ 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>
diff --git a/offapi/com/sun/star/ui/XUIElementFactory.idl b/offapi/com/sun/star/ui/XUIElementFactory.idl
index bef986896e1a..5e19afcbfaaa 100644
--- a/offapi/com/sun/star/ui/XUIElementFactory.idl
+++ b/offapi/com/sun/star/ui/XUIElementFactory.idl
@@ -60,7 +60,7 @@ interface XUIElementFactory : ::com::sun::star::uno::XInterface
characters for type and name. This argument must not be empty to
have a working user interface element instance.The implementation
can throw an
- <type scope="com::sun::star::container">NoSuchElementException</type>
+ com::sun::star::container::NoSuchElementException
if it doesn't know how to create the request user interface
element.
@@ -68,7 +68,7 @@ interface XUIElementFactory : ::com::sun::star::uno::XInterface
The following arguments are supported:
<ul>
<li><b>Frame</b><br>
- specifies the <type scope="com::sun::star::frame">XFrame</type>
+ specifies the com::sun::star::frame::XFrame
instance to which the user interface element belongs to. To
create a configurable user interface element the frame
instance must contain a visible component. Otherwise it is
@@ -94,7 +94,7 @@ interface XUIElementFactory : ::com::sun::star::uno::XInterface
user interface element cannot retrieve its structure data and changes to
the user interface element structure won't be persistent. It is up to the
implementation to throw an
- <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ com::sun::star::lang::IllegalArgumentException
if it cannot create a user interface element with the provided arguments.
@see ConfigurableUIElement
diff --git a/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl b/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl
index 0fe259347bef..bdb1f92938f9 100644
--- a/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl
+++ b/offapi/com/sun/star/ui/XUIElementFactoryRegistration.idl
@@ -91,7 +91,7 @@ interface XUIElementFactoryRegistration : com::sun::star::uno::XInterface
@param ModuleName
an optional module identifier. This value can remain empty, if a generic factory is requested.
- The module identifier can be retrieved from the <type scope="com::sun::star::frame">ModuleManager</type> service.
+ The module identifier can be retrieved from the com::sun::star::frame::ModuleManager service.
*/
::com::sun::star::ui::XUIElementFactory getFactory( [in] string ResourceURL, [in] string ModuleIdentifier );
@@ -114,7 +114,7 @@ interface XUIElementFactoryRegistration : com::sun::star::uno::XInterface
@param aModuleIdentifier
an optional module identifier that can be used to register a factory only for a single module. This value
can remain empty if no special factory for a single module is needed. The module identifier can be retrieved
- from the <type scope="com::sun::star::frame">ModuleManager</type> service.
+ from the com::sun::star::frame::ModuleManager service.
@param aFactoryImplementationName
a UNO implementation name that can be used by an implementation to create a factory instance.
@@ -140,7 +140,7 @@ interface XUIElementFactoryRegistration : com::sun::star::uno::XInterface
@param aModuleName
an optional module name that can be used to deregister a factory only for a single module. This value
can remain empty if not a module based factory should be deregistered. The module identifier can be retrieved
- from the <type scope="com::sun::star::frame">ModuleManager</type> service.
+ from the com::sun::star::frame::ModuleManager service.
<p>
<b>Using this function can be very dangerous as other implementation with OpenOffice may not be able to create their
diff --git a/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl b/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
index f3bce8d7db52..f96221f7dbf5 100644
--- a/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilePreviewImageFormats.idl
@@ -24,7 +24,7 @@
module com { module sun { module star { module ui { module dialogs {
/** These constants are used to specify image formats supported by an implementation
- of the interface <type scope="com::sun::star::ui::dialogs">XFilePreview</type>.
+ of the interface com::sun::star::ui::dialogs::XFilePreview.
*/
published constants FilePreviewImageFormats
diff --git a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
index 1a71ee472608..a2cb04ab80b3 100644
--- a/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
+++ b/offapi/com/sun/star/ui/dialogs/FilterOptionsDialog.idl
@@ -29,18 +29,18 @@ module com { module sun { module star { module ui { module dialogs {
/** This service enables a filter developer to register a dialog to query
for user options before the filter operation is performed.
- <p>The user options are stored inside the <type scope="com::sun::star::document">MediaDescriptor</type>
- and can be queried from the <type scope="com::sun::star::document">MediaDescriptor</type> by
- the component that implements <type scope="com::sun::star::document">XFilter</type>.</p>
+ <p>The user options are stored inside the com::sun::star::document::MediaDescriptor
+ and can be queried from the com::sun::star::document::MediaDescriptor by
+ the component that implements com::sun::star::document::XFilter.</p>
- <p>The application will set the <type scope="com::sun::star::document">MediaDescriptor</type>
- using the interface <type scope="com::sun::star::beans">XPropertyAccess</type> and then
+ <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>
<p>If that method returns <code>ExecutableDialogResults::OK</code>,
- the application will retrieve the changed <type scope="com::sun::star::document">MediaDescriptor</type>
- back using the interface <type scope="com::sun::star::beans">XPropertyAccess</type>. The filter
- operation is than continued, using the new <type scope="com::sun::star::document">MediaDescriptor</type>.</p>
+ the application will retrieve the changed com::sun::star::document::MediaDescriptor
+ back using the interface com::sun::star::beans::XPropertyAccess. The filter
+ operation is than continued, using the new com::sun::star::document::MediaDescriptor.</p>
<p>Otherwise, the filter operation is canceled.</p>
@@ -49,8 +49,8 @@ module com { module sun { module star { module ui { module dialogs {
published service FilterOptionsDialog
{
/** this interface is used to set the property values of the
- <type scope="com::sun::star::document">MediaDescriptor</type> before executing
- the dialog and to retrieve the changed <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor before executing
+ the dialog and to retrieve the changed com::sun::star::document::MediaDescriptor
afterwards.
*/