Lines Matching refs:sal_Int32

50 	sal_Int32 nParams, typelib_MethodParameter * pParams,  in cpp2uno_call()
86 OSL_ENSURE( sizeof(void *) == sizeof(sal_Int32), "### unexpected size!" ); in cpp2uno_call()
91 sal_Int32 * pTempIndizes = (sal_Int32 *)(pUnoArgs + (2 * nParams)); in cpp2uno_call()
95 sal_Int32 nTempIndizes = 0; in cpp2uno_call()
97 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call()
114 pCppStack += sizeof(sal_Int32); // extra long in cpp2uno_call()
153 pCppStack += sizeof(sal_Int32); // standard parameter length in cpp2uno_call()
170 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp2uno_call()
194 sal_Int32 nIndex = pTempIndizes[nTempIndizes]; in cpp2uno_call()
239 void ** pCallStack, sal_Int32 nFunctionIndex, sal_Int32 nVtableOffset, in cpp_mediate()
242 OSL_ENSURE( sizeof(sal_Int32)==sizeof(void *), "### unexpected!" ); in cpp_mediate()
260 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate()
410 unsigned char * code, sal_Int32 functionIndex, sal_Int32 vtableOffset) in codeSnippet()
413 OSL_ASSERT(sizeof (sal_Int32) == 4); in codeSnippet()
416 *reinterpret_cast< sal_Int32 * >(p) = functionIndex; in codeSnippet()
417 p += sizeof (sal_Int32); in codeSnippet()
420 *reinterpret_cast< sal_Int32 * >(p) = vtableOffset; in codeSnippet()
421 p += sizeof (sal_Int32); in codeSnippet()
424 *reinterpret_cast< sal_Int32 * >(p) in codeSnippet()
425 = ((unsigned char *) cpp_vtable_call) - p - sizeof (sal_Int32); in codeSnippet()
426 p += sizeof (sal_Int32); in codeSnippet()
442 sal_Int32 slotCount) in getBlockSize()
449 void * block, sal_Int32 slotCount) in initializeBlock()
452 sal_Int32 n0, n1, n2; in initializeBlock()
470 typelib_InterfaceTypeDescription const *, sal_Int32 functionOffset, in addLocalFunctions()
471 sal_Int32 functionCount, sal_Int32 vtableOffset) in addLocalFunctions()
475 for (sal_Int32 i = 0; i < functionCount; ++i) { in addLocalFunctions()