diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-05-19 09:40:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-05-19 09:40:30 +0000 |
commit | 5f61818cc448b9afad4a09d2cc848ef7a4676ef5 (patch) | |
tree | 27cfc8499de34df78e27f69840489bef4e2c195a | |
parent | 08ac53d9c78bc5812bbf69aea80839e5f37f943f (diff) |
INTEGRATION: CWS sdk10 (1.8.244); FILE MERGED
2004/02/11 11:59:26 mi 1.8.244.1: #i18834# css::awt::XExtendedToolkit is deprecated, css::frame::Controller supports also XUserInputInterception
-rw-r--r-- | offapi/com/sun/star/frame/Controller.idl | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/Controller.idl b/offapi/com/sun/star/frame/Controller.idl index 69b888dd0c7b..5a330e989a86 100644 --- a/offapi/com/sun/star/frame/Controller.idl +++ b/offapi/com/sun/star/frame/Controller.idl @@ -2,9 +2,9 @@ * * $RCSfile: Controller.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:54:25 $ + * last change: $Author: kz $ $Date: 2004-05-19 10:40:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,6 +77,10 @@ #include <com/sun/star/ui/XContextMenuInterception.idl> #endif +#ifndef __com_sun_star_awt_XUserInputInterception_idl__ +#include <com/sun/star/awt/XUserInputInterception.idl> +#endif + #ifndef __com_sun_star_view_XSelectionSupplier_idl__ #include <com/sun/star/view/XSelectionSupplier.idl> #endif @@ -134,6 +138,11 @@ service Controller [optional] interface com::sun::star::ui::XContextMenuInterception; //------------------------------------------------------------------------- + /** makes it possible to intercept keyboard and mouse input. + */ + [optional] interface com::sun::star::awt::XUserInputInterception; + + //------------------------------------------------------------------------- /** makes it possible to access and change the selection in a view */ [optional] interface com::sun::star::view::XSelectionSupplier; |