Searched refs:computeObjectIdentifier (Results 1 – 5 of 5) sorted by relevance
103 void computeObjectIdentifier(void * pInterface, 216 pBase->computeObjectIdentifier(pInterface, reinterpret_cast<rtl::OUString *>(ppOId)); in s_computeObjectIdentifier()245 m_env_computeObjectIdentifier(pEnv->pExtEnv->computeObjectIdentifier), in Base()266 pEnv->pExtEnv->computeObjectIdentifier = s_computeObjectIdentifier; in Base()455 void Base::computeObjectIdentifier(void * pInterface, rtl::OUString * pOid) in computeObjectIdentifier() function in Base
152 static void SAL_CALL computeObjectIdentifier( in computeObjectIdentifier() function211 ((uno_ExtEnvironment *)pCppEnv)->computeObjectIdentifier in uno_initEnvironment()212 = computeObjectIdentifier; in uno_initEnvironment()
230 void (SAL_CALL * computeObjectIdentifier)(
475 (*pEnv->computeObjectIdentifier)( pEnv, ppOId, pInterface ); in defenv_getObjectIdentifier()1095 that->computeObjectIdentifier = unoenv_computeObjectIdentifier; in initDefaultEnvironment()
491 ((uno_ExtEnvironment *)pCppEnv)->computeObjectIdentifier = cppu_cppenv_computeObjectIdentifier; in cppu_cppenv_initEnvironment()
Completed in 32 milliseconds