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/XBrowseHistoryRegistry.idl4
-rw-r--r--offapi/com/sun/star/frame/XConfigManager.idl6
-rw-r--r--offapi/com/sun/star/frame/XDesktop.idl4
-rw-r--r--offapi/com/sun/star/frame/XDispatch.idl6
-rw-r--r--offapi/com/sun/star/frame/XDocumentTemplates.idl2
-rw-r--r--offapi/com/sun/star/frame/XFrame.idl12
-rw-r--r--offapi/com/sun/star/frame/XFrameActionListener.idl2
-rw-r--r--offapi/com/sun/star/frame/XFrameLoader.idl4
-rw-r--r--offapi/com/sun/star/frame/XLoadEventListener.idl4
-rw-r--r--offapi/com/sun/star/frame/XModel.idl8
-rw-r--r--offapi/com/sun/star/frame/XNotifyingDispatch.idl2
-rw-r--r--offapi/com/sun/star/frame/XRecordableDispatch.idl2
-rw-r--r--offapi/com/sun/star/frame/XSessionManagerClient.idl10
-rw-r--r--offapi/com/sun/star/frame/XSessionManagerListener.idl6
-rw-r--r--offapi/com/sun/star/frame/XSessionManagerListener2.idl2
-rw-r--r--offapi/com/sun/star/frame/XStatusListener.idl2
-rw-r--r--offapi/com/sun/star/frame/XTask.idl6
-rw-r--r--offapi/com/sun/star/frame/XWindowArranger.idl2
18 files changed, 42 insertions, 42 deletions
diff --git a/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl b/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
index 53525024bf96..d75f2df4b708 100644
--- a/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
+++ b/offapi/com/sun/star/frame/XBrowseHistoryRegistry.idl
@@ -32,11 +32,11 @@ published interface XBrowseHistoryRegistry: com::sun::star::uno::XInterface
{
/** @deprecated
*/
- [oneway] void updateViewData( [in] any Value );
+ void updateViewData( [in] any Value );
/** @deprecated
*/
- [oneway] void createNewEntry(
+ void createNewEntry(
[in] string URL,
[in] sequence<com::sun::star::beans::PropertyValue> Arguments,
[in] string Title);
diff --git a/offapi/com/sun/star/frame/XConfigManager.idl b/offapi/com/sun/star/frame/XConfigManager.idl
index 79ab8e43a8c4..d6ed925a60f7 100644
--- a/offapi/com/sun/star/frame/XConfigManager.idl
+++ b/offapi/com/sun/star/frame/XConfigManager.idl
@@ -50,7 +50,7 @@ published interface XConfigManager: com::sun::star::uno::XInterface
@deprecated
*/
- [oneway] void addPropertyChangeListener(
+ void addPropertyChangeListener(
[in] string KeyName,
[in] com::sun::star::beans::XPropertyChangeListener Listener );
@@ -66,7 +66,7 @@ published interface XConfigManager: com::sun::star::uno::XInterface
@deprecated
*/
- [oneway] void removePropertyChangeListener(
+ void removePropertyChangeListener(
[in] string KeyName,
[in] com::sun::star::beans::XPropertyChangeListener Listener);
@@ -88,7 +88,7 @@ published interface XConfigManager: com::sun::star::uno::XInterface
and make no sense without that
@deprecated
*/
- [oneway] void flush();
+ void flush();
}; //XConfigManager
}; //frame
diff --git a/offapi/com/sun/star/frame/XDesktop.idl b/offapi/com/sun/star/frame/XDesktop.idl
index 2791d9d7dd25..07a2030266ba 100644
--- a/offapi/com/sun/star/frame/XDesktop.idl
+++ b/offapi/com/sun/star/frame/XDesktop.idl
@@ -72,7 +72,7 @@ published interface XDesktop: com::sun::star::uno::XInterface
@see XDesktop::removeTerminateListener()
*/
- [oneway] void addTerminateListener( [in] XTerminateListener Listener );
+ void addTerminateListener( [in] XTerminateListener Listener );
/** unregisters an event listener for termination events.
@@ -81,7 +81,7 @@ published interface XDesktop: com::sun::star::uno::XInterface
@see XDesktop::addTerminateListener()
*/
- [oneway] void removeTerminateListener( [in] XTerminateListener Listener );
+ void removeTerminateListener( [in] XTerminateListener Listener );
/** provides read access to collection of all currently loaded components
inside the frame tree
diff --git a/offapi/com/sun/star/frame/XDispatch.idl b/offapi/com/sun/star/frame/XDispatch.idl
index b4b75f6ea94b..9c9e96d53975 100644
--- a/offapi/com/sun/star/frame/XDispatch.idl
+++ b/offapi/com/sun/star/frame/XDispatch.idl
@@ -89,7 +89,7 @@ published interface XDispatch: com::sun::star::uno::XInterface
}
</listing>
*/
- [oneway] void dispatch(
+ void dispatch(
[in] com::sun::star::util::URL URL,
[in] sequence<com::sun::star::beans::PropertyValue> Arguments);
@@ -112,7 +112,7 @@ published interface XDispatch: com::sun::star::uno::XInterface
@see XStatusListener
@see XDispatch::removeStatusListener()
*/
- [oneway] void addStatusListener(
+ void addStatusListener(
[in] XStatusListener Control,
[in] com::sun::star::util::URL URL);
@@ -128,7 +128,7 @@ published interface XDispatch: com::sun::star::uno::XInterface
@see XStatusListener
@see XDispatch::addStatusListener()
*/
- [oneway] void removeStatusListener(
+ void removeStatusListener(
[in] XStatusListener Control,
[in] com::sun::star::util::URL URL);
};
diff --git a/offapi/com/sun/star/frame/XDocumentTemplates.idl b/offapi/com/sun/star/frame/XDocumentTemplates.idl
index a501d1c44bb8..5ddead72db10 100644
--- a/offapi/com/sun/star/frame/XDocumentTemplates.idl
+++ b/offapi/com/sun/star/frame/XDocumentTemplates.idl
@@ -181,7 +181,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface
wrong links.
</p>
*/
- [oneway] void update();
+ void update();
};
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index 48f29ba04ab8..6fb9345ea961 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.idl
@@ -91,7 +91,7 @@ published interface XFrame: com::sun::star::lang::XComponent
@see XFrame::getCreator()
*/
- [oneway] void setCreator( [in] XFramesSupplier Creator );
+ void setCreator( [in] XFramesSupplier Creator );
/** provides access to the creator (parent) of this frame
@@ -134,7 +134,7 @@ published interface XFrame: com::sun::star::lang::XComponent
@see XDispatchProvider
@see XComponentLoader
*/
- [oneway] void setName( [in] string aName );
+ void setName( [in] string aName );
/** searches for a frame with the specified name.
@@ -217,7 +217,7 @@ published interface XFrame: com::sun::star::lang::XComponent
@see XFrame::deactivate()
@see XFrame::isActive()
*/
- [oneway] void activate();
+ void activate();
/** is called by the creator frame when another sub-frame gets activated.
@@ -230,7 +230,7 @@ published interface XFrame: com::sun::star::lang::XComponent
@see XFrame::activate()
@see XFrame::isActive()
*/
- [oneway] void deactivate();
+ void deactivate();
/** determines if the frame is active.
@@ -337,7 +337,7 @@ published interface XFrame: com::sun::star::lang::XComponent
@see XFrame::removeFrameActionListener()
*/
- [oneway] void addFrameActionListener( [in]XFrameActionListener xListener );
+ void addFrameActionListener( [in]XFrameActionListener xListener );
/** unregisters an event listener
@@ -346,7 +346,7 @@ published interface XFrame: com::sun::star::lang::XComponent
@see XFrame::addFrameActionListener()
*/
- [oneway] void removeFrameActionListener( [in] XFrameActionListener xListener );
+ void removeFrameActionListener( [in] XFrameActionListener xListener );
};
diff --git a/offapi/com/sun/star/frame/XFrameActionListener.idl b/offapi/com/sun/star/frame/XFrameActionListener.idl
index 485716d6e7a3..8bb1f9dbb258 100644
--- a/offapi/com/sun/star/frame/XFrameActionListener.idl
+++ b/offapi/com/sun/star/frame/XFrameActionListener.idl
@@ -44,7 +44,7 @@ published interface XFrameActionListener: com::sun::star::lang::XEventListener
@param Action
describes the detected frame action for which the listener can react
*/
- [oneway] void frameAction( [in] FrameActionEvent Action );
+ void frameAction( [in] FrameActionEvent Action );
};
diff --git a/offapi/com/sun/star/frame/XFrameLoader.idl b/offapi/com/sun/star/frame/XFrameLoader.idl
index dfe9fbd607f6..bc9c8f0d385d 100644
--- a/offapi/com/sun/star/frame/XFrameLoader.idl
+++ b/offapi/com/sun/star/frame/XFrameLoader.idl
@@ -59,7 +59,7 @@ published interface XFrameLoader: com::sun::star::uno::XInterface
@see XLoadEventListener
*/
- [oneway] void load(
+ void load(
[in] XFrame Frame,
[in] string URL,
[in] sequence< com::sun::star::beans::PropertyValue > Arguments,
@@ -76,7 +76,7 @@ published interface XFrameLoader: com::sun::star::uno::XInterface
<type>XLoadEventListener</type> here.
</p>
*/
- [oneway] void cancel();
+ void cancel();
};
diff --git a/offapi/com/sun/star/frame/XLoadEventListener.idl b/offapi/com/sun/star/frame/XLoadEventListener.idl
index ccc2cb0e7320..90992d953f62 100644
--- a/offapi/com/sun/star/frame/XLoadEventListener.idl
+++ b/offapi/com/sun/star/frame/XLoadEventListener.idl
@@ -37,14 +37,14 @@ published interface XLoadEventListener: com::sun::star::lang::XEventListener
@param Loader
the source of this event
*/
- [oneway] void loadFinished( [in] XFrameLoader Loader );
+ void loadFinished( [in] XFrameLoader Loader );
/** is called when a frame load is canceled or failed.
@param Loader
the source of this event
*/
- [oneway] void loadCancelled( [in] XFrameLoader Loader );
+ void loadCancelled( [in] XFrameLoader Loader );
};
diff --git a/offapi/com/sun/star/frame/XModel.idl b/offapi/com/sun/star/frame/XModel.idl
index 0e4af747d96e..87d23123bc26 100644
--- a/offapi/com/sun/star/frame/XModel.idl
+++ b/offapi/com/sun/star/frame/XModel.idl
@@ -106,7 +106,7 @@ published interface XModel: com::sun::star::lang::XComponent
@see XModel::disconnectController()
*/
- [oneway] void connectController( [in] XController Controller );
+ void connectController( [in] XController Controller );
/** is called whenever an existing controller should be deregistered at this model.
@@ -120,7 +120,7 @@ published interface XModel: com::sun::star::lang::XComponent
@see XModel::connectController()
*/
- [oneway] void disconnectController( [in] XController Controller );
+ void disconnectController( [in] XController Controller );
/** suspends some notifications to the controllers which are used
for display updates.
@@ -133,7 +133,7 @@ published interface XModel: com::sun::star::lang::XComponent
for display updates are not broadcasted.
</p>
*/
- [oneway] void lockControllers();
+ void lockControllers();
/** resumes the notifications which were suspended by
<member>XModel::lockControllers()</member>.
@@ -146,7 +146,7 @@ published interface XModel: com::sun::star::lang::XComponent
display updates are not broadcasted.
</p>
*/
- [oneway] void unlockControllers();
+ void unlockControllers();
/** determines if there is at least one lock remaining.
diff --git a/offapi/com/sun/star/frame/XNotifyingDispatch.idl b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
index 1d06826dc307..2c41413732d5 100644
--- a/offapi/com/sun/star/frame/XNotifyingDispatch.idl
+++ b/offapi/com/sun/star/frame/XNotifyingDispatch.idl
@@ -44,7 +44,7 @@ published interface XNotifyingDispatch: XDispatch
@param Listener
optional listener for guaranteed notifications of this request
*/
- [oneway] void dispatchWithNotification(
+ void dispatchWithNotification(
[in] com::sun::star::util::URL URL,
[in] sequence<com::sun::star::beans::PropertyValue> Arguments,
[in] XDispatchResultListener Listener);
diff --git a/offapi/com/sun/star/frame/XRecordableDispatch.idl b/offapi/com/sun/star/frame/XRecordableDispatch.idl
index 6ef69873735e..04b90284fc49 100644
--- a/offapi/com/sun/star/frame/XRecordableDispatch.idl
+++ b/offapi/com/sun/star/frame/XRecordableDispatch.idl
@@ -82,7 +82,7 @@ published interface XRecordableDispatch: com::sun::star::uno::XInterface
object which can be used to record the request
(available on <member>XDispatchRecorderSupplier::getDispatchRecorder()</member>)
*/
- [oneway] void dispatchAndRecord(
+ void dispatchAndRecord(
[in] com::sun::star::util::URL URL,
[in] sequence<com::sun::star::beans::PropertyValue> Arguments,
[in] XDispatchRecorder Recorder);
diff --git a/offapi/com/sun/star/frame/XSessionManagerClient.idl b/offapi/com/sun/star/frame/XSessionManagerClient.idl
index 7d1246bf4480..5bce6297aced 100644
--- a/offapi/com/sun/star/frame/XSessionManagerClient.idl
+++ b/offapi/com/sun/star/frame/XSessionManagerClient.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module frame {
@see XSessionManagerListener
@see XSessionManagerClient::removeSessionManagerListener()
*/
- [oneway] void addSessionManagerListener( [in] XSessionManagerListener xListener );
+ void addSessionManagerListener( [in] XSessionManagerListener xListener );
/** removeSessionManagerListener deregisters a listener for session events
@@ -49,7 +49,7 @@ module com { module sun { module star { module frame {
@see XSessionManagerListener
@see XSessionManagerClient::addSessionManagerListener()
*/
- [oneway] void removeSessionManagerListener( [in] XSessionManagerListener xListener );
+ void removeSessionManagerListener( [in] XSessionManagerListener xListener );
/** queryInteraction issues a request for a user interaction slot
from the session manager
@@ -59,7 +59,7 @@ module com { module sun { module star { module frame {
@see XSessionManagerListener
*/
- [oneway] void queryInteraction( [in] XSessionManagerListener xListener );
+ void queryInteraction( [in] XSessionManagerListener xListener );
/** interactionDone is called when a listener has finished user interaction
@@ -68,7 +68,7 @@ module com { module sun { module star { module frame {
@see XSessionManagerListener
*/
- [oneway] void interactionDone( [in] XSessionManagerListener xListener );
+ void interactionDone( [in] XSessionManagerListener xListener );
/** saveDone signals that a listener has processed a save request
@@ -77,7 +77,7 @@ module com { module sun { module star { module frame {
@see XSessionManagerListener
*/
- [oneway] void saveDone( [in] XSessionManagerListener xListener );
+ void saveDone( [in] XSessionManagerListener xListener );
/** Call cancelShutdown to try to cancel a desktop shutdown in progress
diff --git a/offapi/com/sun/star/frame/XSessionManagerListener.idl b/offapi/com/sun/star/frame/XSessionManagerListener.idl
index d036dc22e384..342e581e3ffd 100644
--- a/offapi/com/sun/star/frame/XSessionManagerListener.idl
+++ b/offapi/com/sun/star/frame/XSessionManagerListener.idl
@@ -56,7 +56,7 @@ module com { module sun { module star { module frame {
@see XSessionManagerClient
@see XSessionManagerClient::saveDone()
*/
- [oneway] void doSave( [in] boolean bShutdown, [in] boolean bCancelable );
+ void doSave( [in] boolean bShutdown, [in] boolean bCancelable );
/** approveInteraction is called when an outstanding
interaction request was processed by the session manager
@@ -71,7 +71,7 @@ module com { module sun { module star { module frame {
@see XSessionManagerClient
@see XSessionManagerClient::interactionDone()
*/
- [oneway] void approveInteraction( [in] boolean bInteractionGranted );
+ void approveInteraction( [in] boolean bInteractionGranted );
/** shutdownCanceled is called when a shutdown was canceled by the user
The listener can cancel his saving operations. No
@@ -79,7 +79,7 @@ module com { module sun { module star { module frame {
on the session manager client service object will
be ignored.
*/
- [oneway] void shutdownCanceled();
+ void shutdownCanceled();
/** returns true, if a session was restored
*/
diff --git a/offapi/com/sun/star/frame/XSessionManagerListener2.idl b/offapi/com/sun/star/frame/XSessionManagerListener2.idl
index 1be948e3509b..e1245511b361 100644
--- a/offapi/com/sun/star/frame/XSessionManagerListener2.idl
+++ b/offapi/com/sun/star/frame/XSessionManagerListener2.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module frame {
the application should quit. Under these circumstances bringing up
further UI will usually be impossible and must be avoided.
*/
- [oneway] void doQuit();
+ void doQuit();
};
}; }; }; };
diff --git a/offapi/com/sun/star/frame/XStatusListener.idl b/offapi/com/sun/star/frame/XStatusListener.idl
index 5604f8f8cc67..c80589ff1afb 100644
--- a/offapi/com/sun/star/frame/XStatusListener.idl
+++ b/offapi/com/sun/star/frame/XStatusListener.idl
@@ -44,7 +44,7 @@ published interface XStatusListener: com::sun::star::lang::XEventListener
@param State
provides information about changes of the requested feature
*/
- [oneway] void statusChanged( [in] FeatureStateEvent State );
+ void statusChanged( [in] FeatureStateEvent State );
};
diff --git a/offapi/com/sun/star/frame/XTask.idl b/offapi/com/sun/star/frame/XTask.idl
index 22a03398ff32..4ddf53d02a60 100644
--- a/offapi/com/sun/star/frame/XTask.idl
+++ b/offapi/com/sun/star/frame/XTask.idl
@@ -39,15 +39,15 @@ published interface XTask: XFrame
/** @deprecated
*/
- [oneway] void tileWindows();
+ void tileWindows();
/** @deprecated
*/
- [oneway] void arrangeWindowsVertical();
+ void arrangeWindowsVertical();
/** @deprecated
*/
- [oneway] void arrangeWindowsHorizontal();
+ void arrangeWindowsHorizontal();
};
diff --git a/offapi/com/sun/star/frame/XWindowArranger.idl b/offapi/com/sun/star/frame/XWindowArranger.idl
index 31c1a180fa85..a56e4c133301 100644
--- a/offapi/com/sun/star/frame/XWindowArranger.idl
+++ b/offapi/com/sun/star/frame/XWindowArranger.idl
@@ -35,7 +35,7 @@ published interface XWindowArranger: com::sun::star::uno::XInterface
/** @deprecated
*/
- [oneway] void arrange( [in] short nCommand );
+ void arrange( [in] short nCommand );
};