summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:45:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commitd11a7b5eb1b127c4f60367ecaeb64868313002d6 (patch)
tree4333a00f2ffd957219cfa355c54cc62fc7cd670a /offapi/com/sun/star/frame
parent4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4 (diff)
*api: convert <const>
This one is apparently often abused to link to a constant group, while it can only link to constants within a group. sed -i "s,<const>\([^<]\+\)</const>,\1,g" Change-Id: Ic3d8099751340e4b046298c861bb659beb351eaf
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r--offapi/com/sun/star/frame/DispatchResultEvent.idl4
-rw-r--r--offapi/com/sun/star/frame/FeatureStateEvent.idl2
-rw-r--r--offapi/com/sun/star/frame/XFrame.idl10
-rw-r--r--offapi/com/sun/star/frame/XFramesSupplier.idl2
4 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/frame/DispatchResultEvent.idl b/offapi/com/sun/star/frame/DispatchResultEvent.idl
index 7601c8f8e28e..dcbd08ee0fc3 100644
--- a/offapi/com/sun/star/frame/DispatchResultEvent.idl
+++ b/offapi/com/sun/star/frame/DispatchResultEvent.idl
@@ -31,9 +31,9 @@
<p>
The type of the result is dispatch action dependent. The member State
can be set to one of the values defined in DispatchResultState.
- If State is set to <const>DispatchResultState::FAILURE</const>, Result may
+ If State is set to DispatchResultState::FAILURE, 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.
+ If State is set to DispatchResultState::DONTKNOW, Result is empty.
</p>
@see DispatchResultState
diff --git a/offapi/com/sun/star/frame/FeatureStateEvent.idl b/offapi/com/sun/star/frame/FeatureStateEvent.idl
index 781847affd7e..8a559f8067b8 100644
--- a/offapi/com/sun/star/frame/FeatureStateEvent.idl
+++ b/offapi/com/sun/star/frame/FeatureStateEvent.idl
@@ -51,7 +51,7 @@ published struct FeatureStateEvent: com::sun::star::lang::EventObject
<p>
Interest code should listen for FrameActionEvent
too, to update own feature states and dispatch listener on
- <const>FrameAction::CONTEXT_CHANGED</const>.
+ FrameAction::CONTEXT_CHANGED.
</p>
*/
boolean Requery;
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index b551342a2f19..9901eada9e82 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.idl
@@ -163,7 +163,7 @@ published interface XFrame: com::sun::star::lang::XComponent
<p>
If no frame with the given name is found, a new top frame is
- created; if this is allowed by a special flag <const>FrameSearchFlag::CREATE</const>.
+ created; if this is allowed by a special flag FrameSearchFlag::CREATE.
The new frame also gets the desired name.
</p>
@@ -187,7 +187,7 @@ published interface XFrame: com::sun::star::lang::XComponent
<p>
In general a top frame is the frame which is a direct child of
a task frame or which does not have a parent. Possible frame searches must
- stop the search at such a frame unless the flag <const>FrameSearchFlag::TASKS</const>
+ stop the search at such a frame unless the flag FrameSearchFlag::TASKS
is set.
</p>
@@ -204,7 +204,7 @@ published interface XFrame: com::sun::star::lang::XComponent
At first the frame sets itself as the active frame of its
creator by calling XFramesSupplier::setActiveFrame(),
then it broadcasts an FrameActionEvent with
- <const>FrameAction::FRAME_ACTIVATED</const>. The component within
+ FrameAction::FRAME_ACTIVATED. 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 FrameLoader.
</p>
@@ -224,7 +224,7 @@ published interface XFrame: com::sun::star::lang::XComponent
<p>
At first the frame deactivates its active sub-frame, if any.
Then broadcasts a FrameActionEvent with
- <const>FrameAction::FRAME_DEACTIVATING</const>.
+ FrameAction::FRAME_DEACTIVATING.
</p>
@see XFrame::activate()
@@ -314,7 +314,7 @@ published interface XFrame: com::sun::star::lang::XComponent
<p>
According to a call to this interface, the frame calls
<method>XFrameEventListener::frameAction</method> with
- <const>FrameAction::CONTEXT_CHANGED</const> to all listeners which
+ FrameAction::CONTEXT_CHANGED to all listeners which
are registered using XFrame::addFrameActionListener().
For external controllers this event can be used to requery dispatches.
diff --git a/offapi/com/sun/star/frame/XFramesSupplier.idl b/offapi/com/sun/star/frame/XFramesSupplier.idl
index 5c07ff8a6e15..75fe6ec930f6 100644
--- a/offapi/com/sun/star/frame/XFramesSupplier.idl
+++ b/offapi/com/sun/star/frame/XFramesSupplier.idl
@@ -70,7 +70,7 @@ published interface XFramesSupplier: XFrame
<p>
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>.
+ the FrameActionEvent FrameAction::FRAME_ACTIVATED.
</p>
<p>