LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_frame_XDispatchProviderInterception_idl__
20 #define __com_sun_star_frame_XDispatchProviderInterception_idl__
27 module
com { module sun { module star { module frame {
void registerDispatchProviderInterceptor([in] XDispatchProviderInterceptor Interceptor)
registers an XDispatchProviderInterceptor, which will become the first interceptor in the chain of re...
makes it possible to intercept request of XDispatch.
Definition: XDispatchProviderInterceptor.idl:37
makes it possible to register an XDispatchProvider which intercepts all requests of XDispatch to this...
Definition: XDispatchProviderInterception.idl:43
Definition: Ambiguous.idl:22
void releaseDispatchProviderInterceptor([in] XDispatchProviderInterceptor Interceptor)
removes an XDispatchProviderInterceptor which was previously registered
base interface of all UNO interfaces
Definition: XInterface.idl:48