summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XFrame2.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:47:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commit944eb9902788d8afec9e3f0f65d3b680041e039b (patch)
tree3bbb926890561b81d9f6ae611be4677876799a36 /offapi/com/sun/star/frame/XFrame2.idl
parentcdbbbdce9956e290b4a849af332df55da1be8d36 (diff)
*api: convert <type>Foo</type>
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
Diffstat (limited to 'offapi/com/sun/star/frame/XFrame2.idl')
-rw-r--r--offapi/com/sun/star/frame/XFrame2.idl10
1 files changed, 5 insertions, 5 deletions
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;