summaryrefslogtreecommitdiff
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/Components.idl2
-rw-r--r--offapi/com/sun/star/frame/ContentHandler.idl2
-rw-r--r--offapi/com/sun/star/frame/Controller.idl10
-rw-r--r--offapi/com/sun/star/frame/DesktopTask.idl12
-rw-r--r--offapi/com/sun/star/frame/DispatchProvider.idl12
-rw-r--r--offapi/com/sun/star/frame/DispatchRecorder.idl2
-rw-r--r--offapi/com/sun/star/frame/DispatchRecorderSupplier.idl6
-rw-r--r--offapi/com/sun/star/frame/DispatchResultEvent.idl2
-rw-r--r--offapi/com/sun/star/frame/DispatchResultState.idl2
-rw-r--r--offapi/com/sun/star/frame/FeatureStateEvent.idl6
-rw-r--r--offapi/com/sun/star/frame/Frame.idl2
-rw-r--r--offapi/com/sun/star/frame/FrameAction.idl2
-rw-r--r--offapi/com/sun/star/frame/FrameControl.idl2
-rw-r--r--offapi/com/sun/star/frame/FrameLoader.idl12
-rw-r--r--offapi/com/sun/star/frame/FramesContainer.idl2
-rw-r--r--offapi/com/sun/star/frame/LayoutManager.idl2
-rw-r--r--offapi/com/sun/star/frame/ProtocolHandler.idl2
-rw-r--r--offapi/com/sun/star/frame/SynchronousFrameLoader.idl12
-rw-r--r--offapi/com/sun/star/frame/TerminationVetoException.idl4
-rw-r--r--offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl2
-rw-r--r--offapi/com/sun/star/frame/XComponentLoader.idl6
-rw-r--r--offapi/com/sun/star/frame/XController.idl2
-rw-r--r--offapi/com/sun/star/frame/XController2.idl2
-rw-r--r--offapi/com/sun/star/frame/XControllerBorder.idl2
-rw-r--r--offapi/com/sun/star/frame/XDesktop.idl4
-rw-r--r--offapi/com/sun/star/frame/XDesktop2.idl6
-rw-r--r--offapi/com/sun/star/frame/XDesktopTask.idl2
-rw-r--r--offapi/com/sun/star/frame/XDispatch.idl8
-rw-r--r--offapi/com/sun/star/frame/XDispatchInformationProvider.idl2
-rw-r--r--offapi/com/sun/star/frame/XDispatchProvider.idl4
-rw-r--r--offapi/com/sun/star/frame/XDispatchProviderInterception.idl10
-rw-r--r--offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl12
-rw-r--r--offapi/com/sun/star/frame/XDispatchRecorder.idl8
-rw-r--r--offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl8
-rw-r--r--offapi/com/sun/star/frame/XFrame.idl8
-rw-r--r--offapi/com/sun/star/frame/XFrame2.idl10
-rw-r--r--offapi/com/sun/star/frame/XFrameLoader.idl6
-rw-r--r--offapi/com/sun/star/frame/XFrameLoaderQuery.idl8
-rw-r--r--offapi/com/sun/star/frame/XFrameSetModel.idl2
-rw-r--r--offapi/com/sun/star/frame/XFrames.idl6
-rw-r--r--offapi/com/sun/star/frame/XFramesSupplier.idl8
-rw-r--r--offapi/com/sun/star/frame/XInterceptorInfo.idl2
-rw-r--r--offapi/com/sun/star/frame/XModel.idl2
-rw-r--r--offapi/com/sun/star/frame/XModuleManager.idl6
-rw-r--r--offapi/com/sun/star/frame/XNotifyingDispatch.idl2
-rw-r--r--offapi/com/sun/star/frame/XRecordableDispatch.idl6
-rw-r--r--offapi/com/sun/star/frame/XStatusListener.idl4
-rw-r--r--offapi/com/sun/star/frame/XStorable2.idl2
-rw-r--r--offapi/com/sun/star/frame/XSynchronousFrameLoader.idl6
-rw-r--r--offapi/com/sun/star/frame/XTask.idl4
-rw-r--r--offapi/com/sun/star/frame/XTasksSupplier.idl2
-rw-r--r--offapi/com/sun/star/frame/XTerminateListener.idl2
-rw-r--r--offapi/com/sun/star/frame/XTerminateListener2.idl2
-rw-r--r--offapi/com/sun/star/frame/status/ItemState.idl2
-rw-r--r--offapi/com/sun/star/frame/status/ItemStatus.idl2
55 files changed, 133 insertions, 133 deletions
diff --git a/offapi/com/sun/star/frame/Components.idl b/offapi/com/sun/star/frame/Components.idl
index b30b2a23f734..2a36d01db306 100644
--- a/offapi/com/sun/star/frame/Components.idl
+++ b/offapi/com/sun/star/frame/Components.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module frame {
<p>
One important instance of this service is available from the
- <type>Desktop</type> object via the <type>XDesktop</type> interface.
+ Desktop object via the XDesktop interface.
</p>
@see com::sun::star::lang::XComponent
diff --git a/offapi/com/sun/star/frame/ContentHandler.idl b/offapi/com/sun/star/frame/ContentHandler.idl
index 1df594e8eca6..027e1047ad93 100644
--- a/offapi/com/sun/star/frame/ContentHandler.idl
+++ b/offapi/com/sun/star/frame/ContentHandler.idl
@@ -41,7 +41,7 @@ published service ContentHandler
/** provides handling of dispatches with defined result state
<p>
- Base interface of <type>XNotifyingDispatch</type> is <type>XDispatch</type>
+ Base interface of XNotifyingDispatch is XDispatch
and can be called for requests if result isn't necessary for dispatch operation.
</p>
diff --git a/offapi/com/sun/star/frame/Controller.idl b/offapi/com/sun/star/frame/Controller.idl
index f0ac072c9b86..06f05d646c35 100644
--- a/offapi/com/sun/star/frame/Controller.idl
+++ b/offapi/com/sun/star/frame/Controller.idl
@@ -35,9 +35,9 @@
can offer
<p>
- Such components can be loaded into a <type>Frame</type> inside a <type>Desktop</type>
+ Such components can be loaded into a Frame inside a Desktop
environment. A controller is a richer component then a pure window, but full featured
- components need a <type>XModel</type> interface too.
+ components need a XModel interface too.
<br>
(see service <type scope="com::sun::star::document">OfficeDocument</type> for further information)
<p>
@@ -46,7 +46,7 @@
*/
published service Controller
{
- /** with this interface, components viewed in a <type>Frame</type> can serve
+ /** with this interface, components viewed in a Frame can serve
events (by supplying dispatches)
*/
interface XController;
@@ -54,7 +54,7 @@ published service Controller
/** for certain functions which are useful at the UI
<p>
- Mostly used by the <type>Frame</type> service, which contains this
+ Mostly used by the Frame service, which contains this
controller object. There will be an interception mechanism for dispatches
available too.
</p>
@@ -68,7 +68,7 @@ published service Controller
change context menus or prevent them from being executed
<p>
- Don't mix it with <type>XDispatchProviderInterception</type> which
+ Don't mix it with XDispatchProviderInterception which
intercept calls of <member>XDispatch::dispatch()</member>.
</p>
*/
diff --git a/offapi/com/sun/star/frame/DesktopTask.idl b/offapi/com/sun/star/frame/DesktopTask.idl
index 3b8134133567..693d7694a99f 100644
--- a/offapi/com/sun/star/frame/DesktopTask.idl
+++ b/offapi/com/sun/star/frame/DesktopTask.idl
@@ -30,25 +30,25 @@
module com { module sun { module star { module frame {
-/** use the <type>Frame</type> service instead of this
+/** use the Frame service instead of this
@deprecated
*/
published service DesktopTask
{
- /** use <type>Frame</type> service */
+ /** use Frame service */
interface com::sun::star::frame::XDesktopTask;
- /** use the same interface at the <type>Frame</type> service */
+ /** use the same interface at the Frame service */
interface com::sun::star::frame::XFrame;
- /** use the same interface at the <type>Frame</type> service */
+ /** use the same interface at the Frame service */
interface com::sun::star::beans::XPropertySet;
/** - */
interface com::sun::star::frame::XWindowArranger;
- /** use the same interface at the <type>Desktop</type> or
- <type>Frame</type> service */
+ /** use the same interface at the Desktop or
+ Frame service */
interface com::sun::star::frame::XFramesSupplier;
/** use property <member>Frame::Title</member> instead of that */
diff --git a/offapi/com/sun/star/frame/DispatchProvider.idl b/offapi/com/sun/star/frame/DispatchProvider.idl
index 8b4f69bbe8f9..b2c9bbe6fe12 100644
--- a/offapi/com/sun/star/frame/DispatchProvider.idl
+++ b/offapi/com/sun/star/frame/DispatchProvider.idl
@@ -25,14 +25,14 @@
module com { module sun { module star { module frame {
-/** provides <type>XDispatch</type> objects for certain functions which
+/** provides XDispatch objects for certain functions which
are useful at the UI
<p>
Such dispatch objects must be queried explicitly and used for
queried purposes only. They can handle requests with guaranteed
- notifications (<type>XNotifyingDispatch</type>) or with possible
- (but not guaranteed) notifications (<type>XDispatch</type>).
+ notifications (XNotifyingDispatch) or with possible
+ (but not guaranteed) notifications (XDispatch).
</p>
@see XNotifyingDispatch
@@ -44,7 +44,7 @@ published service DispatchProvider
/** provides handling of dispatches with defined result state
<p>
- Base interface of <type>XNotifyingDispatch</type> is <type>XDispatch</type>
+ Base interface of XNotifyingDispatch is XDispatch
and can be called for requests if result isn't necessary for dispatch operation.
</p>
@@ -55,8 +55,8 @@ published service DispatchProvider
/** provides dispatch interception
<p>
- It makes it possible to register an <type>XDispatchProvider</type> which
- intercepts all requests of <type>XDispatch</type> to this instance.
+ It makes it possible to register an XDispatchProvider which
+ intercepts all requests of XDispatch to this instance.
</p>
*/
[optional] interface XDispatchProviderInterception;
diff --git a/offapi/com/sun/star/frame/DispatchRecorder.idl b/offapi/com/sun/star/frame/DispatchRecorder.idl
index 2038477adb94..8377682d16c1 100644
--- a/offapi/com/sun/star/frame/DispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/DispatchRecorder.idl
@@ -31,7 +31,7 @@
and generate code which can be executed at later time to run same operations
again. Which code will be generated depends from real implementation. So it's
possible to generate e.g. Java/Basic or may Perl code.
- By using of a <type>DispatchRecorderSupplier</type>, which is available on
+ By using of a DispatchRecorderSupplier, which is available on
a property of a <member>Frame::DispatchRecorderSupplier</member>, it's possible to change such code generation
for further requests or disable it in general by setting this property to <NULL/>.
</p>
diff --git a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
index d0c258971516..dd601e9b6ada 100644
--- a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
+++ b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
@@ -24,13 +24,13 @@
module com { module sun { module star { module frame {
-/** provides a <type>DispatchRecorder</type>
+/** provides a DispatchRecorder
<p>
This supplier regulate macro recording of <member>XDispatch::dispatch()</member>
- calls. For that it encapsulates a reference to a <type>DispatchRecorder</type>.
+ calls. For that it encapsulates a reference to a DispatchRecorder.
Such recorder is used internally and can be used externally too.
- A supplier will be available on a <type>Frame</type> if recording was enabled,
+ A supplier will be available on a Frame if recording was enabled,
otherwise not. A frame supports a special property for that.
This modular concept of recorder, supplier and frame makes it possible to
implement local recording on one frame; global recording by using all currently
diff --git a/offapi/com/sun/star/frame/DispatchResultEvent.idl b/offapi/com/sun/star/frame/DispatchResultEvent.idl
index ef3467fdaab5..7601c8f8e28e 100644
--- a/offapi/com/sun/star/frame/DispatchResultEvent.idl
+++ b/offapi/com/sun/star/frame/DispatchResultEvent.idl
@@ -30,7 +30,7 @@
<p>
The type of the result is dispatch action dependent. The member State
- can be set to one of the values defined in <type>DispatchResultState</type>.
+ can be set to one of the values defined in DispatchResultState.
If State is set to <const>DispatchResultState::FAILURE</const>, Result may
specify the reason (or is empty). The type is also dispatch action dependent.
If State is set to <const>DispatchResultState::DONTKNOW</const>, Result is empty.
diff --git a/offapi/com/sun/star/frame/DispatchResultState.idl b/offapi/com/sun/star/frame/DispatchResultState.idl
index 4c8e730d5228..8b117621c09e 100644
--- a/offapi/com/sun/star/frame/DispatchResultState.idl
+++ b/offapi/com/sun/star/frame/DispatchResultState.idl
@@ -23,7 +23,7 @@
module com { module sun { module star { module frame {
-/** possible values for <type>DispatchResultEvent</type>
+/** possible values for DispatchResultEvent
*/
published constants DispatchResultState
{
diff --git a/offapi/com/sun/star/frame/FeatureStateEvent.idl b/offapi/com/sun/star/frame/FeatureStateEvent.idl
index b021f9ce3cc6..781847affd7e 100644
--- a/offapi/com/sun/star/frame/FeatureStateEvent.idl
+++ b/offapi/com/sun/star/frame/FeatureStateEvent.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module frame {
-/** This event is broadcast by a <type>Controller</type> whenever the state of
+/** This event is broadcast by a Controller whenever the state of
the feature changes
@see XController
@@ -46,10 +46,10 @@ published struct FeatureStateEvent: com::sun::star::lang::EventObject
*/
boolean IsEnabled;
- /** specifies whether the <type>XDispatch</type> has to be requeried.
+ /** specifies whether the XDispatch has to be requeried.
<p>
- Interest code should listen for <type>FrameActionEvent</type>
+ Interest code should listen for FrameActionEvent
too, to update own feature states and dispatch listener on
<const>FrameAction::CONTEXT_CHANGED</const>.
</p>
diff --git a/offapi/com/sun/star/frame/Frame.idl b/offapi/com/sun/star/frame/Frame.idl
index a354fed10754..e5b9bce1559d 100644
--- a/offapi/com/sun/star/frame/Frame.idl
+++ b/offapi/com/sun/star/frame/Frame.idl
@@ -32,7 +32,7 @@
to the outside world. They create a skeleton for the whole office API infrastructure
by building frame hierarchies. These hierarchies contains all currently loaded
documents and make it possible to walk during these trees.
- A special service <type>Desktop</type> can(!) combine different of such trees
+ A special service Desktop can(!) combine different of such trees
to a global one which life time will be controlled by it.
</p>
diff --git a/offapi/com/sun/star/frame/FrameAction.idl b/offapi/com/sun/star/frame/FrameAction.idl
index d2f9631aa044..4f478132c8a0 100644
--- a/offapi/com/sun/star/frame/FrameAction.idl
+++ b/offapi/com/sun/star/frame/FrameAction.idl
@@ -28,7 +28,7 @@
<p>
Interest listener can get information about loaded/reloaded or unloaded
- components into a <type>Frame</type>.
+ components into a Frame.
</p>
@see XFrame
diff --git a/offapi/com/sun/star/frame/FrameControl.idl b/offapi/com/sun/star/frame/FrameControl.idl
index 10316295802a..739e66fb7dcd 100644
--- a/offapi/com/sun/star/frame/FrameControl.idl
+++ b/offapi/com/sun/star/frame/FrameControl.idl
@@ -48,7 +48,7 @@ published service FrameControl
/** the frame held by this control
<p>
- The <type>Frame</type> is created if the control
+ The Frame is created if the control
is shown and the <member>ComponentUrl</member> is set.
</p>
*/
diff --git a/offapi/com/sun/star/frame/FrameLoader.idl b/offapi/com/sun/star/frame/FrameLoader.idl
index c0f2023f64c6..45d716d1c8f1 100644
--- a/offapi/com/sun/star/frame/FrameLoader.idl
+++ b/offapi/com/sun/star/frame/FrameLoader.idl
@@ -27,13 +27,13 @@
module com { module sun { module star { module frame {
/** derivations of this abstract service are used to load components
- into <type>Frame</type>s of the environment
+ into Frames of the environment
<p>
Concrete implementations of this service register, for example,
for file name extensions or MIME types to load appropriate
- components. The components loaded are at least <type>Controller</type>.
- Instead of <type>SynchronousFrameLoader</type> this one use asynchronous
+ components. The components loaded are at least Controller.
+ Instead of SynchronousFrameLoader this one use asynchronous
processes to load the component.
</p>
@@ -49,7 +49,7 @@ published service FrameLoader
<p>
Concrete implementations should use it to get her own configuration data
- directly after creation by the <type>FrameLoaderFactory</type>.
+ directly after creation by the FrameLoaderFactory.
Otherwise they must use normal configuration API to do so.
</p>
*/
@@ -59,10 +59,10 @@ published service FrameLoader
<p>
The internal name is a part of his configuration and will be passed by
- the <type>FrameLoaderFactory</type> after creation
+ the FrameLoaderFactory after creation
if optional interface <type scope="com::sun::star::lang">XInitialization</type>
is supported. Value of function <member scope="com::sun::star::container">XNamed::getName()</member>
- can be used on service <type>FrameLoaderFactory</type> to get further information about this loader.
+ 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 forwarded to same factory service. He should decide, if it's allowed or not.
The reason: prevent code against name ambiguities.
diff --git a/offapi/com/sun/star/frame/FramesContainer.idl b/offapi/com/sun/star/frame/FramesContainer.idl
index bcb33b2559e1..01265ad8d8d6 100644
--- a/offapi/com/sun/star/frame/FramesContainer.idl
+++ b/offapi/com/sun/star/frame/FramesContainer.idl
@@ -29,7 +29,7 @@
<p>
All elements in this container support the service frame.
Implementations of this service are available by interface
- <type>XFramesSupplier</type>.
+ XFramesSupplier.
</p>
@see XFramesSupplier
diff --git a/offapi/com/sun/star/frame/LayoutManager.idl b/offapi/com/sun/star/frame/LayoutManager.idl
index c688e69bf358..0b4490cbc1ab 100644
--- a/offapi/com/sun/star/frame/LayoutManager.idl
+++ b/offapi/com/sun/star/frame/LayoutManager.idl
@@ -29,7 +29,7 @@
<p>
Layout management is the process of determining the size and position of
- user interface elements. By default, each <type>Frame</type> has a layout
+ user interface elements. By default, each Frame has a layout
manager -- it performs layout management for the user interface elements
within the frame. User interface elements can provide size and alignment
hints to layout managers, but layout managers have the final decision on
diff --git a/offapi/com/sun/star/frame/ProtocolHandler.idl b/offapi/com/sun/star/frame/ProtocolHandler.idl
index 7bb52082d496..cc0b547e7da0 100644
--- a/offapi/com/sun/star/frame/ProtocolHandler.idl
+++ b/offapi/com/sun/star/frame/ProtocolHandler.idl
@@ -28,7 +28,7 @@
/** special dispatch provider registered for URL protocols
<p>
- The generic dispatch mechanism on a <type>Frame</type>
+ The generic dispatch mechanism on a Frame
search for such registered protocol handler and use it if it agrees with
the dispatched URL.
</p>
diff --git a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
index d6cc210d7627..da93868e9eec 100644
--- a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
+++ b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl
@@ -27,13 +27,13 @@
module com { module sun { module star { module frame {
/** derivations of this abstract service are used to load components
- into <type>Frame</type>s of the environment
+ into Frames of the environment
<p>
Concrete implementations of this service register, for example,
for file name extensions or MIME types to load appropriate
- components. The components loaded are at least <type>Controller</type>.
- Instead of service <type>FrameLoader</type> this one use synchronous
+ components. The components loaded are at least Controller.
+ Instead of service FrameLoader this one use synchronous
processes to load the component.
</p>
@@ -49,7 +49,7 @@ published service SynchronousFrameLoader
<p>
Concrete implementations should use it to get her own configuration data
- directly after creation by the <type>FrameLoaderFactory</type>.
+ directly after creation by the FrameLoaderFactory.
Otherwise they must use normal configuration API to do so.
</p>
*/
@@ -59,10 +59,10 @@ published service SynchronousFrameLoader
<p>
The internal name is a part of his configuration and will be passed by
- the <type>FrameLoaderFactory</type> after creation
+ the FrameLoaderFactory after creation
if optional interface <type scope="com::sun::star::lang">XInitialization</type>
is supported. Value of function <member scope="com::sun::star::container">XNamed::getName()</member> can be
- used on service <type>FrameLoaderFactory</type> to get further information about this loader.
+ 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
forwarded to same factory service. He should decide, if it's allowed or not.
The reason: prevent code against name ambiguities.
diff --git a/offapi/com/sun/star/frame/TerminationVetoException.idl b/offapi/com/sun/star/frame/TerminationVetoException.idl
index 70408e43449e..99f58d58acf3 100644
--- a/offapi/com/sun/star/frame/TerminationVetoException.idl
+++ b/offapi/com/sun/star/frame/TerminationVetoException.idl
@@ -24,11 +24,11 @@
module com { module sun { module star { module frame {
-/** can be thrown by a <type>XTerminateListener</type> to prevent the environment
+/** can be thrown by a XTerminateListener to prevent the environment
(e.g., desktop) from terminating
<p>
- If a <type>XTerminateListener</type> use this exception for a veto against
+ If a XTerminateListener use this exception for a veto against
the termination of the office, he will be the new "owner" of it.
After his own operation will be finished, he MUST try to terminate the
office again. Any other veto listener can intercept that again or office
diff --git a/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl b/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl
index 69917c3807a8..a622ea0066b0 100644
--- a/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl
+++ b/offapi/com/sun/star/frame/TransientDocumentsDocumentContentFactory.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module frame {
*/
service TransientDocumentsDocumentContentFactory
{
- /** a factory for <type>TransientDocumentsDocumentContent</type>s.
+ /** a factory for TransientDocumentsDocumentContents.
*/
interface com::sun::star::frame::XTransientDocumentsDocumentContentFactory;
};
diff --git a/offapi/com/sun/star/frame/XComponentLoader.idl b/offapi/com/sun/star/frame/XComponentLoader.idl
index 2f4213f565f9..bf7ff5ff67e1 100644
--- a/offapi/com/sun/star/frame/XComponentLoader.idl
+++ b/offapi/com/sun/star/frame/XComponentLoader.idl
@@ -85,7 +85,7 @@ published interface XComponentLoader: com::sun::star::uno::XInterface
</table>
@param SearchFlags
- use the values of <type>FrameSearchFlag</type> to specify
+ use the values of FrameSearchFlag to specify
how to find the specified <var>TargetFrameName</var>
<p>
@@ -123,7 +123,7 @@ published interface XComponentLoader: com::sun::star::uno::XInterface
only an interacting user can do this by closing the frame's window.
</li>
<li>
- <type>XController</type> for richer components<br/>
+ XController for richer components<br/>
Should be used for real editable components which doesn't need a model.
It is not allowed to dispose it after use directly, because the frame
containing the component is its owner. Here the object can be disposed
@@ -132,7 +132,7 @@ published interface XComponentLoader: com::sun::star::uno::XInterface
should be asked for permission by calling <member>XController::suspend()</member> before.
</li>
<li>
- <type>XModel</type> for full featured components<br/>
+ XModel for full featured components<br/>
A model that in general can be shared between several view/controller pairs,
does not have an explicit owner. Every view and also the component that
loaded the document may consider itself as an owner.
diff --git a/offapi/com/sun/star/frame/XController.idl b/offapi/com/sun/star/frame/XController.idl
index 7b601074d7d1..591201587355 100644
--- a/offapi/com/sun/star/frame/XController.idl
+++ b/offapi/com/sun/star/frame/XController.idl
@@ -27,7 +27,7 @@
published interface XFrame;
published interface XModel;
-/** With this interface, components viewed in a <type>Frame</type> can serve
+/** With this interface, components viewed in a Frame can serve
events (by supplying dispatches).
@see XFrame
diff --git a/offapi/com/sun/star/frame/XController2.idl b/offapi/com/sun/star/frame/XController2.idl
index eb9f3a171f63..1bf0481ccbac 100644
--- a/offapi/com/sun/star/frame/XController2.idl
+++ b/offapi/com/sun/star/frame/XController2.idl
@@ -28,7 +28,7 @@
module com { module sun { module star { module frame {
-/** extends the <type>XController</type> interface
+/** extends the XController interface
@since OOo 3.0
*/
diff --git a/offapi/com/sun/star/frame/XControllerBorder.idl b/offapi/com/sun/star/frame/XControllerBorder.idl
index 00c7a46a7cf3..1254d54a3115 100644
--- a/offapi/com/sun/star/frame/XControllerBorder.idl
+++ b/offapi/com/sun/star/frame/XControllerBorder.idl
@@ -34,7 +34,7 @@ interface XControllerBorder: com::sun::star::uno::XInterface
/** allows to get current border sizes of the document.
@return
- <type>BorderWidths</type> representing the sizes of border
+ BorderWidths representing the sizes of border
*/
BorderWidths getBorder();
diff --git a/offapi/com/sun/star/frame/XDesktop.idl b/offapi/com/sun/star/frame/XDesktop.idl
index 07a2030266ba..127747a3f5ee 100644
--- a/offapi/com/sun/star/frame/XDesktop.idl
+++ b/offapi/com/sun/star/frame/XDesktop.idl
@@ -46,7 +46,7 @@ published interface XDesktop: com::sun::star::uno::XInterface
<p>
First, every terminate listener is called by his <member>XTerminateListener::queryTermination()</member> method.
- Throwing of a <type>TerminationVetoException</type> can break the termination process and the listener how has
+ Throwing of a TerminationVetoException can break the termination process and the listener how has
done that will be the new "controller" of the desktop lifetime. He should try to terminate it by himself after
his own processes will be finished.
If nobody disagree with the termination request, every listener will be called by his
@@ -90,7 +90,7 @@ published interface XDesktop: com::sun::star::uno::XInterface
The component is, by definition, the model of the control which
is loaded into a frame, or if no model exists, into the control
itself.
- The service <type>Components</type> which is available from this
+ The service Components which is available from this
method is a collection of all components of the desktop which are open
within a frame of the desktop.
</p>
diff --git a/offapi/com/sun/star/frame/XDesktop2.idl b/offapi/com/sun/star/frame/XDesktop2.idl
index 4d81cc774185..3b80f042a1b2 100644
--- a/offapi/com/sun/star/frame/XDesktop2.idl
+++ b/offapi/com/sun/star/frame/XDesktop2.idl
@@ -40,11 +40,11 @@ published interface XDesktop2
<p>
What kind of URLs a frame accepts in the calls to <member>XDispatchProvider::queryDispatch()</member>,
and how the returned dispatcher handles dispatches is completely implementation dependent
- (though of course the restrictions of <type>XDispatchProvider</type> must be met).
+ (though of course the restrictions of XDispatchProvider must be met).
Frame implementations may (optionally) support special targets in the call to
<member>XDispatchProvider::queryDispatch()</member>.
Such special targets are passed as target frame name. They may, in addition,
- require special frame search flags (see <type>FrameSearchFlag</type>), or,
+ require special frame search flags (see FrameSearchFlag), or,
in opposite, limit the set of allowed flags.<br>
Common special targets include:
<ul>
@@ -65,7 +65,7 @@ published interface XDesktop2
<p>
Registered objects can intercept, suppress or reroute dispatched URLs.
- If they support another interface too (<type>XInterceptorInfo</type>)
+ If they support another interface too (XInterceptorInfo)
it's possible to perform it by directly calling of right interceptor without
using list of all registered ones.
</p>
diff --git a/offapi/com/sun/star/frame/XDesktopTask.idl b/offapi/com/sun/star/frame/XDesktopTask.idl
index 95cece6ad91c..fbe5305f69a9 100644
--- a/offapi/com/sun/star/frame/XDesktopTask.idl
+++ b/offapi/com/sun/star/frame/XDesktopTask.idl
@@ -26,7 +26,7 @@
module com { module sun { module star { module frame {
-/** use <type>XFrame</type> instead of this
+/** use XFrame instead of this
@deprecated
*/
published interface XDesktopTask: com::sun::star::lang::XComponent
diff --git a/offapi/com/sun/star/frame/XDispatch.idl b/offapi/com/sun/star/frame/XDispatch.idl
index 9c9e96d53975..e7113086b81a 100644
--- a/offapi/com/sun/star/frame/XDispatch.idl
+++ b/offapi/com/sun/star/frame/XDispatch.idl
@@ -45,7 +45,7 @@ module com { module sun { module star { module frame {
whenever this state changes or the control should re-get the value
for the URL it is connected to. Additionally, a context-switch-event
is to be broadcasted whenever the object may be out of scope,
- to force the state listener to requery the <type>XDispatch</type>.
+ to force the state listener to requery the XDispatch.
</p>
@see Frame
@@ -56,7 +56,7 @@ published interface XDispatch: com::sun::star::uno::XInterface
/** dispatches (executes) an URL asynchronously.
<p>
- It is only allowed to dispatch URLs for which this <type>XDispatch</type>
+ It is only allowed to dispatch URLs for which this XDispatch
was explicitly queried. Additional arguments ("'#..." or "?...") are allowed.
</p>
@@ -97,10 +97,10 @@ published interface XDispatch: com::sun::star::uno::XInterface
at this object to receive status events.
<p>
- It is only allowed to register URLs for which this <type>XDispatch</type>
+ It is only allowed to register URLs for which this XDispatch
was explicitly queried. Additional arguments ("#..." or "?...") will be ignored.
</p>
- Note: Notifications can't be guaranteed! This will be a part of interface <type>XNotifyingDispatch</type>.
+ Note: Notifications can't be guaranteed! This will be a part of interface XNotifyingDispatch.
@param Control
listener that wishes to be informed
diff --git a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
index 2cd64ab62903..aaa94be3b823 100644
--- a/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
+++ b/offapi/com/sun/star/frame/XDispatchInformationProvider.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module frame {
supported commands. This interface is normally used by configuration
implementations to retrieve all supported commands.
A dispatch information provider is normally supported by a
- <type>Frame</type> service.
+ Frame service.
</p>
@see Frame
diff --git a/offapi/com/sun/star/frame/XDispatchProvider.idl b/offapi/com/sun/star/frame/XDispatchProvider.idl
index 31497067a3f8..502549e7d429 100644
--- a/offapi/com/sun/star/frame/XDispatchProvider.idl
+++ b/offapi/com/sun/star/frame/XDispatchProvider.idl
@@ -28,14 +28,14 @@
module com { module sun { module star { module frame {
-/** provides <type>XDispatch</type> interfaces for certain functions which
+/** provides XDispatch interfaces for certain functions which
are useful at the UI.
@see XDispatch
*/
published interface XDispatchProvider: com::sun::star::uno::XInterface
{
- /** searches for an <type>XDispatch</type> for the specified URL within
+ /** searches for an XDispatch for the specified URL within
the specified target frame.
@param URL
diff --git a/offapi/com/sun/star/frame/XDispatchProviderInterception.idl b/offapi/com/sun/star/frame/XDispatchProviderInterception.idl
index 6ce0b76da888..f900cb6f5f1d 100644
--- a/offapi/com/sun/star/frame/XDispatchProviderInterception.idl
+++ b/offapi/com/sun/star/frame/XDispatchProviderInterception.idl
@@ -26,13 +26,13 @@
module com { module sun { module star { module frame {
-/** makes it possible to register an <type>XDispatchProvider</type> which
- intercepts all requests of <type>XDispatch</type> to this instance.
+/** makes it possible to register an XDispatchProvider which
+ intercepts all requests of XDispatch to this instance.
<p>
Note: Nobody can guarantee order of used interceptor objects if more then ones exist.
Later registered ones will be used at first. But it's possible to increase the chance
- for that by providing the optional interface <type>XInterceptorInfo</type>.
+ for that by providing the optional interface XInterceptorInfo.
</p>
@see XDispatchProvider
@@ -41,7 +41,7 @@
*/
published interface XDispatchProviderInterception: com::sun::star::uno::XInterface
{
- /** registers an <type>XDispatchProviderInterceptor</type>, which will become
+ /** registers an XDispatchProviderInterceptor, which will become
the first interceptor in the chain of registered interceptors.
@param Interceptor
@@ -51,7 +51,7 @@ published interface XDispatchProviderInterception: com::sun::star::uno::XInterfa
*/
void registerDispatchProviderInterceptor( [in] XDispatchProviderInterceptor Interceptor );
- /** removes an <type>XDispatchProviderInterceptor</type> which was previously registered
+ /** removes an XDispatchProviderInterceptor which was previously registered
<p>
The order of removals is arbitrary. It is not necessary to remove the last
diff --git a/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl b/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
index 8f36052369b6..33b58e7390b5 100644
--- a/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
+++ b/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
@@ -25,17 +25,17 @@
module com { module sun { module star { module frame {
-/** makes it possible to intercept request of <type>XDispatch</type>.
+/** makes it possible to intercept request of XDispatch.
<p>
- Can be registered as an interceptor by using interface <type>XDispatchProviderInterception</type>.
+ Can be registered as an interceptor by using interface XDispatchProviderInterception.
</p>
@see XDispatchProviderInterception
*/
published interface XDispatchProviderInterceptor: XDispatchProvider
{
- /** access to the slave <type>XDispatchProvider</type> of this interceptor
+ /** access to the slave XDispatchProvider of this interceptor
@returns
the slave of this interceptor
@@ -44,7 +44,7 @@ published interface XDispatchProviderInterceptor: XDispatchProvider
*/
XDispatchProvider getSlaveDispatchProvider();
- /** sets the slave <type>XDispatchProvider</type> to which calls to
+ /** sets the slave XDispatchProvider to which calls to
<member>XDispatchProvider::queryDispatch()</member> can be forwarded
under control of this dispatch provider.
@@ -55,7 +55,7 @@ published interface XDispatchProviderInterceptor: XDispatchProvider
*/
void setSlaveDispatchProvider( [in] XDispatchProvider NewDispatchProvider );
- /** access to the master <type>XDispatchProvider</type> of this interceptor
+ /** access to the master XDispatchProvider of this interceptor
@returns
the master of this interceptor
@@ -64,7 +64,7 @@ published interface XDispatchProviderInterceptor: XDispatchProvider
*/
XDispatchProvider getMasterDispatchProvider();
- /** sets the master <type>XDispatchProvider</type>, which may forward
+ /** sets the master XDispatchProvider, which may forward
calls to its <member>XDispatchProvider::queryDispatch()</member>
to this dispatch provider.
diff --git a/offapi/com/sun/star/frame/XDispatchRecorder.idl b/offapi/com/sun/star/frame/XDispatchRecorder.idl
index d287512b754a..6b007f512fc2 100644
--- a/offapi/com/sun/star/frame/XDispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/XDispatchRecorder.idl
@@ -32,11 +32,11 @@ module com { module sun { module star { module frame {
<p>
With such recorder it will be possible to record requests of type
- <type>XDispatch</type> by using additional interface
- <type>XRecordableDispatch</type>. The result of that will be a
+ XDispatch by using additional interface
+ XRecordableDispatch. The result of that will be a
a script which can be used to start the dispatch at later time again.
- Such recorder objects are available on a <type>XDispatchRecorderSupplier</type>
- which is provided by the <type>Frame</type> service.
+ Such recorder objects are available on a XDispatchRecorderSupplier
+ which is provided by the Frame service.
</p>
@see Frame
diff --git a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
index 3890212579eb..5fc10ab3b5cd 100644
--- a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
+++ b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
@@ -29,7 +29,7 @@
/** provides access to the record mechanism of dispatches
<p>
- With a <type>XDispatchRecorder</type> it's possible to record calls
+ With a XDispatchRecorder it's possible to record calls
of <member>XDispatch::dispatch()</member>. The recorded data (may a script)
can be used to automate recorded dispatch and start it at later time again.
This supplier provides access to the recorder and supports some functionality
@@ -47,7 +47,7 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface
Setting of a new recorder make it possible to change recording mode.
May there can exist different implementations of a recorder (e.g. to
generate Java, Basic or other formats). Changing between local recording
- inside one <type>Frame</type> or global one by using more then ones can be
+ inside one Frame or global one by using more then ones can be
forced too.
</p>
@@ -79,7 +79,7 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface
call. Otherwise follow algorithm is used:
<ul>
<li>If <var>Dispatcher</var> doesn't support the interface
- <type>XRecordableDispatch</type> a normal dispatch() call
+ XRecordableDispatch a normal dispatch() call
will be made and depend from the result state of that
the request will be recorded. In this case it's possible
to record the incoming parameter (<var>URL</var> and
@@ -87,7 +87,7 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface
can't be recorded then and will be lost.
</li>
<li>If <var>Dispatcher</var> support the interface
- <type>XRecordableDispatch</type> it will be used
+ XRecordableDispatch it will be used
to dispatch and record all necessary parameters of
the whole process.
</li>
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index 6fb9345ea961..68228b5f9a3f 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.idl
@@ -35,7 +35,7 @@
<p>
A frame can be (it's not a must!) a part of a frame tree. If not this frame won't be
accessible by using the API. This mode make sense for previews.
- The root node of the tree can be a <type>Desktop</type> implementation.
+ The root node of the tree can be a Desktop implementation.
</p>
@see Desktop
@@ -203,10 +203,10 @@ published interface XFrame: com::sun::star::lang::XComponent
<p>
At first the frame sets itself as the active frame of its
creator by calling <member>XFramesSupplier::setActiveFrame()</member>,
- then it broadcasts an <type>FrameActionEvent</type> with
+ then it broadcasts an FrameActionEvent with
<const>FrameAction::FRAME_ACTIVATED</const>. The component within
this frame may listen to this event to grab the focus on activation;
- for simple components this can be done by the <type>FrameLoader</type>.
+ for simple components this can be done by the FrameLoader.
</p>
<p>
@@ -223,7 +223,7 @@ published interface XFrame: com::sun::star::lang::XComponent
<p>
At first the frame deactivates its active sub-frame, if any.
- Then broadcasts a <type>FrameActionEvent</type> with
+ Then broadcasts a FrameActionEvent with
<const>FrameAction::FRAME_DEACTIVATING</const>.
</p>
diff --git a/offapi/com/sun/star/frame/XFrame2.idl b/offapi/com/sun/star/frame/XFrame2.idl
index d90d00b1e9b4..2d53e9302935 100644
--- a/offapi/com/sun/star/frame/XFrame2.idl
+++ b/offapi/com/sun/star/frame/XFrame2.idl
@@ -44,11 +44,11 @@ published interface XFrame2
<p>
What kind of URLs a frame accepts in the calls to <member>XDispatchProvider::queryDispatch()</member>,
and how the returned dispatcher handles dispatches is completely implementation dependent
- (though of course the restrictions of <type>XDispatchProvider</type> must be met).
+ (though of course the restrictions of XDispatchProvider must be met).
Frame implementations may (optionally) support special targets in the call to
<member>XDispatchProvider::queryDispatch()</member>.
Such special targets are passed as target frame name. They may, in addition,
- require special frame search flags (see <type>FrameSearchFlag</type>), or,
+ require special frame search flags (see FrameSearchFlag), or,
in opposite, limit the set of allowed flags.<br>
Common special targets include:
<ul>
@@ -75,7 +75,7 @@ published interface XFrame2
<p>
Registered objects can intercept, suppress or reroute dispatched URLs.
- If they support another interface too (<type>XInterceptorInfo</type>)
+ If they support another interface too (XInterceptorInfo)
it's possible to perform it by directly calling of right interceptor without
using list of all registered ones.
</p>
@@ -111,7 +111,7 @@ published interface XFrame2
Such recorder can be used to record dispatch requests.
The supplier contains a dispatch recorder and provide the functionality
to use it for any dispatch object from outside which supports the interface
- <type>XDispatch</type>. A supplier is available only, if recording was enabled.
+ XDispatch. A supplier is available only, if recording was enabled.
That means: if someone wishes to enable recoding on a frame he must set
a supplier with a recorder object inside of it. Every user of dispatches
has to check then if such supplier is available at this frame property.
@@ -131,7 +131,7 @@ published interface XFrame2
*/
[attribute] XDispatchRecorderSupplier DispatchRecorderSupplier;
- /** Provides access to the <type>LayoutManager</type> of the frame.
+ /** Provides access to the LayoutManager of the frame.
This is actually of type XLayoutManager, but this API is still experimental (unpublished).
*/
[attribute] com::sun::star::uno::XInterface LayoutManager;
diff --git a/offapi/com/sun/star/frame/XFrameLoader.idl b/offapi/com/sun/star/frame/XFrameLoader.idl
index 92c933640f50..e3cd181151ae 100644
--- a/offapi/com/sun/star/frame/XFrameLoader.idl
+++ b/offapi/com/sun/star/frame/XFrameLoader.idl
@@ -31,7 +31,7 @@
/** load components into a frame
<p>
- It's an asynchronous loading. For synchronous processes use <type>XSynchronousFrameLoader</type>
+ It's an asynchronous loading. For synchronous processes use XSynchronousFrameLoader
instead of this one. The generic load algorithm of the office supports both ones - but preferred
the synchronous interface.
</p>
@@ -40,7 +40,7 @@
*/
published interface XFrameLoader: com::sun::star::uno::XInterface
{
- /** starts the loading of the specified resource into the specified <type>Frame</type>.
+ /** starts the loading of the specified resource into the specified Frame.
@param Frame
specifies the loading target
@@ -73,7 +73,7 @@ published interface XFrameLoader: com::sun::star::uno::XInterface
Because only the owner of this process who called load method
before can cancel this process. And he doesn't need any notification about that.
On the other hand - nobody then this owner himself can be registered as an
- <type>XLoadEventListener</type> here.
+ XLoadEventListener here.
</p>
*/
void cancel();
diff --git a/offapi/com/sun/star/frame/XFrameLoaderQuery.idl b/offapi/com/sun/star/frame/XFrameLoaderQuery.idl
index f7fb57d68004..6f34c11be9bf 100644
--- a/offapi/com/sun/star/frame/XFrameLoaderQuery.idl
+++ b/offapi/com/sun/star/frame/XFrameLoaderQuery.idl
@@ -29,25 +29,25 @@
module star {
module frame {
-/** use service <type>FrameLoaderFactory</type> instead of this
+/** use service FrameLoaderFactory instead of this
@deprecated
*/
published interface XFrameLoaderQuery: com::sun::star::uno::XInterface
{
/** use member <member scope="com::sun::star::container">XNameAccess::getElementNames()</member>
- provided by service <type>FrameLoaderFactory</type> instead of this
+ provided by service FrameLoaderFactory instead of this
@deprecated
*/
sequence< string > getAvailableFilterNames();
/** use member <member scope="com::sun::star::container">XNameAccess::getByName()</member>
- provided by service <type>FrameLoaderFactory</type> instead of this
+ provided by service FrameLoaderFactory instead of this
@deprecated
*/
sequence< ::com::sun::star::beans::PropertyValue > getLoaderProperties( [in] string sFilterName );
/** use member <type scope="com::sun::star::container">XContainerQuery</type>
- provided by service <type>FrameLoaderFactory</type> instead of this
+ provided by service FrameLoaderFactory instead of this
@deprecated
*/
string searchFilter( [in] string sURL, [in] sequence< com::sun::star::beans::PropertyValue > seqArguments );
diff --git a/offapi/com/sun/star/frame/XFrameSetModel.idl b/offapi/com/sun/star/frame/XFrameSetModel.idl
index bc17d3fdac8e..132b5ce96d33 100644
--- a/offapi/com/sun/star/frame/XFrameSetModel.idl
+++ b/offapi/com/sun/star/frame/XFrameSetModel.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module frame {
-/** use <type>XModel</type> instead of this
+/** use XModel instead of this
@deprecated
*/
published interface XFrameSetModel: com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/frame/XFrames.idl b/offapi/com/sun/star/frame/XFrames.idl
index d0e71dfaf19c..394cc07b2f4c 100644
--- a/offapi/com/sun/star/frame/XFrames.idl
+++ b/offapi/com/sun/star/frame/XFrames.idl
@@ -29,7 +29,7 @@
/** manages and creates frames.
<p>
- Frames may contain other frames (by implementing an <type>XFrames</type>
+ Frames may contain other frames (by implementing an XFrames
interface) and may be contained in other frames.
</p>
@@ -38,7 +38,7 @@
*/
published interface XFrames: com::sun::star::container::XIndexAccess
{
- /** appends the specified <type>Frame</type> to the list of sub-frames.
+ /** appends the specified Frame to the list of sub-frames.
@param xFrame
new frame for inserting into this container
@@ -49,7 +49,7 @@ published interface XFrames: com::sun::star::container::XIndexAccess
frames inside this container and her sub frames
@param nSearchFlags
- use combinations of <type>FrameSearchFlag</type> to specify which
+ use combinations of FrameSearchFlag to specify which
frames should be found
@return
diff --git a/offapi/com/sun/star/frame/XFramesSupplier.idl b/offapi/com/sun/star/frame/XFramesSupplier.idl
index 5e4daf24f01a..1a7e8650e2e2 100644
--- a/offapi/com/sun/star/frame/XFramesSupplier.idl
+++ b/offapi/com/sun/star/frame/XFramesSupplier.idl
@@ -32,12 +32,12 @@
*/
published interface XFramesSupplier: XFrame
{
- /** provides access to this container and to all other <type>XFramesSupplier</type>
+ /** provides access to this container and to all other XFramesSupplier
which are available from this node of frame tree
@returns
the collection of frames which is represented by
- a <type>FramesContainer</type>.
+ a FramesContainer.
*/
XFrames getFrames();
@@ -54,7 +54,7 @@ published interface XFramesSupplier: XFrame
</p>
@returns
- the <type>Frame</type> which is active within this frame.
+ the Frame which is active within this frame.
*/
XFrame getActiveFrame();
@@ -70,7 +70,7 @@ published interface XFramesSupplier: XFrame
<p>
In general this method first calls the method <member>XFramesSupplier::setActiveFrame()</member>
at the creator frame with <var>this</var> as the current argument. Then it broadcasts
- the <type>FrameActionEvent</type> <const>FrameAction::FRAME_ACTIVATED</const>.
+ the FrameActionEvent <const>FrameAction::FRAME_ACTIVATED</const>.
</p>
<p>
diff --git a/offapi/com/sun/star/frame/XInterceptorInfo.idl b/offapi/com/sun/star/frame/XInterceptorInfo.idl
index ee0f4ab07ec5..318a1eb9782d 100644
--- a/offapi/com/sun/star/frame/XInterceptorInfo.idl
+++ b/offapi/com/sun/star/frame/XInterceptorInfo.idl
@@ -30,7 +30,7 @@
<p>
Frame can call right interceptor directly without calling all of registered ones.
- Use it as an additional interface to <type>XDispatchProviderInterceptor</type>.
+ Use it as an additional interface to XDispatchProviderInterceptor.
If any interceptor in list doesn't support this interface - these mechanism will be broken
and normal list of master-slave interceptor objects will be used from top to the bottom.
</p>
diff --git a/offapi/com/sun/star/frame/XModel.idl b/offapi/com/sun/star/frame/XModel.idl
index 87d23123bc26..f4c0d39e48cf 100644
--- a/offapi/com/sun/star/frame/XModel.idl
+++ b/offapi/com/sun/star/frame/XModel.idl
@@ -42,7 +42,7 @@
<p>
Models can be controlled by controller components, which are usually
views of the model.
- (see <type>Controller</type> for further details)
+ (see Controller for further details)
</p>
<p>
diff --git a/offapi/com/sun/star/frame/XModuleManager.idl b/offapi/com/sun/star/frame/XModuleManager.idl
index c54b34de2852..3474698e9e15 100644
--- a/offapi/com/sun/star/frame/XModuleManager.idl
+++ b/offapi/com/sun/star/frame/XModuleManager.idl
@@ -36,14 +36,14 @@ interface XModuleManager : com::sun::star::uno::XInterface
/**
@short identifies the given module.
- @descr This identifier can then be used at the service <type>ModuleManager</type>
+ @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>
is requested on the given module. Because all module service registrations must be unique
this value can be queried and checked against the configuration.
- Since OOo 2.3.0 also the optional interface <type>XModule</type> will be used.
+ Since OOo 2.3.0 also the optional interface XModule will be used.
If its exists it will be preferred.
@param Module
@@ -75,7 +75,7 @@ interface XModuleManager : com::sun::star::uno::XInterface
<li>or does not provide the needed interface XServiceInfo.</li>
</ul>
- @throws <type>UnknownModuleException</type>
+ @throws UnknownModuleException
if the given module could not be identified.
Note: If the module represent a XFrame instance with does not contain
a document, this exception is thrown too!
diff --git a/offapi/com/sun/star/frame/XNotifyingDispatch.idl b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
index 2c41413732d5..f80815ed3a6f 100644
--- a/offapi/com/sun/star/frame/XNotifyingDispatch.idl
+++ b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
@@ -24,7 +24,7 @@
module com { module sun { module star { module frame {
-/** dispatch with guaranteed notify (instead of <type>XDispatch</type>)
+/** dispatch with guaranteed notify (instead of XDispatch)
@see XDispatch
@see XStatusListener
diff --git a/offapi/com/sun/star/frame/XRecordableDispatch.idl b/offapi/com/sun/star/frame/XRecordableDispatch.idl
index 04b90284fc49..24ddc6fc90ca 100644
--- a/offapi/com/sun/star/frame/XRecordableDispatch.idl
+++ b/offapi/com/sun/star/frame/XRecordableDispatch.idl
@@ -26,12 +26,12 @@
module com { module sun { module star { module frame {
-/** extends an existing <type>XDispatch</type> implementation with functionality
+/** extends an existing XDispatch implementation with functionality
for dispatch recording
<p>
This interface can be implemented as an additional one beside an existing
- <type>XDispatch</type> one to provide record functionality of dispatches.
+ XDispatch one to provide record functionality of dispatches.
Because it's an additional interface the status events are available there
and not at this interface.
</p>
@@ -39,7 +39,7 @@
<p>
But normally this interface mustn't be used directly.
If a dispatch object is well known and recording was enabled
- on a <type>XDispatchRecorderSupplier</type> it's possible to use method
+ on a XDispatchRecorderSupplier it's possible to use method
<member>XDispatchRecorderSupplier::dispatchAndRecord()</member> of it
to make dispatch and recording automatically. The interface XRecordableDispatch
is used transparently there.
diff --git a/offapi/com/sun/star/frame/XStatusListener.idl b/offapi/com/sun/star/frame/XStatusListener.idl
index c80589ff1afb..ee53f9d78744 100644
--- a/offapi/com/sun/star/frame/XStatusListener.idl
+++ b/offapi/com/sun/star/frame/XStatusListener.idl
@@ -29,8 +29,8 @@
/** makes it possible to receive events when the state of a feature changes.
<p>
- Nobody guarantee any notification. Use combination of <type>XNotifyingDispatch</type>
- and <type>XDispatchResultListener</type> for that.
+ Nobody guarantee any notification. Use combination of XNotifyingDispatch
+ and XDispatchResultListener for that.
</p>
@see XDispatch
diff --git a/offapi/com/sun/star/frame/XStorable2.idl b/offapi/com/sun/star/frame/XStorable2.idl
index 7915c2fa04a1..7d8d70e25746 100644
--- a/offapi/com/sun/star/frame/XStorable2.idl
+++ b/offapi/com/sun/star/frame/XStorable2.idl
@@ -28,7 +28,7 @@
module com { module sun { module star { module frame {
-/** extends <type>XStorable</type>.
+/** extends XStorable.
*/
published interface XStorable2: XStorable
{
diff --git a/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl b/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
index 16fdbaa8056f..991e7669cc1e 100644
--- a/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
+++ b/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
@@ -26,17 +26,17 @@
module com { module sun { module star { module frame {
-/** loads a resource into a <type>Frame</type>.
+/** loads a resource into a Frame.
<p>
- Unlike the <type>XFrameLoader</type> interface, this loading will be synchronous.
+ Unlike the XFrameLoader interface, this loading will be synchronous.
</p>
@see XFrameLoader
*/
published interface XSynchronousFrameLoader: com::sun::star::uno::XInterface
{
- /** starts the loading of the specified resource into the specified <type>Frame</type>.
+ /** starts the loading of the specified resource into the specified Frame.
@param Descriptor
describes the resource which should be loaded
diff --git a/offapi/com/sun/star/frame/XTask.idl b/offapi/com/sun/star/frame/XTask.idl
index 4ddf53d02a60..8fbbb54d4cb7 100644
--- a/offapi/com/sun/star/frame/XTask.idl
+++ b/offapi/com/sun/star/frame/XTask.idl
@@ -25,14 +25,14 @@
module com { module sun { module star { module frame {
-/** use <type>XFrame</type> instead of this one
+/** use XFrame instead of this one
@deprecated
*/
published interface XTask: XFrame
{
/** use <type scope="com::sun::star::util">XCloseable</type> or
<member scope="com::sun::star::lang">XComponent::dispose()</member>
- at a <type>Frame</type> instead of this one
+ at a Frame instead of this one
@deprecated
*/
boolean close();
diff --git a/offapi/com/sun/star/frame/XTasksSupplier.idl b/offapi/com/sun/star/frame/XTasksSupplier.idl
index 88852b5deb9b..d47acf2537e0 100644
--- a/offapi/com/sun/star/frame/XTasksSupplier.idl
+++ b/offapi/com/sun/star/frame/XTasksSupplier.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module frame {
-/** use <type>XFramesSupplier</type> instead of that
+/** use XFramesSupplier instead of that
@deprecated
*/
published interface XTasksSupplier: com::sun::star::uno::XInterface
diff --git a/offapi/com/sun/star/frame/XTerminateListener.idl b/offapi/com/sun/star/frame/XTerminateListener.idl
index f225486e1f78..cf07630bb481 100644
--- a/offapi/com/sun/star/frame/XTerminateListener.idl
+++ b/offapi/com/sun/star/frame/XTerminateListener.idl
@@ -39,7 +39,7 @@ published interface XTerminateListener: com::sun::star::lang::XEventListener
/** is called when the master environment (e.g., desktop) is about to terminate.
<p>
- Termination can be intercepted by throwing <type>TerminationVetoException</type>.
+ Termination can be intercepted by throwing TerminationVetoException.
Interceptor will be the new owner of desktop and should call <member>XDesktop::terminate()</member>
after finishing his own operations.
</p>
diff --git a/offapi/com/sun/star/frame/XTerminateListener2.idl b/offapi/com/sun/star/frame/XTerminateListener2.idl
index 1f74ae903825..6c61fdcea227 100644
--- a/offapi/com/sun/star/frame/XTerminateListener2.idl
+++ b/offapi/com/sun/star/frame/XTerminateListener2.idl
@@ -33,7 +33,7 @@ interface XTerminateListener2 : ::com::sun::star::frame::XTerminateListener
it's terminate request.
<p>
- Termination can be intercepted by throwing <type>TerminationVetoException</type>.
+ Termination can be intercepted by throwing TerminationVetoException.
But if a listener was queried for termination .. doesn't throw a veto exception ...
it doesn't know if termination will be real next time.
Because any other listener can throw those exception too ... and so it can happen
diff --git a/offapi/com/sun/star/frame/status/ItemState.idl b/offapi/com/sun/star/frame/status/ItemState.idl
index b090e3742d9e..16a2046950e0 100644
--- a/offapi/com/sun/star/frame/status/ItemState.idl
+++ b/offapi/com/sun/star/frame/status/ItemState.idl
@@ -24,7 +24,7 @@
module com { module sun { module star { module frame { module status {
-/** these constants describe a state of a <type>ItemStatus</type>.
+/** these constants describe a state of a ItemStatus.
@see ItemStatus
diff --git a/offapi/com/sun/star/frame/status/ItemStatus.idl b/offapi/com/sun/star/frame/status/ItemStatus.idl
index 76704f374b39..11772833d25f 100644
--- a/offapi/com/sun/star/frame/status/ItemStatus.idl
+++ b/offapi/com/sun/star/frame/status/ItemStatus.idl
@@ -32,7 +32,7 @@ struct ItemStatus
/** numerical value which describes the current state of an item.
- @see <type>ItemState</type>
+ @see ItemState
*/
short State;