Searched refs:m_lInterceptionRegs (Results 1 – 2 of 2) sorted by relevance
102 InterceptorList::const_iterator pIt = m_lInterceptionRegs.findByPattern(aURL.Complete); in queryDispatch()103 if (pIt != m_lInterceptionRegs.end()) in queryDispatch()111 if (!xInterceptor.is() && m_lInterceptionRegs.size()>0) in queryDispatch()113 pIt = m_lInterceptionRegs.begin(); in queryDispatch()181 if (m_lInterceptionRegs.empty()) in registerDispatchProviderInterceptor()185 m_lInterceptionRegs.push_back(aInfo); in registerDispatchProviderInterceptor()197 …::Reference< css::frame::XDispatchProvider > xMasterD = m_lInterceptionRegs.rbegin()->x… in registerDispatchProviderInterceptor()204 m_lInterceptionRegs.push_back(aInfo); in registerDispatchProviderInterceptor()211 …o::Reference< css::frame::XDispatchProvider > xSlaveD = m_lInterceptionRegs.begin()->xI… in registerDispatchProviderInterceptor()218 m_lInterceptionRegs.push_front(aInfo); in registerDispatchProviderInterceptor()[all …]
185 InterceptorList m_lInterceptionRegs; member in framework::InterceptionHelper