diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 16:39:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 16:39:20 +0000 |
commit | 33c23e2a3fcb35a42e02a034992d0a7f8d036f7a (patch) | |
tree | fe6da9003bacce2debba4899dc43d1a2df33f1b2 /offapi | |
parent | ef202a6ebe737457d57d1768ec9c7dde5860dd07 (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')
-rw-r--r-- | offapi/com/sun/star/embed/XInplaceClient.idl | 41 |
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 b148c75abcd9..ad2ca9e324ca 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 ); //------------------------------------------------------------------------ |