Lines Matching refs:pUnoExc
235 void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp ) in raiseException() argument
240 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
250 TYPELIB_DANGER_GET( &pTypeDescr, pUnoExc->pType ); in raiseException()
256 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
261 ::uno_copyAndConvertData( pCppExc, pUnoExc->pData, pTypeDescr, pUno2Cpp ); in raiseException()
264 ::uno_any_destruct( pUnoExc, 0 ); in raiseException()
287 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
296 void fillUnoException( __cxa_exception * header, uno_Any * pUnoExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
304 uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno ); in fillUnoException()
325 uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno ); in fillUnoException()
334 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()