Home
last modified time | relevance | path

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

12

/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
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/s5abi_macosx_x86-64/
H A Dexcept.cxx331 typelib_TypeDescription * pExcTypeDescr = 0; in fillUnoException() local
337 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
338 if (0 == pExcTypeDescr) in fillUnoException()
353 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()
354 typelib_typedescription_release( pExcTypeDescr ); in fillUnoException()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx600 typelib_TypeDescription * pExcTypeDescr = 0; in mscx_filterCppException() local
602 &pExcTypeDescr, aUNOname.pData ); in mscx_filterCppException()
603 if (pExcTypeDescr == 0) in mscx_filterCppException()
632 pExcTypeDescr, pCpp2Uno ); in mscx_filterCppException()
638 pExcTypeDescr, cpp_release ); in mscx_filterCppException()
641 typelib_typedescription_release( pExcTypeDescr ); in mscx_filterCppException()

Completed in 17 milliseconds

12