LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XDispatchProviderInterception Interface Referencepublished

makes it possible to register an XDispatchProvider which intercepts all requests of XDispatch to this instance. More...

import"XDispatchProviderInterception.idl";

Inheritance diagram for XDispatchProviderInterception:
XInterface GridControl DispatchProvider XDesktop2 XFrame2 InteractionGridControl Desktop theDesktop Frame

Public Member Functions

void registerDispatchProviderInterceptor ([in] XDispatchProviderInterceptor Interceptor)
 registers an XDispatchProviderInterceptor, which will become the first interceptor in the chain of registered interceptors. More...
 
void releaseDispatchProviderInterceptor ([in] XDispatchProviderInterceptor Interceptor)
 removes an XDispatchProviderInterceptor which was previously registered More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

makes it possible to register an XDispatchProvider which intercepts all requests of XDispatch to this instance.

Note: Nobody can guarantee order of used interceptor objects if more than ones exist. Later registered ones will be used at first. But it's possible to increase the chance for that by providing the optional interface XInterceptorInfo.

See also
XDispatchProvider
XDispatch
XInterceptorInfo

Member Function Documentation

◆ registerDispatchProviderInterceptor()

void registerDispatchProviderInterceptor ( [in] XDispatchProviderInterceptor  Interceptor)

registers an XDispatchProviderInterceptor, which will become the first interceptor in the chain of registered interceptors.

Parameters
Interceptorthe interceptor which wishes to be registered
See also
XDispatchProviderInterception::releaseDispatchProviderInterceptor()

◆ releaseDispatchProviderInterceptor()

void releaseDispatchProviderInterceptor ( [in] XDispatchProviderInterceptor  Interceptor)

removes an XDispatchProviderInterceptor which was previously registered

The order of removals is arbitrary. It is not necessary to remove the last registered interceptor first.

Parameters
Interceptorthe interceptor which wishes to be unregistered
See also
XDispatchProviderInterception::registerDispatchProviderInterceptor()

The documentation for this interface was generated from the following file: