Lines Matching refs:sal_Int32

54 	sal_Int32 nParams, typelib_MethodParameter * pParams,  in cpp2uno_call()
90 OSL_ENSURE( sizeof(void *) == sizeof(sal_Int32), "### unexpected size!" ); in cpp2uno_call()
95 sal_Int32 * pTempIndizes = (sal_Int32 *)(pUnoArgs + (2 * nParams)); in cpp2uno_call()
99 sal_Int32 nTempIndizes = 0; in cpp2uno_call()
101 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call()
118 pCppStack += sizeof(sal_Int32); // extra long in cpp2uno_call()
156 pCppStack += sizeof(sal_Int32); // standard parameter length in cpp2uno_call()
173 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp2uno_call()
191 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp2uno_call()
232 OSL_ENSURE( sizeof(sal_Int32)==sizeof(void *), "### unexpected!" ); in cpp_vtable_call()
261 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call()
363 …unsigned char * code, sal_PtrDiff writetoexecdiff, sal_Int32 functionIndex, sal_Int32 vtableOffset, in codeSnippet()
397 OSL_ASSERT(sizeof (sal_Int32) == 4); in codeSnippet()
400 *reinterpret_cast< sal_Int32 * >(p) = functionIndex; in codeSnippet()
401 p += sizeof (sal_Int32); in codeSnippet()
404 *reinterpret_cast< sal_Int32 * >(p) = vtableOffset; in codeSnippet()
405 p += sizeof (sal_Int32); in codeSnippet()
408 *reinterpret_cast< sal_Int32 * >(p) in codeSnippet()
409 = ((unsigned char *) exec) - p - sizeof (sal_Int32) - writetoexecdiff; in codeSnippet()
410 p += sizeof (sal_Int32); in codeSnippet()
426 sal_Int32 slotCount) in getBlockSize()
433 void * block, sal_Int32 slotCount) in initializeBlock()
443 typelib_InterfaceTypeDescription const * type, sal_Int32 functionOffset, in addLocalFunctions()
444 sal_Int32 functionCount, sal_Int32 vtableOffset) in addLocalFunctions()
448 for (sal_Int32 i = 0; i < type->nMembers; ++i) { in addLocalFunctions()