Lines Matching refs:m_lInterceptionRegs
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()
251 InterceptorList::iterator pIt = m_lInterceptionRegs.findByReference(xInterceptor); in releaseDispatchProviderInterceptor()
252 if (pIt != m_lInterceptionRegs.end()) in releaseDispatchProviderInterceptor()
268 m_lInterceptionRegs.erase(pIt); in releaseDispatchProviderInterceptor()
305 InterceptionHelper::InterceptorList aCopy = m_lInterceptionRegs; in disposing()
329 if (!m_lInterceptionRegs.empty() ) in disposing()