summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/frame
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:21:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitbb6503dd081ebb4d11929ab1946eea8d60dd817c (patch)
treee2197a207d6c5f6ff82a7aa71b2c7266b45cd84f /offapi/com/sun/star/frame
parent*api: replace <member>Foo</member> (diff)
downloadcore-bb6503dd081ebb4d11929ab1946eea8d60dd817c.tar.gz
core-bb6503dd081ebb4d11929ab1946eea8d60dd817c.zip
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r--offapi/com/sun/star/frame/Controller.idl2
-rw-r--r--offapi/com/sun/star/frame/DesktopTask.idl2
-rw-r--r--offapi/com/sun/star/frame/DispatchDescriptor.idl2
-rw-r--r--offapi/com/sun/star/frame/DispatchRecorder.idl6
-rw-r--r--offapi/com/sun/star/frame/DispatchRecorderSupplier.idl2
-rw-r--r--offapi/com/sun/star/frame/DispatchStatement.idl8
-rw-r--r--offapi/com/sun/star/frame/FrameControl.idl2
-rw-r--r--offapi/com/sun/star/frame/FrameSearchFlag.idl6
-rw-r--r--offapi/com/sun/star/frame/Task.idl2
-rw-r--r--offapi/com/sun/star/frame/XComponentLoader.idl4
-rw-r--r--offapi/com/sun/star/frame/XConfigManager.idl2
-rw-r--r--offapi/com/sun/star/frame/XController.idl4
-rw-r--r--offapi/com/sun/star/frame/XDesktop.idl4
-rw-r--r--offapi/com/sun/star/frame/XDesktop2.idl4
-rw-r--r--offapi/com/sun/star/frame/XDispatch.idl2
-rw-r--r--offapi/com/sun/star/frame/XDispatchProvider.idl2
-rw-r--r--offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl4
-rw-r--r--offapi/com/sun/star/frame/XDispatchRecorder.idl4
-rw-r--r--offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl6
-rw-r--r--offapi/com/sun/star/frame/XDispatchResultListener.idl2
-rw-r--r--offapi/com/sun/star/frame/XDocumentTemplates.idl4
-rw-r--r--offapi/com/sun/star/frame/XFrame.idl16
-rw-r--r--offapi/com/sun/star/frame/XFrame2.idl8
-rw-r--r--offapi/com/sun/star/frame/XFrameLoader.idl2
-rw-r--r--offapi/com/sun/star/frame/XFramesSupplier.idl8
-rw-r--r--offapi/com/sun/star/frame/XModel.idl10
-rw-r--r--offapi/com/sun/star/frame/XNotifyingDispatch.idl2
-rw-r--r--offapi/com/sun/star/frame/XRecordableDispatch.idl4
-rw-r--r--offapi/com/sun/star/frame/XSessionManagerListener.idl4
-rw-r--r--offapi/com/sun/star/frame/XStorable.idl8
-rw-r--r--offapi/com/sun/star/frame/XSynchronousFrameLoader.idl4
-rw-r--r--offapi/com/sun/star/frame/XTasksSupplier.idl4
-rw-r--r--offapi/com/sun/star/frame/XTerminateListener.idl2
33 files changed, 73 insertions, 73 deletions
diff --git a/offapi/com/sun/star/frame/Controller.idl b/offapi/com/sun/star/frame/Controller.idl
index 308b1da67ec2..901fe8a2e1a0 100644
--- a/offapi/com/sun/star/frame/Controller.idl
+++ b/offapi/com/sun/star/frame/Controller.idl
@@ -69,7 +69,7 @@ published service Controller
<p>
Don't mix it with XDispatchProviderInterception which
- intercept calls of <member>XDispatch::dispatch()</member>.
+ intercept calls of XDispatch::dispatch().
</p>
*/
[optional] interface com::sun::star::ui::XContextMenuInterception;
diff --git a/offapi/com/sun/star/frame/DesktopTask.idl b/offapi/com/sun/star/frame/DesktopTask.idl
index 693d7694a99f..92a5f124f1b3 100644
--- a/offapi/com/sun/star/frame/DesktopTask.idl
+++ b/offapi/com/sun/star/frame/DesktopTask.idl
@@ -51,7 +51,7 @@ published service DesktopTask
Frame service */
interface com::sun::star::frame::XFramesSupplier;
- /** use property <member>Frame::Title</member> instead of that */
+ /** use property Frame::Title instead of that */
[readonly, property] string Title;
/** - */
diff --git a/offapi/com/sun/star/frame/DispatchDescriptor.idl b/offapi/com/sun/star/frame/DispatchDescriptor.idl
index dcc8b936199f..eae1162276d7 100644
--- a/offapi/com/sun/star/frame/DispatchDescriptor.idl
+++ b/offapi/com/sun/star/frame/DispatchDescriptor.idl
@@ -30,7 +30,7 @@
<p>
For a normal dispatch calls all needed parameters are separated.
- For optimized remote functionality <member>XDispatch::queryDispatches()</member>
+ For optimized remote functionality XDispatch::queryDispatches()
it's necessary to pack these parameters in a flat structure which can be used
in a simple manner.
</p>
diff --git a/offapi/com/sun/star/frame/DispatchRecorder.idl b/offapi/com/sun/star/frame/DispatchRecorder.idl
index 8377682d16c1..7f119a2db857 100644
--- a/offapi/com/sun/star/frame/DispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/DispatchRecorder.idl
@@ -24,15 +24,15 @@
module com { module sun { module star { module frame {
-/** provides functionality to record <member>XDispatch::dispatch()</member> requests
+/** provides functionality to record XDispatch::dispatch() requests
<p>
- It records all necessary parameters of a call <member>XDispatch::dispatch()</member>
+ It records all necessary parameters of a call XDispatch::dispatch()
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 DispatchRecorderSupplier, which is available on
- a property of a <member>Frame::DispatchRecorderSupplier</member>, it's possible to change such code generation
+ a property of a Frame::DispatchRecorderSupplier, 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 dd601e9b6ada..7707364615dd 100644
--- a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
+++ b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl
@@ -27,7 +27,7 @@
/** provides a DispatchRecorder
<p>
- This supplier regulate macro recording of <member>XDispatch::dispatch()</member>
+ This supplier regulate macro recording of XDispatch::dispatch()
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 Frame if recording was enabled,
diff --git a/offapi/com/sun/star/frame/DispatchStatement.idl b/offapi/com/sun/star/frame/DispatchStatement.idl
index 28a33cf4098a..64421ef468e3 100644
--- a/offapi/com/sun/star/frame/DispatchStatement.idl
+++ b/offapi/com/sun/star/frame/DispatchStatement.idl
@@ -33,7 +33,7 @@ published struct DispatchStatement
/** specifies the dispatch command
<p>
- That means the <var>URL</var> parameter of a corresponding <member>XDispatchProvider::queryDispatch()</member> request.
+ That means the <var>URL</var> parameter of a corresponding XDispatchProvider::queryDispatch() request.
</p>
*/
string aCommand;
@@ -42,7 +42,7 @@ published struct DispatchStatement
/** specifies the frame target
<p>
- That means the <var>TargetFrameName</var> parameter of a corresponding <member>XDispatchProvider::queryDispatch()</member> request.
+ That means the <var>TargetFrameName</var> parameter of a corresponding XDispatchProvider::queryDispatch() request.
</p>
*/
string aTarget;
@@ -50,14 +50,14 @@ published struct DispatchStatement
/** specifies the dispatch command arguments
<p>
- That means the <var>Arguments</var> parameter of a corresponding <member>XDispatch::dispatch()</member> request.
+ That means the <var>Arguments</var> parameter of a corresponding XDispatch::dispatch() request.
</p>
*/
sequence < com::sun::star::beans::PropertyValue > aArgs;
/** specifies the optional search flags
<p>
- That means the <var>SearchFlags</var> parameter of a corresponding <member>XDispatchProvider::queryDispatch()</member> request.
+ That means the <var>SearchFlags</var> parameter of a corresponding XDispatchProvider::queryDispatch() request.
</p>
*/
long nFlags;
diff --git a/offapi/com/sun/star/frame/FrameControl.idl b/offapi/com/sun/star/frame/FrameControl.idl
index e7b4a6154c47..7a85e6d7f9ec 100644
--- a/offapi/com/sun/star/frame/FrameControl.idl
+++ b/offapi/com/sun/star/frame/FrameControl.idl
@@ -29,7 +29,7 @@
<p>
If the control is visible and has a valid (loadable) component URL,
- then the <member>FrameControl::Frame</member> property is set.
+ then the FrameControl::Frame property is set.
Normally this control can be used for preview functionality inside
any UI.
</p>
diff --git a/offapi/com/sun/star/frame/FrameSearchFlag.idl b/offapi/com/sun/star/frame/FrameSearchFlag.idl
index 5e59170a4557..ad0a5e188210 100644
--- a/offapi/com/sun/star/frame/FrameSearchFlag.idl
+++ b/offapi/com/sun/star/frame/FrameSearchFlag.idl
@@ -26,9 +26,9 @@
/** these types describe the algorithm to be used to search a frame
<p>
- Such flags will be used on methods <member>XFrame::findFrame()</member>,
- <member>XDispatchProvider::queryDispatch()</member> or
- <member>XComponentLoader::loadComponentFromURL()</member> if no special target
+ Such flags will be used on methods XFrame::findFrame(),
+ XDispatchProvider::queryDispatch() or
+ XComponentLoader::loadComponentFromURL() if no special target
frame name (e.g. "_blank", "_self") is used.
</p>
diff --git a/offapi/com/sun/star/frame/Task.idl b/offapi/com/sun/star/frame/Task.idl
index f2f57f47e401..db110e922811 100644
--- a/offapi/com/sun/star/frame/Task.idl
+++ b/offapi/com/sun/star/frame/Task.idl
@@ -29,7 +29,7 @@
<p>
Please use the service Frame instead of this deprecated Task. If it's
- method <member>XFrame.isTop()</member> returns <TRUE/>, it's the same
+ method XFrame.isTop() returns <TRUE/>, it's the same
as a check for the Task service.
</p>
diff --git a/offapi/com/sun/star/frame/XComponentLoader.idl b/offapi/com/sun/star/frame/XComponentLoader.idl
index 2a42593281e4..a4135087d7a7 100644
--- a/offapi/com/sun/star/frame/XComponentLoader.idl
+++ b/offapi/com/sun/star/frame/XComponentLoader.idl
@@ -127,9 +127,9 @@ published interface XComponentLoader: com::sun::star::uno::XInterface
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
- by disposing the frame, that the <member>XController::getFrame()</member>
+ by disposing the frame, that the XController::getFrame()
method of the controller returns. But for visible components the controller
- should be asked for permission by calling <member>XController::suspend()</member> before.
+ should be asked for permission by calling XController::suspend() before.
</li>
<li>
XModel for full featured components<br/>
diff --git a/offapi/com/sun/star/frame/XConfigManager.idl b/offapi/com/sun/star/frame/XConfigManager.idl
index 3fc5b74aeeb5..c0e894aaa44e 100644
--- a/offapi/com/sun/star/frame/XConfigManager.idl
+++ b/offapi/com/sun/star/frame/XConfigManager.idl
@@ -36,7 +36,7 @@ published interface XConfigManager: com::sun::star::uno::XInterface
inside the real implementation
<p>
- Listener can update his text values by calling <member>XConfigManager::substituteVariables()</member>
+ Listener can update his text values by calling XConfigManager::substituteVariables()
again. If <var>KeyName</var> specifies a group of keys, the listener gets one notify for each subkey.
</p>
diff --git a/offapi/com/sun/star/frame/XController.idl b/offapi/com/sun/star/frame/XController.idl
index 591201587355..fb6e01c5b076 100644
--- a/offapi/com/sun/star/frame/XController.idl
+++ b/offapi/com/sun/star/frame/XController.idl
@@ -72,12 +72,12 @@ published interface XController: com::sun::star::lang::XComponent
@returns
set of data that can be used to restore the current view status
- at later time by using <member>XController::restoreViewData()</member>
+ at later time by using XController::restoreViewData()
*/
any getViewData();
/** restores the view status using the data gotten from a previous call to
- <member>XController::getViewData()</member>.
+ XController::getViewData().
@param Data
set of data to restore it
diff --git a/offapi/com/sun/star/frame/XDesktop.idl b/offapi/com/sun/star/frame/XDesktop.idl
index 127747a3f5ee..cbb8cc3adf25 100644
--- a/offapi/com/sun/star/frame/XDesktop.idl
+++ b/offapi/com/sun/star/frame/XDesktop.idl
@@ -45,12 +45,12 @@ published interface XDesktop: com::sun::star::uno::XInterface
/** tries to terminate the desktop.
<p>
- First, every terminate listener is called by his <member>XTerminateListener::queryTermination()</member> method.
+ First, every terminate listener is called by his XTerminateListener::queryTermination() method.
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
- <member>XTerminateListener::notifyTermination()</member> method.
+ XTerminateListener::notifyTermination() method.
</p>
@return
diff --git a/offapi/com/sun/star/frame/XDesktop2.idl b/offapi/com/sun/star/frame/XDesktop2.idl
index 3b80f042a1b2..6fe69c86232f 100644
--- a/offapi/com/sun/star/frame/XDesktop2.idl
+++ b/offapi/com/sun/star/frame/XDesktop2.idl
@@ -38,11 +38,11 @@ published interface XDesktop2
/** provides access to dispatchers for the frame.
<p>
- What kind of URLs a frame accepts in the calls to <member>XDispatchProvider::queryDispatch()</member>,
+ What kind of URLs a frame accepts in the calls to XDispatchProvider::queryDispatch(),
and how the returned dispatcher handles dispatches is completely implementation dependent
(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>.
+ XDispatchProvider::queryDispatch().
Such special targets are passed as target frame name. They may, in addition,
require special frame search flags (see FrameSearchFlag), or,
in opposite, limit the set of allowed flags.<br>
diff --git a/offapi/com/sun/star/frame/XDispatch.idl b/offapi/com/sun/star/frame/XDispatch.idl
index e7113086b81a..84a614c7804e 100644
--- a/offapi/com/sun/star/frame/XDispatch.idl
+++ b/offapi/com/sun/star/frame/XDispatch.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module frame {
<p>
Each state change is to be broadcasted to all registered
status listeners. The first notification should be performed
- synchronously from <member>XDispatch::addStatusListener()</member>;
+ synchronously from XDispatch::addStatusListener();
if not, controls may flicker. State listener must be aware of this
synchronous notification.
</p>
diff --git a/offapi/com/sun/star/frame/XDispatchProvider.idl b/offapi/com/sun/star/frame/XDispatchProvider.idl
index 502549e7d429..5a41437113da 100644
--- a/offapi/com/sun/star/frame/XDispatchProvider.idl
+++ b/offapi/com/sun/star/frame/XDispatchProvider.idl
@@ -61,7 +61,7 @@ published interface XDispatchProvider: com::sun::star::uno::XInterface
[in] string TargetFrameName,
[in] long SearchFlags );
- /** actually this method is redundant to <member>XDispatchProvider::queryDispatch()</member>
+ /** actually this method is redundant to XDispatchProvider::queryDispatch()
to avoid multiple remote calls.
@param Requests
diff --git a/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl b/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
index 33b58e7390b5..6744d2ecbcd6 100644
--- a/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
+++ b/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
@@ -45,7 +45,7 @@ published interface XDispatchProviderInterceptor: XDispatchProvider
XDispatchProvider getSlaveDispatchProvider();
/** sets the slave XDispatchProvider to which calls to
- <member>XDispatchProvider::queryDispatch()</member> can be forwarded
+ XDispatchProvider::queryDispatch() can be forwarded
under control of this dispatch provider.
@param xNewDispatchProvider
@@ -65,7 +65,7 @@ published interface XDispatchProviderInterceptor: XDispatchProvider
XDispatchProvider getMasterDispatchProvider();
/** sets the master XDispatchProvider, which may forward
- calls to its <member>XDispatchProvider::queryDispatch()</member>
+ calls to its XDispatchProvider::queryDispatch()
to this dispatch provider.
@param NewSupplier
diff --git a/offapi/com/sun/star/frame/XDispatchRecorder.idl b/offapi/com/sun/star/frame/XDispatchRecorder.idl
index ed6328a66a1b..8b0071fef2af 100644
--- a/offapi/com/sun/star/frame/XDispatchRecorder.idl
+++ b/offapi/com/sun/star/frame/XDispatchRecorder.idl
@@ -57,7 +57,7 @@ published interface XDispatchRecorder: com::sun::star::uno::XInterface
/** stops the recording process
<p>
- Must be called in pairs with <member>XDispatchRecorder::startRecording()</member>.
+ Must be called in pairs with XDispatchRecorder::startRecording().
</p>
@attention The recorder uses this method to control the lifetime of its internal
@@ -106,7 +106,7 @@ published interface XDispatchRecorder: com::sun::star::uno::XInterface
/** returns the recorded source code
<p>
- This method must be used before <member>endRecording()</member> is called!
+ This method must be used before endRecording() is called!
Otherwise the macro will be released.
</p>
diff --git a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
index 5fc10ab3b5cd..83f4d37619ec 100644
--- a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
+++ b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl
@@ -30,7 +30,7 @@
<p>
With a XDispatchRecorder it's possible to record calls
- of <member>XDispatch::dispatch()</member>. The recorded data (may a script)
+ of XDispatch::dispatch(). 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
to work with the macro recording mechanism in an easy manner.
@@ -61,7 +61,7 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface
<p>
Returned recorder can be used to record dispatches manually or to get
recorded data for further using e.g. saving. He is internally used too
- due to the method <member>XDispatchRecorderSupplier::dispatchAndRecord()</member>.
+ due to the method XDispatchRecorderSupplier::dispatchAndRecord().
</p>
@returns
@@ -75,7 +75,7 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface
<p>
Parameter <var>Dispatcher</var> is used internally to make the dispatch.
- If recording isn't enabled it will be a normal <member>XDispatch::dispatch()</member>
+ If recording isn't enabled it will be a normal XDispatch::dispatch()
call. Otherwise follow algorithm is used:
<ul>
<li>If <var>Dispatcher</var> doesn't support the interface
diff --git a/offapi/com/sun/star/frame/XDispatchResultListener.idl b/offapi/com/sun/star/frame/XDispatchResultListener.idl
index b0952f61e321..07e0bc334a97 100644
--- a/offapi/com/sun/star/frame/XDispatchResultListener.idl
+++ b/offapi/com/sun/star/frame/XDispatchResultListener.idl
@@ -25,7 +25,7 @@
module com { module sun { module star { module frame {
-/** listener for results of <member>XNotifyingDispatch::dispatchWithNotification()</member>
+/** listener for results of XNotifyingDispatch::dispatchWithNotification()
@see XNotifyingDispatch
*/
diff --git a/offapi/com/sun/star/frame/XDocumentTemplates.idl b/offapi/com/sun/star/frame/XDocumentTemplates.idl
index 3bd75e84fd3f..2d8555239637 100644
--- a/offapi/com/sun/star/frame/XDocumentTemplates.idl
+++ b/offapi/com/sun/star/frame/XDocumentTemplates.idl
@@ -30,9 +30,9 @@ module com { module sun { module star { module frame {
<p>
Template information are saved as links to the original content
and organized in groups. This data should be persistent and can be
- updated by calling special method <member>XDocumentTemplates::update()</member>.
+ updated by calling special method XDocumentTemplates::update().
A real implementation of this interface can do that on top of
- an ucb content provider. Method <member>XDocumentTemplates::getContent()</member>
+ an ucb content provider. Method XDocumentTemplates::getContent()
force that.
</p>
*/
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index 4bdd0a94816a..b551342a2f19 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.idl
@@ -83,7 +83,7 @@ published interface XFrame: com::sun::star::lang::XComponent
But creator doesn't mean the implementation which creates this instance ...
it means the parent frame of the frame hierarchy.
Because; normally a frame should be created by using the API
- and is necessary for searches inside the tree (e.g. <member>XFrame::findFrame()</member>)
+ and is necessary for searches inside the tree (e.g. XFrame::findFrame())
</p>
@param Creator
@@ -118,9 +118,9 @@ published interface XFrame: com::sun::star::lang::XComponent
The name of a frame will be used for identifying it if a frame search was started.
These searches can be forced by:
<ul>
- <li><member>XFrame::findFrame()</member>
- <li><member>XDispatchProvider::queryDispatch()</member>
- <li><member>XComponentLoader::loadComponentFromURL()</member>
+ <li>XFrame::findFrame()
+ <li>XDispatchProvider::queryDispatch()
+ <li>XComponentLoader::loadComponentFromURL()
</ul>
Note: Special targets like "_blank", "_self" etc. are not allowed.
That's why frame names shouldn't start with a sign "_".
@@ -202,7 +202,7 @@ 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>,
+ creator by calling XFramesSupplier::setActiveFrame(),
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;
@@ -265,7 +265,7 @@ published interface XFrame: com::sun::star::lang::XComponent
<TRUE/>if setting of new component or release of an existing one was successfully
<br>
<FALSE/> otherwise (especially, if an existing controller disagree within his
- <member>XController::suspend()</member> call)
+ XController::suspend() call)
@see XFrame::getComponentWindow()
@see XFrame::getContainerWindow()
@@ -294,9 +294,9 @@ published interface XFrame: com::sun::star::lang::XComponent
<p>
Note: Don't dispose it - the frame is the owner of it.
- Use <member>XController::getFrame()</member> to dispose
+ Use XController::getFrame() to dispose
the frame after you the controller agreed with a
- <member>XController::suspend()</member> call.
+ XController::suspend() call.
</p>
@returns
diff --git a/offapi/com/sun/star/frame/XFrame2.idl b/offapi/com/sun/star/frame/XFrame2.idl
index cb57b3ae09a9..9905bafca9f3 100644
--- a/offapi/com/sun/star/frame/XFrame2.idl
+++ b/offapi/com/sun/star/frame/XFrame2.idl
@@ -42,11 +42,11 @@ published interface XFrame2
/** provides access to dispatchers for the frame.
<p>
- What kind of URLs a frame accepts in the calls to <member>XDispatchProvider::queryDispatch()</member>,
+ What kind of URLs a frame accepts in the calls to XDispatchProvider::queryDispatch(),
and how the returned dispatcher handles dispatches is completely implementation dependent
(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>.
+ XDispatchProvider::queryDispatch().
Such special targets are passed as target frame name. They may, in addition,
require special frame search flags (see FrameSearchFlag), or,
in opposite, limit the set of allowed flags.<br>
@@ -115,9 +115,9 @@ published interface XFrame2
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.
- If value of this property is <NULL/> he must call <member>XDispatch::dispatch()</member>
+ If value of this property is <NULL/> he must call XDispatch::dispatch()
on the original dispatch object. If it's a valid value he must use the supplier
- by calling his method <member>XDispatchRecorderSupplier::dispatchAndRecord()</member>
+ by calling his method XDispatchRecorderSupplier::dispatchAndRecord()
with the original dispatch object as argument.
</p>
diff --git a/offapi/com/sun/star/frame/XFrameLoader.idl b/offapi/com/sun/star/frame/XFrameLoader.idl
index ff9241aba5c6..2059ea36cefd 100644
--- a/offapi/com/sun/star/frame/XFrameLoader.idl
+++ b/offapi/com/sun/star/frame/XFrameLoader.idl
@@ -69,7 +69,7 @@ published interface XFrameLoader: com::sun::star::uno::XInterface
<p>
After returning from this call, neither the frame nor the
- load-event-listener specified in <member>XFrameLoader::load()</member> may be called back.
+ load-event-listener specified in XFrameLoader::load() may be called back.
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
diff --git a/offapi/com/sun/star/frame/XFramesSupplier.idl b/offapi/com/sun/star/frame/XFramesSupplier.idl
index 1a7e8650e2e2..5c07ff8a6e15 100644
--- a/offapi/com/sun/star/frame/XFramesSupplier.idl
+++ b/offapi/com/sun/star/frame/XFramesSupplier.idl
@@ -62,20 +62,20 @@ published interface XFramesSupplier: XFrame
<p>
This method is only allowed to be called by a sub-frame according to
- <member>XFrame::activate()</member> or <member>XFramesSupplier::setActiveFrame()</member>.
- After this call <member>XFramesSupplier::getActiveFrame()</member> will return the
+ XFrame::activate() or XFramesSupplier::setActiveFrame().
+ After this call XFramesSupplier::getActiveFrame() will return the
frame specified by <var>Frame</var>.
</p>
<p>
- In general this method first calls the method <member>XFramesSupplier::setActiveFrame()</member>
+ In general this method first calls the method XFramesSupplier::setActiveFrame()
at the creator frame with <var>this</var> as the current argument. Then it broadcasts
the FrameActionEvent <const>FrameAction::FRAME_ACTIVATED</const>.
</p>
<p>
Note: Given parameter <var>Frame</var> must already exist inside the container
- (e.g., inserted by using <member>XFrames::append()</member>)
+ (e.g., inserted by using XFrames::append())
</p>
@param Frame
diff --git a/offapi/com/sun/star/frame/XModel.idl b/offapi/com/sun/star/frame/XModel.idl
index 9ade3d541776..a779f74c6739 100644
--- a/offapi/com/sun/star/frame/XModel.idl
+++ b/offapi/com/sun/star/frame/XModel.idl
@@ -126,8 +126,8 @@ published interface XModel: com::sun::star::lang::XComponent
for display updates.
<p>
- The calls to <member>XModel::lockControllers()</member> and
- <member>XModel::unlockControllers()</member> may be
+ The calls to XModel::lockControllers() and
+ XModel::unlockControllers() may be
nested and even overlapping, but they must be in pairs. While
there is at least one lock remaining, some notifications
for display updates are not broadcasted.
@@ -136,11 +136,11 @@ published interface XModel: com::sun::star::lang::XComponent
void lockControllers();
/** resumes the notifications which were suspended by
- <member>XModel::lockControllers()</member>.
+ XModel::lockControllers().
<p>
- The calls to <member>XModel::lockControllers()</member> and
- <member>XModel::unlockControllers()</member> may be
+ The calls to XModel::lockControllers() and
+ XModel::unlockControllers() may be
nested and even overlapping, but they must be in pairs. While
there is at least one lock remaining, some notifications for
display updates are not broadcasted.
diff --git a/offapi/com/sun/star/frame/XNotifyingDispatch.idl b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
index 326587c1f9fc..4163170220ff 100644
--- a/offapi/com/sun/star/frame/XNotifyingDispatch.idl
+++ b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module frame {
*/
published interface XNotifyingDispatch: XDispatch
{
- /** Do the same like <member>XDispatch::dispatch()</member> but notifies
+ /** Do the same like XDispatch::dispatch() but notifies
listener in every case. Should be used if result must be known.
@param URL
diff --git a/offapi/com/sun/star/frame/XRecordableDispatch.idl b/offapi/com/sun/star/frame/XRecordableDispatch.idl
index 0210b28d82ca..364f5836a954 100644
--- a/offapi/com/sun/star/frame/XRecordableDispatch.idl
+++ b/offapi/com/sun/star/frame/XRecordableDispatch.idl
@@ -40,7 +40,7 @@
But normally this interface mustn't be used directly.
If a dispatch object is well known and recording was enabled
on a XDispatchRecorderSupplier it's possible to use method
- <member>XDispatchRecorderSupplier::dispatchAndRecord()</member> of it
+ XDispatchRecorderSupplier::dispatchAndRecord() of it
to make dispatch and recording automatically. The interface XRecordableDispatch
is used transparently there.
</p>
@@ -80,7 +80,7 @@ published interface XRecordableDispatch: com::sun::star::uno::XInterface
@param Recorder
object which can be used to record the request
- (available on <member>XDispatchRecorderSupplier::getDispatchRecorder()</member>)
+ (available on XDispatchRecorderSupplier::getDispatchRecorder())
*/
void dispatchAndRecord(
[in] com::sun::star::util::URL URL,
diff --git a/offapi/com/sun/star/frame/XSessionManagerListener.idl b/offapi/com/sun/star/frame/XSessionManagerListener.idl
index c644c9f68df0..9c8db2f5bd20 100644
--- a/offapi/com/sun/star/frame/XSessionManagerListener.idl
+++ b/offapi/com/sun/star/frame/XSessionManagerListener.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module frame {
<p>When the save request is processed (with or without
user interaction) the listener must call
- <member>XSessionManagerClient::saveDone()</member>
+ XSessionManagerClient::saveDone()
on the session manager client service object.</p>
@param bShutdown
@@ -50,7 +50,7 @@ module com { module sun { module star { module frame {
<p>the listener may choose to ignore the saveDone()
event in case no real shutdown is in progress. He
still has to call
- <member>XSessionManagerClient::saveDone()</member>
+ XSessionManagerClient::saveDone()
in that case.</p>
@see XSessionManagerClient
diff --git a/offapi/com/sun/star/frame/XStorable.idl b/offapi/com/sun/star/frame/XStorable.idl
index 5a9b3a07adb6..3ce4d27d5a60 100644
--- a/offapi/com/sun/star/frame/XStorable.idl
+++ b/offapi/com/sun/star/frame/XStorable.idl
@@ -55,7 +55,7 @@ published interface XStorable: com::sun::star::uno::XInterface
*/
boolean hasLocation();
- /** After <member>XStorable::storeAsURL()</member> it returns the
+ /** After XStorable::storeAsURL() it returns the
URL the object was stored to.
@returns
@@ -63,7 +63,7 @@ published interface XStorable: com::sun::star::uno::XInterface
*/
string getLocation();
- /** It is not possible to call <member>XStorable::store()</member> successfully
+ /** It is not possible to call XStorable::store() successfully
when the data store is read-only.
@returns
@@ -93,9 +93,9 @@ published interface XStorable: com::sun::star::uno::XInterface
<p>The change of the location makes it necessary to store the document in
a format that the object can load. For this reason the implementation of
- <member>XStorable::storeAsURL()</member> will throw an exception if a pure
+ XStorable::storeAsURL() will throw an exception if a pure
export filter is used, it will accept only combined import/export filters.
- For such filters the method <member>XStorable::storeToURL()</member>
+ For such filters the method XStorable::storeToURL()
must be used that does not change the location of the object.</p>
@param sURL
diff --git a/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl b/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
index d66890ad3787..b58deeb38b42 100644
--- a/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
+++ b/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl
@@ -60,8 +60,8 @@ published interface XSynchronousFrameLoader: com::sun::star::uno::XInterface
No notifications (neither to the frame or the caller) must be notified.
Because it's a synchronous process this cancel call can be forced by
another thread the loader thread only. Method
- <member>XSynchronousFrameLoader::load()</member> must return <FALSE/>
- then and caller of this method <member>XSynchronousFrameLoader::cancel()</member>
+ XSynchronousFrameLoader::load() must return <FALSE/>
+ then and caller of this method XSynchronousFrameLoader::cancel()
already knows the state ...
</p>
*/
diff --git a/offapi/com/sun/star/frame/XTasksSupplier.idl b/offapi/com/sun/star/frame/XTasksSupplier.idl
index d47acf2537e0..7e4e95a95781 100644
--- a/offapi/com/sun/star/frame/XTasksSupplier.idl
+++ b/offapi/com/sun/star/frame/XTasksSupplier.idl
@@ -32,12 +32,12 @@
*/
published interface XTasksSupplier: com::sun::star::uno::XInterface
{
- /** use <member>XFramesSupplier::getFrames()</member> instead of this one
+ /** use XFramesSupplier::getFrames() instead of this one
@deprecated
*/
com::sun::star::container::XEnumerationAccess getTasks();
- /** use <member>XFramesSupplier::getActiveFrame()</member> instead of this one
+ /** use XFramesSupplier::getActiveFrame() instead of this one
@deprecated
*/
XTask getActiveTask();
diff --git a/offapi/com/sun/star/frame/XTerminateListener.idl b/offapi/com/sun/star/frame/XTerminateListener.idl
index cf07630bb481..d9200b856067 100644
--- a/offapi/com/sun/star/frame/XTerminateListener.idl
+++ b/offapi/com/sun/star/frame/XTerminateListener.idl
@@ -40,7 +40,7 @@ published interface XTerminateListener: com::sun::star::lang::XEventListener
<p>
Termination can be intercepted by throwing TerminationVetoException.
- Interceptor will be the new owner of desktop and should call <member>XDesktop::terminate()</member>
+ Interceptor will be the new owner of desktop and should call XDesktop::terminate()
after finishing his own operations.
</p>