Home
last modified time | relevance | path

Searched refs:m_lInterceptionRegs (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/framework/source/dispatch/
H A Dinterceptionhelper.cxx103 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()
204 m_lInterceptionRegs.push_back(aInfo); in registerDispatchProviderInterceptor()
218 m_lInterceptionRegs.push_front(aInfo); in registerDispatchProviderInterceptor()
252 if (pIt != m_lInterceptionRegs.end()) in releaseDispatchProviderInterceptor()
268 m_lInterceptionRegs.erase(pIt); in releaseDispatchProviderInterceptor()
305 InterceptionHelper::InterceptorList aCopy = m_lInterceptionRegs; in disposing()
[all …]
/aoo4110/main/framework/inc/dispatch/
H A Dinterceptionhelper.hxx185 InterceptorList m_lInterceptionRegs; member in framework::InterceptionHelper

Completed in 22 milliseconds