/aoo42x/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Mapping.cxx | 72 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 …]
|
/aoo42x/main/cppu/source/uno/ |
H A D | cascade_mapping.cxx | 65 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 D | lbmap.cxx | 235 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 D | IdentityMapping.cxx | 72 void ** ppOut, in s_mapInterface() argument 77 *ppOut = pInterface; in s_mapInterface()
|
/aoo42x/main/testtools/source/performance/ |
H A D | pseudo.cxx | 150 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()
|
/aoo42x/main/cppu/inc/uno/ |
H A D | mapping.hxx | 185 …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 D | mapping.h | 58 void ** ppOut, void * pInterface,
|
/aoo42x/main/cli_ure/source/uno_bridge/ |
H A D | cli_bridge.cxx | 76 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()
|
/aoo42x/main/bridges/source/jni_uno/ |
H A D | jni_bridge.cxx | 64 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()
|