Home
last modified time | relevance | path

Searched refs:pExc (Results 1 – 25 of 34) sorted by relevance

12

/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() argument
207 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
214 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
264 void fillUnoException( __cxa_exception * header, uno_Any * pExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() argument
207 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
214 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
264 void fillUnoException( __cxa_exception * header, uno_Any * pExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() argument
207 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
214 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
264 void fillUnoException( __cxa_exception * header, uno_Any * pExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() argument
207 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
214 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
264 void fillUnoException( __cxa_exception * header, uno_Any * pExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() argument
207 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
214 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
264 void fillUnoException( __cxa_exception * header, uno_Any * pExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() argument
207 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
214 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
264 void fillUnoException( __cxa_exception * header, uno_Any * pExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() argument
207 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
214 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
264 void fillUnoException( __cxa_exception * header, uno_Any * pExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() argument
207 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
214 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
264 void fillUnoException( __cxa_exception * header, uno_Any * pExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_powerpc/
H A Dexcept.cxx204 static void deleteException( void * pExc ) in deleteException() argument
206 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
213 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
263 void fillUnoException( __cxa_exception * header, uno_Any * pExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
277 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
/aoo41x/main/cppu/source/uno/
H A Ddata.cxx77 uno_Any * pExc = &aExc; in binuno_queryInterface() local
81 (uno_Interface *) pUnoI, g_pQITD, &aRet, aArgs, &pExc ); in binuno_queryInterface()
84 if (0 == pExc) in binuno_queryInterface()
110 buf.append( * reinterpret_cast< OUString const * >( &pExc->pType->pTypeName ) ); in binuno_queryInterface()
113 buf.append( * reinterpret_cast< OUString const * >( pExc->pData ) ); in binuno_queryInterface()
118 uno_any_destruct( pExc, 0 ); in binuno_queryInterface()
/aoo41x/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx486 System::Object* pExc = NULL; in Invoke() local
490 method_td->pParams, args, argTypes, &pExc); in Invoke()
492 callmsg, pExc); in Invoke()
519 System::Object* pExc = NULL; in Invoke() local
524 NULL, NULL, &pExc); in Invoke()
526 callmsg, pExc); in Invoke()
544 System::Object* pExc = NULL; in Invoke() local
548 1, &param, args, NULL, &pExc); in Invoke()
550 callmsg, pExc); in Invoke()
/aoo41x/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx186 uno_Any * pSource, uno_Any * pExc );
189 uno_Any * pSource, uno_Any * pExc );
252 uno_Any * pExc, const OUString & rMsg ) in constructRuntimeException() argument
257 pExc, &exc, ::getCppuType( &exc ).getTypeLibType(), 0 ); in constructRuntimeException()
349 uno_Any * pExc ) in coerce_construct() argument
362 return coerce_assign( pDest, pType, pSource, pExc ); in coerce_construct()
/aoo41x/main/bridges/source/cpp_uno/mingw_intel/
H A Dexcept.cxx190 static void deleteException( void * pExc ) in deleteException() argument
192 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
199 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dexcept.cxx204 static void deleteException( void * pExc ) in deleteException() argument
206 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
213 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dexcept.cxx204 static void deleteException( void * pExc ) in deleteException() argument
206 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
213 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Dexcept.cxx204 static void deleteException( void * pExc ) in deleteException() argument
206 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
213 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dexcept.cxx201 static void deleteException( void * pExc ) in deleteException() argument
203 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
210 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dexcept.cxx204 static void deleteException( void * pExc ) in deleteException() argument
206 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
213 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dexcept.cxx206 static void deleteException( void * pExc ) in deleteException() argument
208 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
215 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_intel/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() argument
207 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
214 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dexcept.cxx207 static void deleteException( void * pExc ) in deleteException() argument
209 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
216 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dexcept.cxx214 static void deleteException( void * pExc ) in deleteException() argument
216 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
223 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dexcept.cxx205 static void deleteException( void * pExc ) in deleteException() argument
207 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
214 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dexcept.cxx203 static void deleteException( void * pExc ) in deleteException() argument
205 __cxa_exception const * header = ((__cxa_exception const *)pExc - 1); in deleteException()
212 ::uno_destructData( pExc, pTD, cpp_release ); in deleteException()
/aoo41x/main/stoc/source/corereflection/
H A Dcriface.cxx198 uno_Any * pExc = &aExc; in get() local
201 (*pUnoI->pDispatcher)( pUnoI, getTypeDescr(), pReturn, 0, &pExc ); in get()
205 pExc, in get()
287 uno_Any * pExc = &aExc; in set() local
288 (*pUnoI->pDispatcher)( pUnoI, getTypeDescr(), 0, pArgs, &pExc ); in set()
293 pExc, in set()

Completed in 112 milliseconds

12