Lines Matching refs:pEnterable
226 cppu::Enterable * pEnterable = reinterpret_cast<cppu::Enterable *>(pEnv->pReserved); in s_callInto_v() local
227 if (pEnterable) in s_callInto_v()
228 pEnterable->callInto(s_pull, pCallee, pParam); in s_callInto_v()
245 cppu::Enterable * pEnterable = reinterpret_cast<cppu::Enterable *>(pEnv->pReserved); in s_callOut_v() local
246 if (pEnterable) in s_callOut_v()
247 pEnterable->callOut_v(pCallee, pParam); in s_callOut_v()
329 cppu::Enterable * pEnterable; in uno_Environment_enter() local
334 pEnterable = reinterpret_cast<cppu::Enterable *>(pCurrEnv->pReserved); in uno_Environment_enter()
335 if (pEnterable) in uno_Environment_enter()
336 pEnterable->leave(); in uno_Environment_enter()
342 pEnterable = reinterpret_cast<cppu::Enterable *>(pNextEnv->pReserved); in uno_Environment_enter()
343 if (pEnterable) in uno_Environment_enter()
344 pEnterable->enter(); in uno_Environment_enter()
361 cppu::Enterable * pEnterable = reinterpret_cast<cppu::Enterable *>(pEnv->pReserved); in uno_Environment_isValid() local
362 if (pEnterable) in uno_Environment_isValid()
363 result = pEnterable->isValid((rtl::OUString *)pReason); in uno_Environment_isValid()