Searched refs:getObjectIdentifier (Results 1 – 15 of 15) sorted by relevance
/aoo4110/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Environment.cxx | 95 void getObjectIdentifier (void * pInterface, 190 pBase->getObjectIdentifier(pInterface, reinterpret_cast<rtl::OUString *>(ppOId)); in s_getObjectIdentifier() 242 m_env_getObjectIdentifier (pEnv->pExtEnv->getObjectIdentifier), in Base() 263 pEnv->pExtEnv->getObjectIdentifier = s_getObjectIdentifier; in Base() 381 void Base::getObjectIdentifier(void * pInterface, rtl::OUString * pOid) in getObjectIdentifier() function in Base
|
H A D | helper_purpenv_Mapping.cxx | 113 pEnv->getObjectIdentifier(pEnv, ppOid, pUnoI); in s_getIdentifier_v()
|
/aoo4110/main/bridges/source/cpp_uno/shared/ |
H A D | bridge.cxx | 78 (*pBridge->pCppEnv->getObjectIdentifier)( in cpp2unoMapping() 124 (*pBridge->pUnoEnv->getObjectIdentifier)( in uno2cppMapping()
|
/aoo4110/main/bridges/inc/bridges/cpp_uno/ |
H A D | bridge.hxx | 74 (*pBridge->pUnoEnv->getObjectIdentifier)( pBridge->pUnoEnv, &pOId, pUnoI ); in cppu_Mapping_uno2cpp() 216 (*pBridge->pCppEnv->getObjectIdentifier)( pBridge->pCppEnv, &pOId, pCppI ); in cppu_Mapping_cpp2uno()
|
/aoo4110/main/cli_ure/source/uno_bridge/ |
H A D | cli_environment.h | 103 static System::String* getObjectIdentifier(Object* obj);
|
H A D | cli_environment.cxx | 141 System::String* Cli_environment::getObjectIdentifier(System::Object* obj) in getObjectIdentifier() function in cli_uno::Cli_environment
|
H A D | cli_data.cxx | 81 (*m_uno_env->getObjectIdentifier)( m_uno_env, &pOid, pUnoI ); in map_uno2cli() 124 System::String* ds_oid = CliEnvHolder::g_cli_env->getObjectIdentifier( cliObj); in map_cli2uno()
|
H A D | cli_proxy.cxx | 1090 CliEnvHolder::g_cli_env->getObjectIdentifier( in cli_proxy_dispatch()
|
/aoo4110/main/cppu/inc/uno/ |
H A D | environment.h | 189 void (SAL_CALL * getObjectIdentifier)(
|
/aoo4110/main/testtools/source/performance/ |
H A D | pseudo.cxx | 164 (*static_cast< pseudo_Mapping * >( pMapping )->pFrom->getObjectIdentifier)( in pseudo_Mapping_mapInterface()
|
/aoo4110/main/cppuhelper/test/bootstrap/ |
H A D | bootstrap.test.cxx | 57 currentEnv.get()->pExtEnv->getObjectIdentifier(currentEnv.get()->pExtEnv, &pOId, pObject); in s_check_object_is_in()
|
/aoo4110/main/stoc/source/proxy_factory/ |
H A D | proxyfac.cxx | 353 (*cpp_env->getObjectIdentifier)( cpp_env, &oid.pData, xRoot.get() ); in queryAggregation()
|
/aoo4110/main/bridges/source/jni_uno/ |
H A D | jni_java2uno.cxx | 49 (*m_uno_env->getObjectIdentifier)( m_uno_env, &pOid, pUnoI ); in map_to_java()
|
/aoo4110/main/binaryurp/source/ |
H A D | bridge.cxx | 370 binaryUno_.get()->pExtEnv->getObjectIdentifier( in registerOutgoingInterface()
|
/aoo4110/main/cppu/source/uno/ |
H A D | lbenv.cxx | 648 uno_ExtEnvironment::getObjectIdentifier = defenv_getObjectIdentifier; in uno_DefaultEnvironment()
|
Completed in 91 milliseconds