Searched refs:aWrapped (Results 1 – 3 of 3) sorted by relevance
476 WrappedTargetException aWrapped; in setDependentFastPropertyValue() local477 aWrapped.TargetException <<= ::cppu::getCaughtException(); in setDependentFastPropertyValue()478 aWrapped.Context = static_cast< XPropertySet* >( this ); in setDependentFastPropertyValue()479 throw aWrapped; in setDependentFastPropertyValue()
463 WrappedTargetException aWrapped; in implHandleWrappedTargetException() local465 while ( aExamine >>= aWrapped ) in implHandleWrappedTargetException()468 if ( aWrapped.TargetException >>= aBasicError ) in implHandleWrappedTargetException()477 implAppendExceptionMsg( aMessageBuf, aWrapped, aExamine.getValueTypeName(), nLevel ); in implHandleWrappedTargetException()478 if ( aWrapped.TargetException.getValueTypeClass() == TypeClass_EXCEPTION ) in implHandleWrappedTargetException()483 aExamine = aWrapped.TargetException; in implHandleWrappedTargetException()
2962 lang::WrappedTargetException aWrapped; in executeReport() local2963 if ( aCaughtException >>= aWrapped ) in executeReport()2965 aThirdMessage.Message = aWrapped.Message; in executeReport()2966 aThirdMessage.Context = aWrapped.Context; in executeReport()
Completed in 48 milliseconds