summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XInplaceClient.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 16:39:20 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 16:39:20 +0000
commit4e24f9c0c04b888a571c14d4a967394ae2b9ff4f (patch)
treedb0900f3ed4be6836dc9f7f3265c0b181a16ed39 /offapi/com/sun/star/embed/XInplaceClient.idl
parent30f3d00a6e5e370effb9a81b892debfa48563c3f (diff)
INTEGRATION: CWS mav09 (1.2.108); FILE MERGED
2004/07/19 09:05:33 mav 1.2.108.4: #i27773# menu merging 2004/05/17 17:21:56 mav 1.2.108.3: RESYNC: (1.2-1.3); FILE MERGED 2004/02/20 16:50:50 mav 1.2.108.2: #115011# correct the comments 2004/01/22 11:48:26 mav 1.2.108.1: #115011# let the names be the same
Diffstat (limited to 'offapi/com/sun/star/embed/XInplaceClient.idl')
-rw-r--r--offapi/com/sun/star/embed/XInplaceClient.idl41
1 files changed, 9 insertions, 32 deletions
diff --git a/offapi/com/sun/star/embed/XInplaceClient.idl b/offapi/com/sun/star/embed/XInplaceClient.idl
index ad4966592..2562ece20 100644
--- a/offapi/com/sun/star/embed/XInplaceClient.idl
+++ b/offapi/com/sun/star/embed/XInplaceClient.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInplaceClient.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 18:05:53 $
+ * last change: $Author: kz $ $Date: 2004-10-04 17:39:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,10 @@
#include <com/sun/star/container/XIndexAccess.idl>
#endif
+#ifndef __com_sun_star_frame_XDispatchProvider_idl__
+#include <com/sun/star/frame/XDispatchProvider.idl>
+#endif
+
#ifndef __drafts_com_sun_star_frame_XLayoutManager_idl__
#include <drafts/com/sun/star/frame/XLayoutManager.idl>
#endif
@@ -155,33 +159,6 @@ interface XInplaceClient: com::sun::star::uno::XInterface
void deactivatedUI()
raises( ::com::sun::star::embed::WrongStateException );
-
- //------------------------------------------------------------------------
- /** allows to retrieve top window represented by reference to
- <type scope="com::sun::star::awt">XWindow</type>.
-
- @return
- reference to object representing the topmost container window
-
- @throws com::sun::star::embed::WrongStateException
- the object is in unexpected state to make such request
- */
- ::com::sun::star::awt::XWindow getTopWindow()
- raises( ::com::sun::star::embed::WrongStateException );
-
- //------------------------------------------------------------------------
- /** allows to retrieve component window represented by reference to
- <type scope="com::sun::star::awt">XWindow</type>.
-
- @return
- reference to object representing the container document window
-
- @throws com::sun::star::embed::WrongStateException
- the object is in unexpected state to make such request
- */
- ::com::sun::star::awt::XWindow getDocumentWindow()
- raises( ::com::sun::star::embed::WrongStateException );
-
//------------------------------------------------------------------------
/** allows to retrieve the
<type scope="com::sun::star::frame">LayoutManager</type> of the
@@ -199,16 +176,16 @@ interface XInplaceClient: com::sun::star::uno::XInterface
raises( ::com::sun::star::embed::WrongStateException );
//------------------------------------------------------------------------
- /** allows to retrieve the container's inplace menubar part.
+ /** allows to retrieve the container's dispatch provider.
@return
reference to object implementing the
- <type scope="com::sun::star::container">XIndexAccess</type>
+ <type scope="com::sun::star::frame">XDispatchProvider</type>
@throws com::sun::star::embed::WrongStateException
the object is in unexpected state to make such request
*/
- ::com::sun::star::container::XIndexAccess getInplaceMenu()
+ ::com::sun::star::frame::XDispatchProvider getInplaceDispatchProvider()
raises( ::com::sun::star::embed::WrongStateException );
//------------------------------------------------------------------------