Home
last modified time | relevance | path

Searched refs:nMemberPos (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx319 sal_Int32 nMemberPos = ((typelib_InterfaceMemberTypeDescription *)pMemberDescr)->nPosition; in cppu_unoInterfaceProxy_dispatch() local
320 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### member pos out of range!" ); in cppu_unoInterfaceProxy_dispatch()
322 sal_Int32 nVtableCall = pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos]; in cppu_unoInterfaceProxy_dispatch()
363 sal_Int32 nMemberPos = ((typelib_InterfaceMemberTypeDescription *)pMemberDescr)->nPosition; in cppu_unoInterfaceProxy_dispatch() local
364 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### member pos out of range!" ); in cppu_unoInterfaceProxy_dispatch()
366 sal_Int32 nVtableCall = pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos]; in cppu_unoInterfaceProxy_dispatch()
H A Dcpp2uno.cxx259 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nVtableCall]; in cpp_mediate() local
260 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_mediate()
262 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
269 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nVtableCall) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dcpp2uno.cxx395 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate() local
396 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_mediate()
399 fprintf(stderr, "members are %d %d\n", nMemberPos, pTypeDescr->nAllMembers); in cpp_mediate()
402 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
409 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dcpp2uno.cxx395 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate() local
396 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_mediate()
399 fprintf(stderr, "members are %d %d\n", nMemberPos, pTypeDescr->nAllMembers); in cpp_mediate()
402 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
409 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dcpp2uno.cxx375 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate() local
376 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_mediate()
379 fprintf(stderr, "members are %d %d\n", nMemberPos, pTypeDescr->nAllMembers); in cpp_mediate()
382 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
389 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcpp2uno.cxx267 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate() local
268 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_mediate()
270 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
277 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dcpp2uno.cxx294 sal_Int32 nMemberPos = in cpp_mediate() local
296 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, in cpp_mediate()
299 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
306 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcpp2uno.cxx261 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call() local
262 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_vtable_call()
264 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_vtable_call()
270 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Dcpp2uno.cxx294 sal_Int32 nMemberPos = in cpp_mediate() local
296 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, in cpp_mediate()
299 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
306 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcpp2uno.cxx261 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call() local
262 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_vtable_call()
264 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_vtable_call()
270 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx373 sal_Int32 nMemberPos = ((typelib_InterfaceMemberTypeDescription *)pMemberDescr)->nPosition; in unoInterfaceProxyDispatch() local
374 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### member pos out of range!" ); in unoInterfaceProxyDispatch()
420 sal_Int32 nMemberPos = ((typelib_InterfaceMemberTypeDescription *)pMemberDescr)->nPosition; in unoInterfaceProxyDispatch() local
421 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### member pos out of range!" ); in unoInterfaceProxyDispatch()
H A Dcpp2uno.cxx305 sal_Int32 nMemberPos = in cpp_mediate() local
307 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, in cpp_mediate()
310 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
317 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dcpp2uno.cxx265 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate() local
266 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_mediate()
268 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
275 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dcpp2uno.cxx263 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate() local
264 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_mediate()
266 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
273 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dcpp2uno.cxx260 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate() local
261 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_mediate()
263 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
270 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx253 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call() local
254 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_vtable_call()
256 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_vtable_call()
262 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dcpp2uno.cxx296 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call() local
297 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!\n" ); in cpp_vtable_call()
299 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_vtable_call()
309 if ( pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex ) in cpp_vtable_call()
H A Duno2cpp.cxx493 sal_Int32 nMemberPos = ((typelib_InterfaceMemberTypeDescription *)pMemberDescr)->nPosition; in unoInterfaceProxyDispatch() local
494 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### member pos out of range!" ); in unoInterfaceProxyDispatch()
542 sal_Int32 nMemberPos = ((typelib_InterfaceMemberTypeDescription *)pMemberDescr)->nPosition; in unoInterfaceProxyDispatch() local
543 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### member pos out of range!" ); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dcpp2uno.cxx259 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate() local
260 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_mediate()
262 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
274 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dcpp2uno.cxx295 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call() local
296 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!\n" ); in cpp_vtable_call()
298 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_vtable_call()
308 if ( pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex ) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dcpp2uno.cxx258 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_mediate() local
259 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_mediate()
261 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_mediate()
273 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_mediate()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dcpp2uno.cxx264 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call() local
265 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_vtable_call()
267 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_vtable_call()
273 if (pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dcpp2uno.cxx292 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call() local
293 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!\n" ); in cpp_vtable_call()
295 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_vtable_call()
305 if ( pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex ) in cpp_vtable_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx397 … sal_Int32 nMemberPos = ((typelib_InterfaceMemberTypeDescription *)pMemberDescr)->nPosition; in unoInterfaceProxyDispatch() local
398 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### member pos out of range!" ); in unoInterfaceProxyDispatch()
446 … sal_Int32 nMemberPos = ((typelib_InterfaceMemberTypeDescription *)pMemberDescr)->nPosition; in unoInterfaceProxyDispatch() local
447 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### member pos out of range!" ); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx240 sal_Int32 nMemberPos = pTypeDescr->pMapFunctionIndexToMemberIndex[nFunctionIndex]; in cpp_vtable_call() local
241 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### illegal member index!" ); in cpp_vtable_call()
243 TypeDescription aMemberDescr( pTypeDescr->ppAllMembers[nMemberPos] ); in cpp_vtable_call()
253 if ( pTypeDescr->pMapMemberIndexToFunctionIndex[nMemberPos] == nFunctionIndex ) in cpp_vtable_call()

Completed in 91 milliseconds

12