Home
last modified time | relevance | path

Searched refs:pEnterable (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/cppu/source/uno/
H A DEnvStack.cxx226 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()
[all …]
/AOO41X/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Environment.cxx82 explicit Base(uno_Environment * pEnv, cppu::Enterable * pEnterable);
231 Base::Base(uno_Environment * pEnv, cppu::Enterable * pEnterable) in Base() argument
234 m_pEnterable (pEnterable), in Base()
528 void Environment_initWithEnterable(uno_Environment * pEnvironment, cppu::Enterable * pEnterable) in Environment_initWithEnterable() argument
530 new Base(pEnvironment, pEnterable); in Environment_initWithEnterable()
/AOO41X/main/cppu/inc/cppu/helper/purpenv/
H A DEnvironment.hxx38 void Environment_initWithEnterable(uno_Environment * pEnvironment, cppu::Enterable * pEnterable);