Lines Matching refs:InterceptionHelper
50 sal_Bool InterceptionHelper::m_bPreferrFirstInterceptor = sal_True;
61 DEFINE_XINTERFACE_3(InterceptionHelper , in DEFINE_XINTERFACE_3() argument
70 InterceptionHelper::InterceptionHelper(const css::uno::Reference< css::frame::XFrame >& … in DEFINE_XINTERFACE_3()
84 InterceptionHelper::~InterceptionHelper() in ~InterceptionHelper()
91 css::uno::Reference< css::frame::XDispatch > SAL_CALL InterceptionHelper::queryDispatch(const css::… in queryDispatch()
135 css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL InterceptionHelper::que… in queryDispatches()
152 void SAL_CALL InterceptionHelper::registerDispatchProviderInterceptor(const css::uno::Reference< cs… in registerDispatchProviderInterceptor()
235 void SAL_CALL InterceptionHelper::releaseDispatchProviderInterceptor(const css::uno::Reference< css… in releaseDispatchProviderInterceptor()
286 void SAL_CALL InterceptionHelper::disposing(const css::lang::EventObject& aEvent) in disposing()
305 InterceptionHelper::InterceptorList aCopy = m_lInterceptionRegs; in disposing()
310 InterceptionHelper::InterceptorList::iterator pIt; in disposing()
315 InterceptionHelper::InterceptorInfo& rInfo = *pIt; in disposing()