Lines Matching defs:pInterface
58 … void * pInterface); typedef
72 … void * pInterface); typedef
74 … void * pInterface); typedef
76 … void * pInterface); typedef
179 static void SAL_CALL s_revokeInterface(uno_ExtEnvironment * pExtEnv, void * pInterface) in s_revokeInterface()
187 void * pInterface) in s_getObjectIdentifier()
213 void * pInterface) in s_computeObjectIdentifier()
219 static void SAL_CALL s_acquireInterface(uno_ExtEnvironment * pExtEnv, void * pInterface) { in s_acquireInterface()
224 static void SAL_CALL s_releaseInterface(uno_ExtEnvironment * pExtEnv, void * pInterface) { in s_releaseInterface()
354 void * pInterface = va_arg(*pParam, void *); in s_revokeInterface_v() local
360 void Base::revokeInterface(void * pInterface) in revokeInterface()
373 void * pInterface = va_arg(*pParam, void *); in s_getObjectIdentifier_v() local
381 void Base::getObjectIdentifier(void * pInterface, rtl::OUString * pOid) in getObjectIdentifier()
447 void * pInterface = va_arg(*pParam, void *); in s_computeObjectIdentifier_v() local
455 void Base::computeObjectIdentifier(void * pInterface, rtl::OUString * pOid) in computeObjectIdentifier()
469 void * pInterface = va_arg(*pParam, void *); in s_acquireInterface_v() local
476 void Base::acquireInterface(void * pInterface) in acquireInterface()
485 void * pInterface = va_arg(*pParam, void *); in s_releaseInterface_v() local
492 void Base::releaseInterface(void * pInterface) in releaseInterface()