Home
last modified time | relevance | path

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

123

/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx210 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
233 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
240 : pUnoReturn); // direct way in cpp_call()
374 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
376 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx265 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
292 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
297 __builtin_alloca( pReturnTypeDescr->nSize ) : pUnoReturn; in cpp_call()
446 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
448 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx259 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
286 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
291 __builtin_alloca( pReturnTypeDescr->nSize ) : pUnoReturn; 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/s5abi_macosx_x86-64/
H A Duno2cpp.cxx260 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
287 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
292 __builtin_alloca( pReturnTypeDescr->nSize ) : pUnoReturn; in cpp_call()
441 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
443 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx324 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
349 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
355 : pUnoReturn); // direct way in cpp_call()
497 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
499 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx324 void * pUnoReturn, void * pUnoArgs[], uno_Any ** ppUnoExc ) in cpp_call() argument
349 pCppReturn = pUnoReturn; // direct way for simple types in cpp_call()
355 : pUnoReturn); // direct way in cpp_call()
497 if (pCppReturn && pUnoReturn != pCppReturn) in cpp_call()
499 uno_copyAndConvertData( pUnoReturn, pCppReturn, pReturnTypeDescr, in cpp_call()
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx644 void * pUnoReturn = alloca( pReturnType->nSize ); in invoke() local
730 pUnoI, getTypeDescr(), pUnoReturn, ppUnoArgs, &pUnoExc ); in invoke()
777 &aRet, pUnoReturn, pReturnType, in invoke()
779 uno_destructData( pUnoReturn, pReturnType, 0 ); in invoke()

Completed in 46 milliseconds

123