Lines Matching refs:pUnoExc
205 void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp ) in raiseException() argument
210 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
220 TYPELIB_DANGER_GET( &pTypeDescr, pUnoExc->pType ); in raiseException()
226 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
231 ::uno_copyAndConvertData( pCppExc, pUnoExc->pData, pTypeDescr, pUno2Cpp ); in raiseException()
234 ::uno_any_destruct( pUnoExc, 0 ); in raiseException()
257 *reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ), in raiseException()
266 void fillUnoException( __cxa_exception * header, uno_Any * pUnoExc, uno_Mapping * pCpp2Uno ) in fillUnoException() argument
274 uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno ); in fillUnoException()
295 uno_type_any_constructAndConvert( pUnoExc, &aRE, rType.getTypeLibType(), pCpp2Uno ); in fillUnoException()
304 uno_any_constructAndConvert( pUnoExc, header->adjustedPtr, pExcTypeDescr, pCpp2Uno ); in fillUnoException()