Lines Matching refs:pUnoExc
222 void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp ) in raiseException() argument
227 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
237 TYPELIB_DANGER_GET( &pTypeDescr, pUnoExc->pType ); in raiseException()
243 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
248 ::uno_copyAndConvertData( pCppExc, pUnoExc->pData, pTypeDescr, pUno2Cpp ); in raiseException()
251 ::uno_any_destruct( pUnoExc, 0 ); in raiseException()
274 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
283 void fillUnoException( __cxa_exception * header, uno_Any * pUnoExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
291 uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno ); in fillUnoException()
312 uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno ); in fillUnoException()
321 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()