Home
last modified time | relevance | path

Searched refs:ppOut (Results 1 – 9 of 9) sorted by relevance

/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Mapping.cxx72 uno_Interface ** ppOut,
82 uno_Interface ** ppOut, in s_mapInterface() argument
88 pMapping->mapInterface(ppOut, pUnoI, pTypeDescr); in s_mapInterface()
149 uno_Interface ** ppOut, in mapInterface() argument
153 OSL_ASSERT(ppOut && pTypeDescr); in mapInterface()
154 if (*ppOut) in mapInterface()
156 (*ppOut)->release(*ppOut); in mapInterface()
157 *ppOut = 0; in mapInterface()
170 m_to.get()->pExtEnv->getRegisteredInterface(m_to.get()->pExtEnv, (void **)ppOut, pOId, pTypeDescr); in mapInterface()
172 if (!*ppOut) // not yet there, register new proxy interface in mapInterface()
[all …]
/trunk/main/cppu/source/uno/
H A Dcascade_mapping.cxx65 void mapInterface(void ** ppOut,
89 void ** ppOut, in s_mapInterface() argument
94 pMediatorMapping->mapInterface(ppOut, pInterface, pInterfaceTypeDescr); in s_mapInterface()
142 void ** ppOut = va_arg(*pParam, void **); in s_mapInterface_v() local
147 pMapping->mapInterface(pMapping, ppOut, pInterface, pInterfaceTypeDescr); in s_mapInterface_v()
151 void ** ppOut, in mapInterface() argument
155 if (*ppOut != 0) in mapInterface()
159 env->releaseInterface( env, *ppOut ); in mapInterface()
160 *ppOut = NULL; in mapInterface()
173 *ppOut = ret; in mapInterface()
H A Dlbmap.cxx235 void ** ppOut, void * pInterface, in mediate_mapInterface() argument
239 OSL_ENSURE( pMapping && ppOut, "### null ptr!" ); in mediate_mapInterface()
240 if (pMapping && ppOut) in mediate_mapInterface()
249 void * pOut = *ppOut; in mediate_mapInterface()
256 *ppOut = 0; // set to 0 anyway, because mapping was not successful! in mediate_mapInterface()
262 (*pUno2To->mapInterface)( pUno2To, ppOut, pUnoI, pInterfaceTypeDescr ); in mediate_mapInterface()
H A DIdentityMapping.cxx72 void ** ppOut, in s_mapInterface() argument
77 *ppOut = pInterface; in s_mapInterface()
/trunk/main/testtools/source/performance/
H A Dpseudo.cxx150 uno_Mapping * pMapping, void ** ppOut, in pseudo_Mapping_mapInterface() argument
153 OSL_ASSERT( ppOut && pTypeDescr ); in pseudo_Mapping_mapInterface()
154 if (*ppOut) in pseudo_Mapping_mapInterface()
156 (*reinterpret_cast< uno_Interface * >( *ppOut )->release)( in pseudo_Mapping_mapInterface()
157 reinterpret_cast< uno_Interface * >( *ppOut ) ); in pseudo_Mapping_mapInterface()
158 *ppOut = 0; in pseudo_Mapping_mapInterface()
172 static_cast< pseudo_Mapping * >( pMapping )->pTo, ppOut, pOId, pTypeDescr ); in pseudo_Mapping_mapInterface()
173 if (! *ppOut) // no existing interface, register new proxy interface in pseudo_Mapping_mapInterface()
185 *ppOut = pProxy; in pseudo_Mapping_mapInterface()
/trunk/main/cppu/inc/uno/
H A Dmapping.hxx185 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_InterfaceTypeDescript… in mapInterface() argument
186 { (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, pTypeDescr ); } in mapInterface()
193 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, typelib_TypeDescription * pTy… in mapInterface() argument
194 …{ (*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, (typelib_InterfaceTypeDescription *)pT… in mapInterface()
202 …inline void SAL_CALL mapInterface( void ** ppOut, void * pInterface, const ::com::sun::star::uno::…
269 void ** ppOut, void * pInterface, const ::com::sun::star::uno::Type & rType ) const in mapInterface() argument
276 …(*_pMapping->mapInterface)( _pMapping, ppOut, pInterface, (typelib_InterfaceTypeDescription *)pTD … in mapInterface()
H A Dmapping.h58 void ** ppOut, void * pInterface,
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_bridge.cxx76 uno_Mapping * mapping, void ** ppOut, in Mapping_cli2uno() argument
80 uno_Interface ** ppUnoI = (uno_Interface **)ppOut; in Mapping_cli2uno()
99 (*ppOut)= bridge->map_cli2uno(cliObj, (typelib_TypeDescription*) td); in Mapping_cli2uno()
116 uno_Mapping * mapping, void ** ppOut, in Mapping_uno2cli() argument
122 OSL_ENSURE( td && ppOut, "### null ptr!" ); in Mapping_uno2cli()
135 intptr_t * ppDNetI = (intptr_t *)ppOut; in Mapping_uno2cli()
158 (*ppOut)= reinterpret_cast<void*>(ptr); in Mapping_uno2cli()
/trunk/main/bridges/source/jni_uno/
H A Djni_bridge.cxx64 uno_Mapping * mapping, void ** ppOut, in Mapping_map_to_uno() argument
68 uno_Interface ** ppUnoI = (uno_Interface **)ppOut; in Mapping_map_to_uno()
130 uno_Mapping * mapping, void ** ppOut, in Mapping_map_to_java() argument
134 jobject * ppJavaI = (jobject *) ppOut; in Mapping_map_to_java()

Completed in 40 milliseconds