LibreOffice Module framework (master) 1
|
implements a list of items of type InterceptorInfo, and provides some special functions on it. More...
Public Member Functions | |
iterator | findByReference (const css::uno::Reference< css::frame::XDispatchProviderInterceptor > &xInterceptor) |
search for an interceptor inside this list using it's reference. More... | |
iterator | findByPattern (std::u16string_view sURL) |
search for an interceptor inside this list using it's reference. More... | |
implements a list of items of type InterceptorInfo, and provides some special functions on it.
@descr Because interceptor objects can be registered for URL patterns, it supports a wildcard search on all list items.
Definition at line 78 of file interceptionhelper.hxx.
|
inline |
search for an interceptor inside this list using it's reference.
sURL | URL which should match with a registered pattern. |
Definition at line 109 of file interceptionhelper.hxx.
References begin, end, and WildCard::Matches().
Referenced by framework::InterceptionHelper::queryDispatch().
|
inline |
search for an interceptor inside this list using it's reference.
xInterceptor | points to the interceptor object, which should be located inside this list. |
Definition at line 90 of file interceptionhelper.hxx.
Referenced by framework::InterceptionHelper::releaseDispatchProviderInterceptor().