summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r--offapi/com/sun/star/frame/ContentHandler.idl2
-rw-r--r--offapi/com/sun/star/frame/Controller.idl4
-rw-r--r--offapi/com/sun/star/frame/DispatchDescriptor.idl2
-rw-r--r--offapi/com/sun/star/frame/FrameLoader.idl2
-rw-r--r--offapi/com/sun/star/frame/GlobalEventBroadcaster.idl2
-rw-r--r--offapi/com/sun/star/frame/PopupMenuController.idl6
-rw-r--r--offapi/com/sun/star/frame/SynchronousFrameLoader.idl2
-rw-r--r--offapi/com/sun/star/frame/Task.idl2
-rw-r--r--offapi/com/sun/star/frame/ToolbarController.idl6
-rw-r--r--offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl2
-rw-r--r--offapi/com/sun/star/frame/UICommandDescription.idl4
-rw-r--r--offapi/com/sun/star/frame/XComponentLoader.idl10
-rw-r--r--offapi/com/sun/star/frame/XConfigManager.idl2
-rw-r--r--offapi/com/sun/star/frame/XDesktopTask.idl4
-rw-r--r--offapi/com/sun/star/frame/XDispatchInformationProvider.idl2
-rw-r--r--offapi/com/sun/star/frame/XDispatchRecorder.idl4
-rw-r--r--offapi/com/sun/star/frame/XExtendedFilterDetection.idl2
-rw-r--r--offapi/com/sun/star/frame/XFilterDetect.idl2
-rw-r--r--offapi/com/sun/star/frame/XFrame.idl2
-rw-r--r--offapi/com/sun/star/frame/XFrame2.idl2
-rw-r--r--offapi/com/sun/star/frame/XFrameLoader.idl2
-rw-r--r--offapi/com/sun/star/frame/XFrameLoaderQuery.idl2
-rw-r--r--offapi/com/sun/star/frame/XLayoutManager.idl10
-rw-r--r--offapi/com/sun/star/frame/XLoadable.idl2
-rw-r--r--offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl2
-rw-r--r--offapi/com/sun/star/frame/XModel.idl12
-rw-r--r--offapi/com/sun/star/frame/XModuleManager.idl10
-rw-r--r--offapi/com/sun/star/frame/XModuleManager2.idl2
-rw-r--r--offapi/com/sun/star/frame/XNotifyingDispatch.idl2
-rw-r--r--offapi/com/sun/star/frame/XPopupMenuController.idl4
-rw-r--r--offapi/com/sun/star/frame/XRecordableDispatch.idl2
-rw-r--r--offapi/com/sun/star/frame/XStatusbarController.idl4
-rw-r--r--offapi/com/sun/star/frame/XStorable.idl4
-rw-r--r--offapi/com/sun/star/frame/XStorable2.idl2
-rw-r--r--offapi/com/sun/star/frame/XSynchronousFrameLoader.idl2
-rw-r--r--offapi/com/sun/star/frame/XTask.idl2
-rw-r--r--offapi/com/sun/star/frame/XToolbarController.idl8
-rw-r--r--offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl12
-rw-r--r--offapi/com/sun/star/frame/XUIControllerFactory.idl2
39 files changed, 75 insertions, 75 deletions
diff --git a/offapi/com/sun/star/frame/ContentHandler.idl b/offapi/com/sun/star/frame/ContentHandler.idl
index 027e1047ad93..78b42454c3b5 100644
--- a/offapi/com/sun/star/frame/ContentHandler.idl
+++ b/offapi/com/sun/star/frame/ContentHandler.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module frame {
<p>
This handler doesn't need any frame as target for loading components.
Content handler are registered for content types.
- (See type/filter configuration of <type scope="com::sun::star::document">TypeDetection</type>
+ (See type/filter configuration of com::sun::star::document::TypeDetection
for further information) If generic load mechanism found such documents which
can be handled by a ContentHandler it will create and use it.
</p>
diff --git a/offapi/com/sun/star/frame/Controller.idl b/offapi/com/sun/star/frame/Controller.idl
index 06f05d646c35..308b1da67ec2 100644
--- a/offapi/com/sun/star/frame/Controller.idl
+++ b/offapi/com/sun/star/frame/Controller.idl
@@ -31,7 +31,7 @@
module com { module sun { module star { module frame {
/** is an abstract service for a component which offers a deeper integration of
- desktop components than a <type scope="com::sun::star::awt">XWindow</type>
+ desktop components than a com::sun::star::awt::XWindow
can offer
<p>
@@ -39,7 +39,7 @@
environment. A controller is a richer component then a pure window, but full featured
components need a XModel interface too.
<br>
- (see service <type scope="com::sun::star::document">OfficeDocument</type> for further information)
+ (see service com::sun::star::document::OfficeDocument for further information)
<p>
@see com::sun::star::document::OfficeDocument
diff --git a/offapi/com/sun/star/frame/DispatchDescriptor.idl b/offapi/com/sun/star/frame/DispatchDescriptor.idl
index 790567076377..dcc8b936199f 100644
--- a/offapi/com/sun/star/frame/DispatchDescriptor.idl
+++ b/offapi/com/sun/star/frame/DispatchDescriptor.idl
@@ -42,7 +42,7 @@ published struct DispatchDescriptor
/** specifies the URL of the resource/function
<p>
- Must be a full parsed URL. Use service <type scope="com::sun::star::util">URLTransformer</type>
+ Must be a full parsed URL. Use service com::sun::star::util::URLTransformer
for that.
</p>
diff --git a/offapi/com/sun/star/frame/FrameLoader.idl b/offapi/com/sun/star/frame/FrameLoader.idl
index 45d716d1c8f1..acb74eac61da 100644
--- a/offapi/com/sun/star/frame/FrameLoader.idl
+++ b/offapi/com/sun/star/frame/FrameLoader.idl
@@ -60,7 +60,7 @@ published service FrameLoader
<p>
The internal name is a part of his configuration and will be passed by
the FrameLoaderFactory after creation
- if optional interface <type scope="com::sun::star::lang">XInitialization</type>
+ if optional interface com::sun::star::lang::XInitialization
is supported. Value of function <member scope="com::sun::star::container">XNamed::getName()</member>
can be used on service FrameLoaderFactory to get further information about this loader.
Setting of this name by calling <member scope="com::sun::star::container">XNamed::setName()</member>
diff --git a/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl b/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
index e31ebd494d74..6fe6af8eb54a 100644
--- a/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
+++ b/offapi/com/sun/star/frame/GlobalEventBroadcaster.idl
@@ -26,7 +26,7 @@ module com { module sun { module star { module frame {
/**
This service offers the document event functionality that can be found at any
- <type scope="com::sun::star::document">OfficeDocument</type>, but it does it for all existing documents.
+ com::sun::star::document::OfficeDocument, but it does it for all existing documents.
So it is a single place where a listener can be registered for all events in all
documents.
*/
diff --git a/offapi/com/sun/star/frame/PopupMenuController.idl b/offapi/com/sun/star/frame/PopupMenuController.idl
index ff98846d0806..8328501d5624 100644
--- a/offapi/com/sun/star/frame/PopupMenuController.idl
+++ b/offapi/com/sun/star/frame/PopupMenuController.idl
@@ -50,7 +50,7 @@ service PopupMenuController
<p>
A pop-up menu controller implementation gets initialized with a
- <type scope="com::sun::star::awt">XPopupMenu</type> object. This assures
+ com::sun::star::awt::XPopupMenu object. This assures
that a pop-up menu controller can be implemented with any UNO based
language.
</p>
@@ -65,9 +65,9 @@ service PopupMenuController
initialize every controller correctly.<br/>
A pop-up menu controller needs at least two additional arguments
- provided as <type scope="com::sun::star::beans">PropertyValue</type>:
+ provided as com::sun::star::beans::PropertyValue:
<ul>
- <li><b>Frame</b><br>specifies the <type scope="com::sun::star::frame">XFrame</type>
+ <li><b>Frame</b><br>specifies the com::sun::star::frame::XFrame
instance to which the pop-up menu controller belongs to.</li>
<li><b>CommandURL</b><br>specifies which pop-up menu controller should be created.</li>
</ul>
diff --git a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
index da93868e9eec..cf885bf85f3d 100644
--- a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
+++ b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
@@ -60,7 +60,7 @@ published service SynchronousFrameLoader
<p>
The internal name is a part of his configuration and will be passed by
the FrameLoaderFactory after creation
- if optional interface <type scope="com::sun::star::lang">XInitialization</type>
+ if optional interface com::sun::star::lang::XInitialization
is supported. Value of function <member scope="com::sun::star::container">XNamed::getName()</member> can be
used on service FrameLoaderFactory to get further information about this loader.
Setting of this name by calling <member scope="com::sun::star::container">XNamed::setName()</member> must be
diff --git a/offapi/com/sun/star/frame/Task.idl b/offapi/com/sun/star/frame/Task.idl
index 074fbc35af50..f2f57f47e401 100644
--- a/offapi/com/sun/star/frame/Task.idl
+++ b/offapi/com/sun/star/frame/Task.idl
@@ -48,7 +48,7 @@ published service Task
/**
@deprecated
- use <type scope="com::sun::star::util">XCloseable</type> instead.
+ use com::sun::star::util::XCloseable instead.
*/
interface XTask;
diff --git a/offapi/com/sun/star/frame/ToolbarController.idl b/offapi/com/sun/star/frame/ToolbarController.idl
index f8b9b4db7b70..012c90a520e2 100644
--- a/offapi/com/sun/star/frame/ToolbarController.idl
+++ b/offapi/com/sun/star/frame/ToolbarController.idl
@@ -62,14 +62,14 @@ service ToolbarController
/** used to initialize a component with required arguments.
A toolbar controller needs at least three additional arguments
- provided as <type scope="com::sun::star::beans">PropertyValue</type>:
+ provided as com::sun::star::beans::PropertyValue:
<ul>
- <li><b>Frame</b><br>a <type scope="com::sun::star::frame">XFrame</type>
+ <li><b>Frame</b><br>a com::sun::star::frame::XFrame
instance to which the toolbar controller belongs.</li>
<li><b>CommandURL</b><br>a string which specifies the command a
toolbar controller is bound.</li>
<li><b>ServiceManager</b><br>a
- <type scope="com::sun::star::lang">XMultiServiceFactory</type>
+ com::sun::star::lang::XMultiServiceFactory
instance which can be used to create additional UNO services.</li>
</ul>
*/
diff --git a/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl b/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl
index a622ea0066b0..0d1e6bb7006a 100644
--- a/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl
+++ b/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module frame {
/** specifies a factory for
- <type scope="com::sun::star::ucb">TransientDocumentsDocumentContent</type>s.
+ com::sun::star::ucb::TransientDocumentsDocumentContents.
@since OOo 2.0
*/
diff --git a/offapi/com/sun/star/frame/UICommandDescription.idl b/offapi/com/sun/star/frame/UICommandDescription.idl
index 1f2d3cd1ab71..9c8f41d0a8da 100644
--- a/offapi/com/sun/star/frame/UICommandDescription.idl
+++ b/offapi/com/sun/star/frame/UICommandDescription.idl
@@ -41,8 +41,8 @@ module com { module sun { module star { module frame {
<p>
To access the user interface command description 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 <type scope="com::sun:star::ui">ModuleUICommandDescription</type>.
+ The module specifier can be retrieved from the com::sun::star::frame::ModuleManager
+ service. The interface provides references to com::sun:star::ui::ModuleUICommandDescription.
</p>
@see com::sun::star::frame::ModuleManager
diff --git a/offapi/com/sun/star/frame/XComponentLoader.idl b/offapi/com/sun/star/frame/XComponentLoader.idl
index bf7ff5ff67e1..2a42593281e4 100644
--- a/offapi/com/sun/star/frame/XComponentLoader.idl
+++ b/offapi/com/sun/star/frame/XComponentLoader.idl
@@ -47,7 +47,7 @@ published interface XComponentLoader: com::sun::star::uno::XInterface
<p>
To create new documents, use "private:factory/scalc", "private:factory/swriter", etc.
Other special protocols (e.g. "slot:", ".uno") are not allowed and raise
- an <type scope="com::sun::star::lang">IllegalArgumentException</type>.
+ an com::sun::star::lang::IllegalArgumentException.
</p>
@param TargetFrameName
@@ -101,11 +101,11 @@ published interface XComponentLoader: com::sun::star::uno::XInterface
the document is opened read-only. "FilterName" specifies the
component type to create and the filter to use, for example:
"Text - CSV". For more information see
- <type scope="com::sun::star::document">MediaDescriptor</type>.
+ com::sun::star::document::MediaDescriptor.
</p>
@return
- a <type scope="com::sun::star::lang">XComponent</type> for successfully loaded
+ a com::sun::star::lang::XComponent for successfully loaded
documents or
<br>
<NULL/>if it failed
@@ -116,7 +116,7 @@ published interface XComponentLoader: com::sun::star::uno::XInterface
The real document service behind this interface can be one of follow three ones:
<ul>
<li>
- <type scope="com::sun::star::awt">XWindow</type> for simple components<br/>
+ com::sun::star::awt::XWindow for simple components<br/>
Should be used for viewable components only. It is not allowed to dispose
it after use directly, because the frame containing the component is its owner.
Because the frame object is not accessible through the interface too,
@@ -139,7 +139,7 @@ published interface XComponentLoader: com::sun::star::uno::XInterface
Simply calling <method scope="com::sun::star::lang">XComponent::dispose</method> on this model may
cause problems, if some members of the "owner community" are currently
busy working on the model. These problems are handled by explicit closing
- negotiations through the interface <type scope="com::sun::star::util">XCloseable</type>.
+ negotiations through the interface com::sun::star::util::XCloseable.
Direct dispose of the model is allowed only, if this special interface doesn't exist.
</li>
</ul>
diff --git a/offapi/com/sun/star/frame/XConfigManager.idl b/offapi/com/sun/star/frame/XConfigManager.idl
index d6ed925a60f7..3fc5b74aeeb5 100644
--- a/offapi/com/sun/star/frame/XConfigManager.idl
+++ b/offapi/com/sun/star/frame/XConfigManager.idl
@@ -84,7 +84,7 @@ published interface XConfigManager: com::sun::star::uno::XInterface
*/
string substituteVariables( [in] string Text );
- /** was designed for additional functionality for interface <type scope="com::sun::star::registry">XSimpleRegistry</type>
+ /** was designed for additional functionality for interface com::sun::star::registry::XSimpleRegistry
and make no sense without that
@deprecated
*/
diff --git a/offapi/com/sun/star/frame/XDesktopTask.idl b/offapi/com/sun/star/frame/XDesktopTask.idl
index fbe5305f69a9..65060cb25ff6 100644
--- a/offapi/com/sun/star/frame/XDesktopTask.idl
+++ b/offapi/com/sun/star/frame/XDesktopTask.idl
@@ -31,12 +31,12 @@
*/
published interface XDesktopTask: com::sun::star::lang::XComponent
{
- /** use <type scope="com::sun::star::lang">XInitialization</type> instead..
+ /** use com::sun::star::lang::XInitialization instead..
@deprecated
*/
void initialize( [in] com::sun::star::awt::XWindow TaskWindow );
- /** use <type scope="com::sun::star::util">XCloseable</type>
+ /** use com::sun::star::util::XCloseable
or <member scope="com::sun::star::lang">XComponent::dispose()</member>
instead.
diff --git a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
index aaa94be3b823..ced5ce681c60 100644
--- a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
+++ b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
@@ -59,7 +59,7 @@ published interface XDispatchInformationProvider: com::sun::star::uno::XInterfac
@returns
name and group name of every command supported. A group ID which is
- not supported returns an empty <type scope="com::sun::star::uno">Sequence</type>.
+ not supported returns an empty com::sun::star::uno::Sequence.
*/
sequence < DispatchInformation > getConfigurableDispatchInformation( [in] short CommandGroup );
};
diff --git a/offapi/com/sun/star/frame/XDispatchRecorder.idl b/offapi/com/sun/star/frame/XDispatchRecorder.idl
index 6b007f512fc2..ed6328a66a1b 100644
--- a/offapi/com/sun/star/frame/XDispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/XDispatchRecorder.idl
@@ -76,7 +76,7 @@ published interface XDispatchRecorder: com::sun::star::uno::XInterface
@param Arguments
optional arguments for the command URL
<br>
- (see <type scope="com::sun::star::document">MediaDescriptor</type>
+ (see com::sun::star::document::MediaDescriptor
for further information)
*/
void recordDispatch(
@@ -96,7 +96,7 @@ published interface XDispatchRecorder: com::sun::star::uno::XInterface
@param Arguments
optional arguments for the command URL
<br>
- (see <type scope="com::sun::star::document">MediaDescriptor</type>
+ (see com::sun::star::document::MediaDescriptor
for further information)
*/
void recordDispatchAsComment(
diff --git a/offapi/com/sun/star/frame/XExtendedFilterDetection.idl b/offapi/com/sun/star/frame/XExtendedFilterDetection.idl
index 939c14516832..905e8a0a03e3 100644
--- a/offapi/com/sun/star/frame/XExtendedFilterDetection.idl
+++ b/offapi/com/sun/star/frame/XExtendedFilterDetection.idl
@@ -28,7 +28,7 @@
module star {
module frame {
-/** use <type scope="com::sun::star::document">XExtendedFilterDetection</type> instead of this
+/** use com::sun::star::document::XExtendedFilterDetection instead of this
@deprecated
*/
published interface XExtendedFilterDetection: com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/frame/XFilterDetect.idl b/offapi/com/sun/star/frame/XFilterDetect.idl
index e38d16634e6a..9ba432e17fcf 100644
--- a/offapi/com/sun/star/frame/XFilterDetect.idl
+++ b/offapi/com/sun/star/frame/XFilterDetect.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module frame {
-/** use <type scope="com::sun::star::document">XExtendedFilterDetection</type> instead of this
+/** use com::sun::star::document::XExtendedFilterDetection instead of this
@deprecated
*/
published interface XFilterDetect: com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index 68228b5f9a3f..c0670ceb7f5f 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.idl
@@ -257,7 +257,7 @@ published interface XFrame: com::sun::star::lang::XComponent
the controller of the new component or <NULL/> for release
<p>
- Simple components may implement a <type scope="com::sun::star::awt">XWindow</type> only.
+ Simple components may implement a com::sun::star::awt::XWindow only.
In this case no controller must be given here.
</p>
diff --git a/offapi/com/sun/star/frame/XFrame2.idl b/offapi/com/sun/star/frame/XFrame2.idl
index 2d53e9302935..cb57b3ae09a9 100644
--- a/offapi/com/sun/star/frame/XFrame2.idl
+++ b/offapi/com/sun/star/frame/XFrame2.idl
@@ -89,7 +89,7 @@ published interface XFrame2
*/
interface XFramesSupplier; // -> XFrame
- /** supplies access to <type scope="com::sun::star::task">XStatusIndicator</type> objects
+ /** supplies access to com::sun::star::task::XStatusIndicator objects
for the component within the frame to show progresses
*/
interface com::sun::star::task::XStatusIndicatorFactory;
diff --git a/offapi/com/sun/star/frame/XFrameLoader.idl b/offapi/com/sun/star/frame/XFrameLoader.idl
index e3cd181151ae..ff9241aba5c6 100644
--- a/offapi/com/sun/star/frame/XFrameLoader.idl
+++ b/offapi/com/sun/star/frame/XFrameLoader.idl
@@ -52,7 +52,7 @@ published interface XFrameLoader: com::sun::star::uno::XInterface
@param Arguments
optional arguments for loading
- (see <type scope="com::sun::star::document">MediaDescriptor</type> for further information)
+ (see com::sun::star::document::MediaDescriptor for further information)
@param Listener
this listener will be informed about success
diff --git a/offapi/com/sun/star/frame/XFrameLoaderQuery.idl b/offapi/com/sun/star/frame/XFrameLoaderQuery.idl
index 6f34c11be9bf..1fd4cde3a40e 100644
--- a/offapi/com/sun/star/frame/XFrameLoaderQuery.idl
+++ b/offapi/com/sun/star/frame/XFrameLoaderQuery.idl
@@ -46,7 +46,7 @@ published interface XFrameLoaderQuery: com::sun::star::uno::XInterface
*/
sequence< ::com::sun::star::beans::PropertyValue > getLoaderProperties( [in] string sFilterName );
- /** use member <type scope="com::sun::star::container">XContainerQuery</type>
+ /** use member com::sun::star::container::XContainerQuery
provided by service FrameLoaderFactory instead of this
@deprecated
*/
diff --git a/offapi/com/sun/star/frame/XLayoutManager.idl b/offapi/com/sun/star/frame/XLayoutManager.idl
index 02fe7f3a9a93..28a8d835507b 100644
--- a/offapi/com/sun/star/frame/XLayoutManager.idl
+++ b/offapi/com/sun/star/frame/XLayoutManager.idl
@@ -67,13 +67,13 @@ module com { module sun { module star { module frame {
interface XLayoutManager : com::sun::star::uno::XInterface
{
- /** attaches a <type scope="com::sun::star::frame">XFrame</type> to a layout manager.
+ /** attaches a com::sun::star::frame::XFrame to a layout manager.
@param Frame
specifies the frame that should be attached to the layout manager
<p>
- A layout manager needs a <type scope="com::sun::star::frame">XFrame</type> to be
+ A layout manager needs a com::sun::star::frame::XFrame to be
able to work. Without a it no user interface elements can be created.
</p>
*/
@@ -96,8 +96,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface
/** provides the current docking area size of the layout manager.
@return
- The <type scope="com::sun::star::awt">Rectangle</type> contains pixel values. The
- members of <type scope="com::sun::star::awt">Rectangle</type> are filled as following:
+ The com::sun::star::awt::Rectangle contains pixel values. The
+ members of com::sun::star::awt::Rectangle are filled as following:
<ul>
<li>X = docking area on left side (in pixel)</li>
<li>Y = docking area on top side (in pixel)</li>
@@ -191,7 +191,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface
/** retrieves all user interface elements which are currently instantiated.
@return
- a sequence of user interface elements providing <type scope="com::sun::star::ui">XUIElement</type>
+ a sequence of user interface elements providing com::sun::star::ui::XUIElement
interface.
<p>
diff --git a/offapi/com/sun/star/frame/XLoadable.idl b/offapi/com/sun/star/frame/XLoadable.idl
index b78607476d4d..ab05243f6c55 100644
--- a/offapi/com/sun/star/frame/XLoadable.idl
+++ b/offapi/com/sun/star/frame/XLoadable.idl
@@ -46,7 +46,7 @@ published interface XLoadable: com::sun::star::uno::XInterface
/** loads a component from an URL
@param lArguments
parameters for saving
- (see <type scope="com::sun::star::document">MediaDescriptor</type> for further details)
+ (see com::sun::star::document::MediaDescriptor for further details)
the FileName parameter must be specified, other parameters are optional
*/
diff --git a/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl b/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl
index cb069e375156..7079ba58ff04 100644
--- a/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl
+++ b/offapi/com/sun/star/frame/XMenuBarMergingAcceptor.idl
@@ -45,7 +45,7 @@ interface XMenuBarMergingAcceptor : com::sun::star::uno::XInterface
functions from two application parts, container application and
embedded object, are available to the user simultaneously. A menu
bar which is set by this method has a higher priority than others
- created by <type scope="com::sun::star::frame">XLayoutManager</type>
+ created by com::sun::star::frame::XLayoutManager
interface. Settings of a merged menu bar cannot be retrieved.
</p>
diff --git a/offapi/com/sun/star/frame/XModel.idl b/offapi/com/sun/star/frame/XModel.idl
index f4c0d39e48cf..9ade3d541776 100644
--- a/offapi/com/sun/star/frame/XModel.idl
+++ b/offapi/com/sun/star/frame/XModel.idl
@@ -36,7 +36,7 @@
created/loaded from the resource. The arguments are passed to the loader
to modify its behavior. An example for such an argument is "AsTemplate",
which loads the resource as a template for a new document.
- (see <type scope="com::sun::star::document">MediaDescriptor</type> for further details)
+ (see com::sun::star::document::MediaDescriptor for further details)
</p>
<p>
@@ -48,7 +48,7 @@
<p>
If there is at least one controller, there is by definition a
current controller. And if that controller supports the interface
- <type scope="com::sun::star::view">XSelectionSupplier</type>, it has a current selection too.
+ com::sun::star::view::XSelectionSupplier, it has a current selection too.
</p>
@see com::sun::star::document::MediaDescriptor
@@ -64,7 +64,7 @@ published interface XModel: com::sun::star::lang::XComponent
@param Arguments
are optional arguments for that resource
- (see <type scope="com::sun::star::document">MediaDescriptor</type>)
+ (see com::sun::star::document::MediaDescriptor)
@return
<TRUE/> for success
@@ -85,7 +85,7 @@ published interface XModel: com::sun::star::lang::XComponent
string getURL();
/** provides read access on currently representation of the
- <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor
of this model which describes the model and his state
@returns
@@ -97,7 +97,7 @@ published interface XModel: com::sun::star::lang::XComponent
/** is called whenever a new controller is created for this model.
<p>
- The <type scope="com::sun::star::lang">XComponent</type> interface
+ The com::sun::star::lang::XComponent interface
of the controller must be used to recognize when it is deleted.
</p>
@@ -111,7 +111,7 @@ published interface XModel: com::sun::star::lang::XComponent
/** is called whenever an existing controller should be deregistered at this model.
<p>
- The <type scope="com::sun::star::lang">XComponent</type> interface
+ The com::sun::star::lang::XComponent interface
of the controller must be used to recognize when it is deleted.
</p>
diff --git a/offapi/com/sun/star/frame/XModuleManager.idl b/offapi/com/sun/star/frame/XModuleManager.idl
index 3474698e9e15..bffc7a5b11c3 100644
--- a/offapi/com/sun/star/frame/XModuleManager.idl
+++ b/offapi/com/sun/star/frame/XModuleManager.idl
@@ -39,7 +39,7 @@ interface XModuleManager : com::sun::star::uno::XInterface
@descr This identifier can then be used at the service ModuleManager
to get more information about this module.
- For identification the interface <type scope="com::sun::star::lang">XServiceInfo</type>
+ For identification the interface com::sun::star::lang::XServiceInfo
is requested on the given module. Because all module service registrations must be unique
this value can be queried and checked against the configuration.
@@ -50,23 +50,23 @@ interface XModuleManager : com::sun::star::uno::XInterface
Possible objects for this parameter can be the following one:
<ul>
<li>
- <b><type scope="com::sun::star::frame">XFrame</type></b><br>
+ <b>com::sun::star::frame::XFrame</b><br>
A frame contains (against a component window) a controller.
Such controller represent the module (in case no model exists).
</li>
<li>
- <b><type scope="com::sun::star::frame">XController</type></b><br>
+ <b>com::sun::star::frame::XController</b><br>
A controller can be bound to a model. Then the model represent the module.
If no model exists - the controller is used for identification.
</li>
<li>
- <b><type scope="com::sun::star::frame">XModel</type></b><br>
+ <b>com::sun::star::frame::XModel</b><br>
A model represent a module everytime and can be used for
identification directly.
</li>
</ul>
- @throws <type scope="com::sun::star::lang">IllegalArgumentException</type>
+ @throws com::sun::star::lang::IllegalArgumentException
if the parameter Module is:
<ul>
<li>an empty one</li>
diff --git a/offapi/com/sun/star/frame/XModuleManager2.idl b/offapi/com/sun/star/frame/XModuleManager2.idl
index bde2313c4a8a..268007d520e1 100644
--- a/offapi/com/sun/star/frame/XModuleManager2.idl
+++ b/offapi/com/sun/star/frame/XModuleManager2.idl
@@ -43,7 +43,7 @@ interface XModuleManager2
Every module is referenced by an unique service name
(which is used inside configuration as set node name too)
and is further represented by a sequence of elements of type
- <type scope="com::sun::star::beans">PropertyValue</type>.
+ com::sun::star::beans::PropertyValue.
A list of properties can be gotten from the configuration template
org.openoffice.Setup/Factory.
</p>
diff --git a/offapi/com/sun/star/frame/XNotifyingDispatch.idl b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
index f80815ed3a6f..326587c1f9fc 100644
--- a/offapi/com/sun/star/frame/XNotifyingDispatch.idl
+++ b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
@@ -39,7 +39,7 @@ published interface XNotifyingDispatch: XDispatch
@param Arguments
optional arguments for this request
- (see <type scope="com::sun::star::document">MediaDescriptor</type>)
+ (see com::sun::star::document::MediaDescriptor)
@param Listener
optional listener for guaranteed notifications of this request
diff --git a/offapi/com/sun/star/frame/XPopupMenuController.idl b/offapi/com/sun/star/frame/XPopupMenuController.idl
index 27dfd78036fb..d250a4cb21e1 100644
--- a/offapi/com/sun/star/frame/XPopupMenuController.idl
+++ b/offapi/com/sun/star/frame/XPopupMenuController.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module frame {
fill and update a pop-up menu dynamically.
<p>
- A pop-up menu controller gets a <type scope="com::sun::star::awt">XPopupMenu</type>
+ A pop-up menu controller gets a com::sun::star::awt::XPopupMenu
from its parent menu implementation. The controller has to fill this pop-up
menu with a set of menu items and/or sub menus. The parent menu implementation
briefs the controller whenever the pop-up menu gets activated by a user.
@@ -40,7 +40,7 @@ module com { module sun { module star { module frame {
*/
interface XPopupMenuController : com::sun::star::uno::XInterface
{
- /** provides a <type scope="com::sun::star::awt">XPopupMenu</type> to a
+ /** provides a com::sun::star::awt::XPopupMenu to a
pop-up menu controller implementation. The controller must fill this
pop-up menu with its functions.
diff --git a/offapi/com/sun/star/frame/XRecordableDispatch.idl b/offapi/com/sun/star/frame/XRecordableDispatch.idl
index 24ddc6fc90ca..0210b28d82ca 100644
--- a/offapi/com/sun/star/frame/XRecordableDispatch.idl
+++ b/offapi/com/sun/star/frame/XRecordableDispatch.idl
@@ -76,7 +76,7 @@ published interface XRecordableDispatch: com::sun::star::uno::XInterface
@param Arguments
optional arguments for this request
- (see <type scope="com::sun::star::document">MediaDescriptor</type> for details)
+ (see com::sun::star::document::MediaDescriptor for details)
@param Recorder
object which can be used to record the request
diff --git a/offapi/com/sun/star/frame/XStatusbarController.idl b/offapi/com/sun/star/frame/XStatusbarController.idl
index 6f2b141292f3..ac9c83e2d623 100644
--- a/offapi/com/sun/star/frame/XStatusbarController.idl
+++ b/offapi/com/sun/star/frame/XStatusbarController.idl
@@ -175,11 +175,11 @@ interface XStatusbarController
representation.
@param xGraphics
- a reference to a <type scope="com::sun::star::awt">XGraphics</type>
+ a reference to a com::sun::star::awt::XGraphics
which has to be used to update the visual representation.
@param nCommand
- a <type scope="com::sun::star::awt">Rectangle</type> which
+ a com::sun::star::awt::Rectangle which
determine the output rectangle for all drawing operations
@param nStyle
diff --git a/offapi/com/sun/star/frame/XStorable.idl b/offapi/com/sun/star/frame/XStorable.idl
index 7f117b31da2c..5a9b3a07adb6 100644
--- a/offapi/com/sun/star/frame/XStorable.idl
+++ b/offapi/com/sun/star/frame/XStorable.idl
@@ -103,7 +103,7 @@ published interface XStorable: com::sun::star::uno::XInterface
@param lArguments
optional parameters for saving
- (see <type scope="com::sun::star::document">MediaDescriptor</type> for further details)
+ (see com::sun::star::document::MediaDescriptor for further details)
@throws com::sun::star::io::IOException
if an IO error occurred during save operation
@@ -133,7 +133,7 @@ published interface XStorable: com::sun::star::uno::XInterface
@param lArguments
optional parameters for saving
- (see <type scope="com::sun::star::document">MediaDescriptor</type> for further details)
+ (see com::sun::star::document::MediaDescriptor for further details)
@see XStorable::store
@see XStorable::storeAsURL
diff --git a/offapi/com/sun/star/frame/XStorable2.idl b/offapi/com/sun/star/frame/XStorable2.idl
index 7d8d70e25746..f0e98205ed73 100644
--- a/offapi/com/sun/star/frame/XStorable2.idl
+++ b/offapi/com/sun/star/frame/XStorable2.idl
@@ -46,7 +46,7 @@ published interface XStorable2: XStorable
@param lArguments
optional parameters for saving, can take values from subset of
- <type scope="com::sun::star::document">MediaDescriptor</type>
+ com::sun::star::document::MediaDescriptor
@throws ::com::sun::star::lang::IllegalArgumentException
the optional parameters contain unacceptable for save entry
diff --git a/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl b/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
index 991e7669cc1e..d66890ad3787 100644
--- a/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
+++ b/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
@@ -40,7 +40,7 @@ published interface XSynchronousFrameLoader: com::sun::star::uno::XInterface
@param Descriptor
describes the resource which should be loaded
- It use a <type scope="com::sun::star::document">MediaDescriptor</type> for that.
+ It use a com::sun::star::document::MediaDescriptor for that.
@param Frame
the target frame which should contain the new loaded component
diff --git a/offapi/com/sun/star/frame/XTask.idl b/offapi/com/sun/star/frame/XTask.idl
index 8fbbb54d4cb7..e0f84858be25 100644
--- a/offapi/com/sun/star/frame/XTask.idl
+++ b/offapi/com/sun/star/frame/XTask.idl
@@ -30,7 +30,7 @@
*/
published interface XTask: XFrame
{
- /** use <type scope="com::sun::star::util">XCloseable</type> or
+ /** use com::sun::star::util::XCloseable or
<member scope="com::sun::star::lang">XComponent::dispose()</member>
at a Frame instead of this one
@deprecated
diff --git a/offapi/com/sun/star/frame/XToolbarController.idl b/offapi/com/sun/star/frame/XToolbarController.idl
index 9ed80d2e926e..ea6f8d5196e6 100644
--- a/offapi/com/sun/star/frame/XToolbarController.idl
+++ b/offapi/com/sun/star/frame/XToolbarController.idl
@@ -45,7 +45,7 @@ interface XToolbarController : com::sun::star::uno::XInterface
/** provides a function to execute the command which is bound to the toolbar controller.
@param
- a combination of <type scope="com::sun::star::awt">KeyModifier</type> value that represent
+ a combination of com::sun::star::awt::KeyModifier value that represent
the current state of the modifier keys.
<p>
@@ -66,7 +66,7 @@ interface XToolbarController : com::sun::star::uno::XInterface
/** requests to create a pop-up window for additional functions.
@return
- a <type scope="com::sun::star::awt">XWindow</type> which provides additional functions
+ a com::sun::star::awt::XWindow which provides additional functions
to the user. The reference must be empty if component does not want to provide a separate
window.
*/
@@ -75,11 +75,11 @@ interface XToolbarController : com::sun::star::uno::XInterface
/** requests to create an item window which can be added to the toolbar.
@param Parent
- a <type scope="com::sun::star::awt">XWindow</type> which must be used as a parent
+ a com::sun::star::awt::XWindow which must be used as a parent
for the requested item window.
@return
- a <type scope="com::sun::star::awt">XWindow</type> which can be added to a toolbar.
+ a com::sun::star::awt::XWindow which can be added to a toolbar.
The reference must be empty if a component does not want to provide an item window.
*/
com::sun::star::awt::XWindow createItemWindow( [in] com::sun::star::awt::XWindow Parent );
diff --git a/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl b/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl
index fb6763228db7..ef384c63e688 100644
--- a/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl
+++ b/offapi/com/sun/star/frame/XTransientDocumentsDocumentContentFactory.idl
@@ -28,7 +28,7 @@
module com { module sun { module star { module frame {
/** specifies a factory for
- <type scope="com::sun::star::ucb">TransientDocumentsDocumentContent</type>s.
+ com::sun::star::ucb::TransientDocumentsDocumentContents.
@version 1.0
@author Kai Sommerfeld
@@ -40,19 +40,19 @@ module com { module sun { module star { module frame {
interface XTransientDocumentsDocumentContentFactory : com::sun::star::uno::XInterface
{
/** creates a
- <type scope="com::sun::star::ucb">TransientDocumentsDocumentContent</type>
- based on a given <type scope="com::sun::star::document">OfficeDocument</type>.
+ com::sun::star::ucb::TransientDocumentsDocumentContent
+ based on a given com::sun::star::document::OfficeDocument.
@param Model
the document model for that a
- <type scope="com::sun::star::ucb">TransientDocumentsDocumentContent</type>
+ com::sun::star::ucb::TransientDocumentsDocumentContent
is requested. The model must be an implementation of service
- <type scope="com::sun::star::document">OfficeDocument</type>.
+ com::sun::star::document::OfficeDocument.
@returns
a document content based on the given document model. The content must
be an implementation of service
- <type scope="com::sun::star::ucb">TransientDocumentsDocumentContent</type>.
+ com::sun::star::ucb::TransientDocumentsDocumentContent.
@throws com::sun::star::lang::IllegalArgumentException
if the document model cannot be associated with content for any reason.
diff --git a/offapi/com/sun/star/frame/XUIControllerFactory.idl b/offapi/com/sun/star/frame/XUIControllerFactory.idl
index ff352f50c2d4..551a1a7a425d 100644
--- a/offapi/com/sun/star/frame/XUIControllerFactory.idl
+++ b/offapi/com/sun/star/frame/XUIControllerFactory.idl
@@ -45,7 +45,7 @@ interface XUIControllerFactory
Use <member scope="com::sun::star::lang">XMultiComponentFactory::createInstanceWithArgumentsAndContext()</member> to create
a new UI controller instance. Use the CommandURL as the service specifier.
- This call supports the following arguments provided as <type scope="com::sun::star::beans">PropertyValue</type>:
+ This call supports the following arguments provided as com::sun::star::beans::PropertyValue:
<ul>
<li>
<b>Frame</b><br>specifies the <type scope="com::sun::star::frame">XFrame</type>