LibreOffice
LibreOffice 24.2 SDK API Reference
|
makes it possible to get information about a registered interceptor and is used by frame interceptor mechanism to perform interception. More...
import"XInterceptorInfo.idl";
Public Member Functions | |
sequence< string > | getInterceptedURLs () |
returns the URL list for interception. 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... | |
makes it possible to get information about a registered interceptor and is used by frame interceptor mechanism to perform interception.
Frame can call right interceptor directly without calling all of registered ones. Use it as an additional interface to XDispatchProviderInterceptor. If any interceptor in list doesn't support this interface - these mechanism will be broken and normal list of master-slave interceptor objects will be used from top to the bottom.
sequence< string > getInterceptedURLs | ( | ) |
returns the URL list for interception.
Wildcards inside the URLs are allowed to register the interceptor for URLs too, which can have optional arguments (e.g. "..#.." or "..?..").