Home
last modified time | relevance | path

Searched refs:pExcTypeDescr (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dexcept.cxx270 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
272 ::typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
273 OSL_ENSURE( pExcTypeDescr, "### can not get type description for exception!!!" ); in fillUnoException()
274 if (! pExcTypeDescr) in fillUnoException()
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
279 ::typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dexcept.cxx270 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
272 ::typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
273 OSL_ENSURE( pExcTypeDescr, "### can not get type description for exception!!!" ); in fillUnoException()
274 if (! pExcTypeDescr) in fillUnoException()
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
279 ::typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dexcept.cxx270 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
272 ::typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
273 OSL_ENSURE( pExcTypeDescr, "### can not get type description for exception!!!" ); in fillUnoException()
274 if (! pExcTypeDescr) in fillUnoException()
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
279 ::typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Dexcept.cxx270 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
272 ::typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
273 OSL_ENSURE( pExcTypeDescr, "### can not get type description for exception!!!" ); in fillUnoException()
274 if (! pExcTypeDescr) in fillUnoException()
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
279 ::typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dexcept.cxx270 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
272 ::typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
273 OSL_ENSURE( pExcTypeDescr, "### can not get type description for exception!!!" ); in fillUnoException()
274 if (! pExcTypeDescr) in fillUnoException()
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
279 ::typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dexcept.cxx270 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
272 ::typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
273 OSL_ENSURE( pExcTypeDescr, "### can not get type description for exception!!!" ); in fillUnoException()
274 if (! pExcTypeDescr) in fillUnoException()
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
279 ::typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dexcept.cxx270 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
272 ::typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
273 OSL_ENSURE( pExcTypeDescr, "### can not get type description for exception!!!" ); in fillUnoException()
274 if (! pExcTypeDescr) in fillUnoException()
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
279 ::typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Dexcept.cxx270 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
272 ::typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
273 OSL_ENSURE( pExcTypeDescr, "### can not get type description for exception!!!" ); in fillUnoException()
274 if (! pExcTypeDescr) in fillUnoException()
278 ::uno_any_constructAndConvert( pExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
279 ::typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx412 typelib_TypeDescription * pExcTypeDescr = 0; in cc50_solaris_intel_fillUnoException() local
413 typelib_typedescription_getByName( &pExcTypeDescr, aName.pData ); in cc50_solaris_intel_fillUnoException()
415 if (pExcTypeDescr == 0) // the thing that should not be in cc50_solaris_intel_fillUnoException()
435 pExcTypeDescr->pTypeName, in cc50_solaris_intel_fillUnoException()
440 pUnoExc, pCppExc, pExcTypeDescr, pCpp2Uno ); in cc50_solaris_intel_fillUnoException()
441 typelib_typedescription_release( pExcTypeDescr ); in cc50_solaris_intel_fillUnoException()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dexcept.cxx405 typelib_TypeDescription * pExcTypeDescr = 0; in cc50_solaris_sparc_fillUnoException() local
406 typelib_typedescription_getByName( &pExcTypeDescr, aName.pData ); in cc50_solaris_sparc_fillUnoException()
408 if (pExcTypeDescr == 0) // the thing that should not be in cc50_solaris_sparc_fillUnoException()
428 pExcTypeDescr->pTypeName, in cc50_solaris_sparc_fillUnoException()
433 pUnoExc, pCppExc, pExcTypeDescr, pCpp2Uno ); in cc50_solaris_sparc_fillUnoException()
434 typelib_typedescription_release( pExcTypeDescr ); in cc50_solaris_sparc_fillUnoException()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dexcept.cxx282 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
288 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
289 if (0 == pExcTypeDescr) in fillUnoException()
304 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
305 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dexcept.cxx302 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
308 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
309 if (0 == pExcTypeDescr) in fillUnoException()
324 uno_any_constructAndConvert( pUnoExc, getAdjustedPtr(header), pExcTypeDescr, pCpp2Uno ); in fillUnoException()
325 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Dexcept.cxx302 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
308 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
309 if (0 == pExcTypeDescr) in fillUnoException()
324 uno_any_constructAndConvert( pUnoExc, getAdjustedPtr(header), pExcTypeDescr, pCpp2Uno ); in fillUnoException()
325 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dexcept.cxx293 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
299 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
300 if (0 == pExcTypeDescr) in fillUnoException()
315 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
316 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Dexcept.cxx296 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
302 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
303 if (0 == pExcTypeDescr) in fillUnoException()
318 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
319 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dexcept.cxx298 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
304 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
305 if (0 == pExcTypeDescr) in fillUnoException()
320 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
321 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dexcept.cxx299 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
305 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
306 if (0 == pExcTypeDescr) in fillUnoException()
321 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
322 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dexcept.cxx306 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
312 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
313 if (0 == pExcTypeDescr) in fillUnoException()
328 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
329 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dexcept.cxx297 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
303 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
304 if (0 == pExcTypeDescr) in fillUnoException()
319 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
320 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Dexcept.cxx295 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
301 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
302 if (0 == pExcTypeDescr) in fillUnoException()
317 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
318 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx564 typelib_TypeDescription * pExcTypeDescr = 0; in msci_filterCppException() local
566 &pExcTypeDescr, aUNOname.pData ); in msci_filterCppException()
567 if (pExcTypeDescr == 0) in msci_filterCppException()
596 pExcTypeDescr, pCpp2Uno ); in msci_filterCppException()
602 pExcTypeDescr, cpp_release ); in msci_filterCppException()
605 typelib_typedescription_release( pExcTypeDescr ); in msci_filterCppException()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dexcept.cxx309 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
315 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
316 if (0 == pExcTypeDescr) in fillUnoException()
331 uno_any_constructAndConvert( pUnoExc, getAdjustedPtr(header), pExcTypeDescr, pCpp2Uno ); in fillUnoException()
332 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dexcept.cxx312 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
318 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
319 if (0 == pExcTypeDescr) in fillUnoException()
334 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
335 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Dexcept.cxx309 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
315 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
316 if (0 == pExcTypeDescr) in fillUnoException()
331 uno_any_constructAndConvert( pUnoExc, getAdjustedPtr(header), pExcTypeDescr, pCpp2Uno ); in fillUnoException()
332 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dexcept.cxx312 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
318 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
319 if (0 == pExcTypeDescr) in fillUnoException()
334 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
335 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()

Completed in 117 milliseconds

12