Lines Matching refs:pUnoExc
220 void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp ) in raiseException() argument
225 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
235 TYPELIB_DANGER_GET( &pTypeDescr, pUnoExc->pType ); in raiseException()
241 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
246 ::uno_copyAndConvertData( pCppExc, pUnoExc->pData, pTypeDescr, pUno2Cpp ); in raiseException()
249 ::uno_any_destruct( pUnoExc, 0 ); in raiseException()
272 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
281 void fillUnoException( __cxa_exception * header, uno_Any * pUnoExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
289 uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno ); in fillUnoException()
310 uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno ); in fillUnoException()
319 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()