Home
last modified time | relevance | path

Searched refs:pUnoReturn (Results 26 – 50 of 57) sorted by relevance

123

/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dcpp2uno.cxx66 void * pUnoReturn = 0; in cpp2uno_call() local
73 pUnoReturn = pRegisterReturn; // direct way for simple types in cpp2uno_call()
81 pUnoReturn = (bridges::cpp_uno::shared::relatesToInterfaceType( pReturnTypeDescr ) in cpp2uno_call()
252 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE… in cpp2uno_call()
296 if (pUnoReturn != pCppReturn) // needs reconversion in cpp2uno_call()
298 uno_copyAndConvertData( pCppReturn, pUnoReturn, pReturnTypeDescr, in cpp2uno_call()
301 uno_destructData( pUnoReturn, pReturnTypeDescr, 0 ); in cpp2uno_call()
H A Duno2cpp.cxx287 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
309 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
316 : pUnoReturn); // direct way in cpp_call()
471 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
473 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dcpp2uno.cxx66 void * pUnoReturn = 0; in cpp2uno_call() local
73 pUnoReturn = pRegisterReturn; // direct way for simple types in cpp2uno_call()
81 pUnoReturn = (bridges::cpp_uno::shared::relatesToInterfaceType( pReturnTypeDescr ) in cpp2uno_call()
254 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE… in cpp2uno_call()
298 if (pUnoReturn != pCppReturn) // needs reconversion in cpp2uno_call()
300 uno_copyAndConvertData( pCppReturn, pUnoReturn, pReturnTypeDescr, in cpp2uno_call()
303 uno_destructData( pUnoReturn, pReturnTypeDescr, 0 ); in cpp2uno_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dcpp2uno.cxx100 void * pUnoReturn = 0; in cpp2uno_call() local
107 pUnoReturn = pRegisterReturn; // direct way for simple types in cpp2uno_call()
118 pUnoReturn = (bridges::cpp_uno::shared::relatesToInterfaceType( pReturnTypeDescr ) in cpp2uno_call()
306 …(*pThis->getUnoI()->pDispatcher)( pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoE… in cpp2uno_call()
354 if (pUnoReturn != pCppReturn) // needs reconversion in cpp2uno_call()
356 uno_copyAndConvertData( pCppReturn, pUnoReturn, pReturnTypeDescr, in cpp2uno_call()
359 uno_destructData( pUnoReturn, pReturnTypeDescr, 0 ); in cpp2uno_call()
H A Duno2cpp.cxx245 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
271 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
278 ? alloca( pReturnTypeDescr->nSize ): pUnoReturn); // direct way in cpp_call()
433 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
435 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx71 void * pUnoReturn = 0; in cpp2uno_call() local
82 pUnoReturn = pRegisterReturn; // direct way for simple types in cpp2uno_call()
91 pUnoReturn = (bridges::cpp_uno::shared::relatesToInterfaceType( pReturnTypeDescr ) in cpp2uno_call()
298 pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoExc ); in cpp2uno_call()
350 if (pUnoReturn != pCppReturn) // needs reconversion in cpp2uno_call()
352 uno_copyAndConvertData( pCppReturn, pUnoReturn, in cpp2uno_call()
355 uno_destructData( pUnoReturn, pReturnTypeDescr, 0 ); in cpp2uno_call()
H A Duno2cpp.cxx181 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
206 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
212 : pUnoReturn); // direct way in cpp_call()
350 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
352 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Duno2cpp.cxx61 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
81 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
90 : pUnoReturn); // direct way in cpp_call()
233 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
235 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Duno2cpp.cxx58 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) throw () in cpp_call() argument
81 alloca( pReturnTypeDescr->nSize ) : pUnoReturn; // direct way in cpp_call()
85 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
229 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
231 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Duno2cpp.cxx163 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
181 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
190 : pUnoReturn); // direct way in cpp_call()
307 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
309 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Duno2cpp.cxx158 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
176 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
185 : pUnoReturn); // direct way in cpp_call()
302 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
304 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx144 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
162 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
169 : pUnoReturn); // direct way in cpp_call()
278 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
280 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Duno2cpp.cxx147 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
165 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
174 : pUnoReturn); // direct way in cpp_call()
288 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
290 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Duno2cpp.cxx242 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
270 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
279 ? alloca( pReturnTypeDescr->nSize ) : pUnoReturn); in cpp_call()
281 fprintf(stderr, "pCppReturn/pUnoReturn is %lx/%lx", pCppReturn, pUnoReturn); in cpp_call()
442 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
444 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Duno2cpp.cxx242 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
270 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
279 ? alloca( pReturnTypeDescr->nSize ) : pUnoReturn); in cpp_call()
281 fprintf(stderr, "pCppReturn/pUnoReturn is %lx/%lx", pCppReturn, pUnoReturn); in cpp_call()
442 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
444 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Duno2cpp.cxx63 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
82 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
91 : pUnoReturn); // direct way in cpp_call()
246 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
248 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Duno2cpp.cxx284 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
302 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
310 : pUnoReturn); // direct way in cpp_call()
440 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
442 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx156 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
174 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
183 : pUnoReturn); // direct way in cpp_call()
297 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
299 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx279 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
297 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
305 : pUnoReturn); // direct way in cpp_call()
435 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
437 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx332 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) argument
354 pCppReturn = pUnoReturn; // direct way for simple types
361 ? alloca( pReturnTypeDescr->nSize ): pUnoReturn); // direct way
515 if (pCppReturn && pUnoReturn != pCppReturn)
517 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr,
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx163 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
183 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
190 : pUnoReturn); // direct way in cpp_call()
329 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
331 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx332 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) argument
354 pCppReturn = pUnoReturn; // direct way for simple types
361 ? alloca( pReturnTypeDescr->nSize ): pUnoReturn); // direct way
515 if (pCppReturn && pUnoReturn != pCppReturn)
517 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr,
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx151 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) throw () in cpp_call() argument
168 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
177 : pUnoReturn); // direct way in cpp_call()
323 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
326 pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx311 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
343 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
352 ? alloca( pReturnTypeDescr->nSize ) : pUnoReturn); in cpp_call()
354 fprintf(stderr, "pCppReturn/pUnoReturn is %lx/%lx", pCppReturn, pUnoReturn); in cpp_call()
532 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
534 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx207 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
228 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
235 : pUnoReturn); // direct way in cpp_call()
369 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
371 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()

Completed in 120 milliseconds

123