/aoo42x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/ |
H A D | uno2cpp.cxx | 319 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 D | cpp2uno.cxx | 259 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/ |
H A D | cpp2uno.cxx | 395 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/ |
H A D | cpp2uno.cxx | 395 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_ia64/ |
H A D | cpp2uno.cxx | 375 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()
|
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | cpp2uno.cxx | 267 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_arm/ |
H A D | cpp2uno.cxx | 294 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/ |
H A D | cpp2uno.cxx | 261 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_arm/ |
H A D | cpp2uno.cxx | 294 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_intel/ |
H A D | cpp2uno.cxx | 261 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_m68k/ |
H A D | uno2cpp.cxx | 373 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 D | cpp2uno.cxx | 305 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_os2_intel/ |
H A D | cpp2uno.cxx | 265 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_solaris_intel/ |
H A D | cpp2uno.cxx | 263 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()
|
/aoo42x/main/bridges/source/cpp_uno/msvc_win32_intel/ |
H A D | cpp2uno.cxx | 260 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()
|
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | cpp2uno.cxx | 253 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | cpp2uno.cxx | 296 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 D | uno2cpp.cxx | 493 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_sparc/ |
H A D | cpp2uno.cxx | 259 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | cpp2uno.cxx | 295 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()
|
H A D | uno2cpp.cxx | 487 sal_Int32 nMemberPos = ((typelib_InterfaceMemberTypeDescription *)pMemberDescr)->nPosition; in unoInterfaceProxyDispatch() local 488 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### member pos out of range!" ); in unoInterfaceProxyDispatch() 536 sal_Int32 nMemberPos = ((typelib_InterfaceMemberTypeDescription *)pMemberDescr)->nPosition; in unoInterfaceProxyDispatch() local 537 OSL_ENSURE( nMemberPos < pTypeDescr->nAllMembers, "### member pos out of range!" ); in unoInterfaceProxyDispatch()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_solaris_sparc/ |
H A D | cpp2uno.cxx | 258 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()
|
/aoo42x/main/bridges/source/cpp_uno/mingw_intel/ |
H A D | cpp2uno.cxx | 264 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()
|
/aoo42x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | cpp2uno.cxx | 292 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()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_hppa/ |
H A D | uno2cpp.cxx | 397 … 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()
|