Lines Matching refs:pCppStack
50 char * pCppStack = (char *)pCallStack; in cpp2uno_call() local
66 pCppReturn = *(void**)pCppStack; in cpp2uno_call()
71 pCppStack += sizeof( void* ); in cpp2uno_call()
75 pCppStack += sizeof( void* ); in cpp2uno_call()
97 …pCppArgs[nPos] = pUnoArgs[nPos] = CPPU_CURRENT_NAMESPACE::adjustPointer(pCppStack, pParamTypeDescr… in cpp2uno_call()
104 if ((reinterpret_cast< long >(pCppStack) & 7) != 0) in cpp2uno_call()
109 *reinterpret_cast< sal_Int32 const * >(pCppStack); in cpp2uno_call()
111 *(reinterpret_cast< sal_Int32 const * >(pCppStack) + 1); in cpp2uno_call()
114 pCppStack += sizeof (sal_Int32); // extra long in cpp2uno_call()
123 pCppArgs[nPos] = *(void **)pCppStack; in cpp2uno_call()
138 *(void **)pCppStack, pParamTypeDescr, in cpp2uno_call()
146 pUnoArgs[nPos] = *(void **)pCppStack; in cpp2uno_call()
151 pCppStack += sizeof(sal_Int32); // standard parameter length in cpp2uno_call()