Home
last modified time | relevance | path

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

/aoo4110/main/cppu/source/uno/
H A DEnvStack.cxx227 if (pEnterable) in s_callInto_v()
228 pEnterable->callInto(s_pull, pCallee, pParam); in s_callInto_v()
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
335 if (pEnterable) in uno_Environment_enter()
336 pEnterable->leave(); in uno_Environment_enter()
343 if (pEnterable) in uno_Environment_enter()
344 pEnterable->enter(); in uno_Environment_enter()
362 if (pEnterable) in uno_Environment_isValid()
[all …]
/aoo4110/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()
/aoo4110/main/cppu/inc/cppu/helper/purpenv/
H A DEnvironment.hxx38 void Environment_initWithEnterable(uno_Environment * pEnvironment, cppu::Enterable * pEnterable);

Completed in 34 milliseconds