INTEGRATION: CWS sb18 (1.1.426); FILE MERGED
2004/05/21 15:06:35 sb 1.1.426.1: #i21150# Added published flag.
This commit is contained in:
parent
f9f8ae99cc
commit
3e17a7abf8
3 changed files with 10 additions and 10 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: ContextMenuInterceptorAction.idl,v $
|
||||
*
|
||||
* $Revision: 1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: cd $ $Date: 2001-11-29 07:32:15 $
|
||||
* last change: $Author: obo $ $Date: 2004-06-04 01:45:31 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -66,7 +66,7 @@ module com { module sun { module star { module ui {
|
|||
|
||||
/** determins the action that is requested from the <type>XContextMenuInterceptor</type>.
|
||||
*/
|
||||
enum ContextMenuInterceptorAction
|
||||
published enum ContextMenuInterceptorAction
|
||||
{
|
||||
/** the <type>XContextMenuInterceptor</type> has ignored the call. The next registered
|
||||
<type>XContextMenuInterceptor</type> should be notified.
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: XContextMenuInterception.idl,v $
|
||||
*
|
||||
* $Revision: 1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: cd $ $Date: 2001-11-29 07:32:15 $
|
||||
* last change: $Author: obo $ $Date: 2004-06-04 01:45:44 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -68,11 +68,11 @@
|
|||
module com { module sun { module star { module ui {
|
||||
|
||||
|
||||
interface XContextMenuInterceptor;
|
||||
published interface XContextMenuInterceptor;
|
||||
/** This interface enables an object to get interceptors registered that
|
||||
change context menue or prevent them from beeing executed.
|
||||
*/
|
||||
interface XContextMenuInterception : ::com::sun::star::uno::XInterface
|
||||
published interface XContextMenuInterception : ::com::sun::star::uno::XInterface
|
||||
{
|
||||
/** registers an <type>XContextMenuInterceptor</type>, which will become
|
||||
the first interceptor in the chain of registered interceptors.
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: XContextMenuInterceptor.idl,v $
|
||||
*
|
||||
* $Revision: 1.1 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
* last change: $Author: cd $ $Date: 2001-11-29 07:32:15 $
|
||||
* last change: $Author: obo $ $Date: 2004-06-04 01:45:58 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -77,7 +77,7 @@ module com { module sun { module star { module ui {
|
|||
/** This interface enables the object to be registerd as interceptor to
|
||||
change context menues or prevent them from being executed.
|
||||
*/
|
||||
interface XContextMenuInterceptor : ::com::sun::star::uno::XInterface
|
||||
published interface XContextMenuInterceptor : ::com::sun::star::uno::XInterface
|
||||
{
|
||||
/** notifies the interceptor about the request to execute a ContextMenu.
|
||||
The interceptor has to decide whether the menu should be executed with or without
|
||||
|
|
Loading…
Reference in a new issue