/aoo42x/main/bridges/source/cpp_uno/shared/ |
H A D | bridge.cxx | 77 rtl_uString * pOId = 0; in cpp2unoMapping() local 79 pBridge->pCppEnv, &pOId, pCppI ); in cpp2unoMapping() 80 OSL_ASSERT( pOId ); in cpp2unoMapping() 93 pTypeDescr, pOId ); in cpp2unoMapping() 98 freeUnoInterfaceProxy, pOId, in cpp2unoMapping() 103 ::rtl_uString_release( pOId ); in cpp2unoMapping() 123 rtl_uString * pOId = 0; in uno2cppMapping() local 126 OSL_ASSERT( pOId ); in uno2cppMapping() 138 pTypeDescr, pOId ); in uno2cppMapping() 143 freeCppInterfaceProxy, pOId, in uno2cppMapping() [all …]
|
/aoo42x/main/bridges/inc/bridges/cpp_uno/ |
H A D | bridge.hxx | 73 rtl_uString * pOId = 0; in cppu_Mapping_uno2cpp() local 75 OSL_ASSERT( pOId ); in cppu_Mapping_uno2cpp() 79 pBridge->pCppEnv, ppCppI, pOId, pTypeDescr ); in cppu_Mapping_uno2cpp() 92 (uno_freeProxyFunc)cppu_cppInterfaceProxy_free, pOId, pTypeDescr ); in cppu_Mapping_uno2cpp() 96 ::rtl_uString_release( pOId ); in cppu_Mapping_uno2cpp() 215 rtl_uString * pOId = 0; in cppu_Mapping_cpp2uno() local 217 OSL_ASSERT( pOId ); in cppu_Mapping_cpp2uno() 221 pBridge->pUnoEnv, ppUnoI, pOId, pTypeDescr ); in cppu_Mapping_cpp2uno() 228 pTypeDescr, pOId ); in cppu_Mapping_cpp2uno() 233 (uno_freeProxyFunc)cppu_unoInterfaceProxy_free, pOId, pTypeDescr ); in cppu_Mapping_cpp2uno() [all …]
|
/aoo42x/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Environment.cxx | 55 rtl_uString * pOId, 176 pBase->registerProxyInterface(ppProxy, freeProxy, pOId, pTypeDescr); in s_registerProxyInterface() 195 rtl_uString * pOId, in s_getRegisteredInterface() argument 199 pBase->getRegisteredInterface(ppInterface, pOId, pTypeDescr); in s_getRegisteredInterface() 327 rtl_uString * pOId = va_arg(*pParam, rtl_uString *); in s_registerProxyInterface_v() local 332 pRegisterProxyInterface(pExtEnv, ppProxy, freeProxy, pOId, pTypeDescr); in s_registerProxyInterface_v() 374 rtl::OUString * pOId = va_arg(*pParam, rtl::OUString *); in s_getObjectIdentifier_v() local 378 pGetObjectIdentifier(pExtEnv, reinterpret_cast<rtl_uString **>(pOId), pInterface); in s_getObjectIdentifier_v() 396 rtl_uString * pOId = va_arg(*pParam, rtl_uString *); in s_getRegisteredInterface_v() local 401 pGetRegisteredInterface(pExtEnv, ppInterface, pOId, pTypeDescr); in s_getRegisteredInterface_v() [all …]
|
H A D | helper_purpenv_Mapping.cxx | 165 rtl_uString * pOId = 0; in mapInterface() local 166 uno_Environment_invoke(m_from.get(), s_getIdentifier_v, m_from.get(), &pOId, pUnoI); in mapInterface() 167 OSL_ASSERT(pOId); in mapInterface() 170 m_to.get()->pExtEnv->getRegisteredInterface(m_to.get()->pExtEnv, (void **)ppOut, pOId, pTypeDescr); in mapInterface() 180 pOId, in mapInterface() 188 pOId, in mapInterface() 194 rtl_uString_release(pOId); in mapInterface()
|
/aoo42x/main/testtools/source/performance/ |
H A D | pseudo.cxx | 163 rtl_uString * pOId = 0; in pseudo_Mapping_mapInterface() local 165 static_cast< pseudo_Mapping * >( pMapping )->pFrom, &pOId, pUnoI ); in pseudo_Mapping_mapInterface() 166 OSL_ASSERT( pOId ); in pseudo_Mapping_mapInterface() 168 if (pOId) in pseudo_Mapping_mapInterface() 172 static_cast< pseudo_Mapping * >( pMapping )->pTo, ppOut, pOId, pTypeDescr ); in pseudo_Mapping_mapInterface() 178 reinterpret_cast< uno_Interface * >( pUnoI ), pTypeDescr, pOId ); in pseudo_Mapping_mapInterface() 183 &pProxy, pseudo_unoInterfaceProxy_free, pOId, pTypeDescr ); in pseudo_Mapping_mapInterface() 187 rtl_uString_release( pOId ); in pseudo_Mapping_mapInterface()
|
/aoo42x/main/cppuhelper/test/bootstrap/ |
H A D | bootstrap.test.cxx | 56 rtl_uString * pOId = NULL; in s_check_object_is_in() local 57 currentEnv.get()->pExtEnv->getObjectIdentifier(currentEnv.get()->pExtEnv, &pOId, pObject); in s_check_object_is_in() 65 pOId, in s_check_object_is_in() 69 if (pOId) rtl_uString_release(pOId); in s_check_object_is_in()
|
/aoo42x/main/cppu/source/uno/ |
H A D | lbenv.cxx | 257 rtl_uString * pOId, typelib_InterfaceTypeDescription * pTypeDescr ) in defenv_registerInterface() argument 259 OSL_ENSURE( pEnv && ppInterface && pOId && pTypeDescr, "### null ptr!" ); in defenv_registerInterface() 260 OUString sOId( pOId ); in defenv_registerInterface() 304 rtl_uString * pOId, typelib_InterfaceTypeDescription * pTypeDescr ) in defenv_registerProxyInterface() argument 306 OSL_ENSURE( pEnv && ppInterface && pOId && pTypeDescr && freeProxy, in defenv_registerProxyInterface() 308 OUString sOId( pOId ); in defenv_registerProxyInterface() 488 rtl_uString * pOId, typelib_InterfaceTypeDescription * pTypeDescr ) in defenv_getRegisteredInterface() argument 490 OSL_ENSURE( pEnv && ppInterface && pOId && pTypeDescr, "### null ptr!" ); in defenv_getRegisteredInterface() 497 OUString sOId( pOId ); in defenv_getRegisteredInterface()
|
/aoo42x/main/cppu/inc/uno/ |
H A D | environment.h | 155 rtl_uString * pOId, 171 rtl_uString * pOId, 205 rtl_uString * pOId,
|