Lines Matching refs:pUnoExc
229 void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp ) in raiseException() argument
234 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
244 TYPELIB_DANGER_GET( &pTypeDescr, pUnoExc->pType ); in raiseException()
250 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
255 ::uno_copyAndConvertData( pCppExc, pUnoExc->pData, pTypeDescr, pUno2Cpp ); in raiseException()
258 ::uno_any_destruct( pUnoExc, 0 ); in raiseException()
281 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
290 void fillUnoException( __cxa_exception * header, uno_Any * pUnoExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
298 uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno ); in fillUnoException()
319 uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno ); in fillUnoException()
328 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()