Controller.idl (d1766043) Controller.idl (2df387e6)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 80 unchanged lines hidden (view full) ---

89
90 @see XDispatch
91 @see XDispatchProviderInterception
92 */
93 interface XDispatchProvider;
94
95 //-------------------------------------------------------------------------
96 /** this interface enables the controller to get interceptors registered that
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 80 unchanged lines hidden (view full) ---

89
90 @see XDispatch
91 @see XDispatchProviderInterception
92 */
93 interface XDispatchProvider;
94
95 //-------------------------------------------------------------------------
96 /** this interface enables the controller to get interceptors registered that
97 change context menue or prevent them from beeing executed
97 change context menue or prevent them from being executed
98
99 <p>
100 Don't mix it with <type>XDispatchProviderInterception</type> which
101 intercept calls of <member>XDispatch::dispatch()</member>.
102 </p>
103 */
104 [optional] interface com::sun::star::ui::XContextMenuInterception;
105

--- 21 unchanged lines hidden ---
98
99 <p>
100 Don't mix it with <type>XDispatchProviderInterception</type> which
101 intercept calls of <member>XDispatch::dispatch()</member>.
102 </p>
103 */
104 [optional] interface com::sun::star::ui::XContextMenuInterception;
105

--- 21 unchanged lines hidden ---