Home
last modified time | relevance | path

Searched refs:index (Results 151 – 175 of 950) sorted by path

12345678910>>...38

/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dexcept.cxx138 sal_Int32 index = 0; in getRTTI() local
141 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
146 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx316 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
430 aVtableSlot.index += 1; in unoInterfaceProxyDispatch()
455 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dexcept.cxx139 sal_Int32 index = 0; in getRTTI() local
142 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
147 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx498 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
606 aVtableSlot.index += 1; //get then set method in unoInterfaceProxyDispatch()
626 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dexcept.cxx146 sal_Int32 index = 0; in getRTTI() local
149 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
154 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx270 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
373 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
392 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Dexcept.cxx138 sal_Int32 index = 0; in getRTTI() local
141 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
146 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx295 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
405 aVtableSlot.index += 1; in unoInterfaceProxyDispatch()
428 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dexcept.cxx135 sal_Int32 index = 0; in getRTTI() local
138 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
143 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx401 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
514 aVtableSlot.index += 1; //get then set method in unoInterfaceProxyDispatch()
534 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dexcept.cxx139 sal_Int32 index = 0; in getRTTI() local
142 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
147 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx483 pAdjustedThisPtr, aVtableSlot.index,
589 aVtableSlot.index += 1; //get then set method
609 switch (aVtableSlot.index)
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dexcept.cxx139 sal_Int32 index = 0; in getRTTI() local
142 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
147 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx408 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
517 aVtableSlot.index += 1; //get then set method in unoInterfaceProxyDispatch()
537 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dexcept.cxx139 sal_Int32 index = 0; in getRTTI() local
142 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
147 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx439 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
551 aVtableSlot.index += 1; //get then set method in unoInterfaceProxyDispatch()
571 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dexcept.cxx139 sal_Int32 index = 0; in getRTTI() local
142 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
147 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx340 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
453 aVtableSlot.index += 1; //get then set method in unoInterfaceProxyDispatch()
473 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dcpp2uno.cxx443 sal_uInt32 index = functionIndex; in codeSnippet() local
445 index |= 0x80000000; in codeSnippet()
462 *p++ = 0x11000000 | (index >> 10); in codeSnippet()
464 *p++ = 0x90122000 | (index & 0x3FF); in codeSnippet()
H A Dexcept.cxx138 sal_Int32 index = 0; in getRTTI() local
141 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
146 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx406 aVtableSlot.index, in cpp_call()
518 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
537 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dexcept.cxx140 sal_Int32 index = 0; in getRTTI() local
143 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
148 while (index >= 0); in getRTTI()
H A Duno2cpp.cxx388 pAdjustedThisPtr, aVtableSlot.index, in cpp_call()
520 aVtableSlot.index += 1; // get, then set method in unoInterfaceProxyDispatch()
545 switch (aVtableSlot.index) in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dexcept.cxx141 sal_Int32 index = 0; in getRTTI() local
144 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
149 while (index >= 0); in getRTTI()
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dexcept.cxx155 sal_Int32 index = 0; in getRTTI() local
158 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
163 while (index >= 0); in getRTTI()

Completed in 113 milliseconds

12345678910>>...38