Home
last modified time | relevance | path

Searched refs:aWrapped (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/cppuhelper/source/
H A Dpropshlp.cxx476 WrappedTargetException aWrapped; in setDependentFastPropertyValue() local
477 aWrapped.TargetException <<= ::cppu::getCaughtException(); in setDependentFastPropertyValue()
478 aWrapped.Context = static_cast< XPropertySet* >( this ); in setDependentFastPropertyValue()
479 throw aWrapped; in setDependentFastPropertyValue()
/aoo4110/main/basic/source/classes/
H A Dsbunoobj.cxx463 WrappedTargetException aWrapped; in implHandleWrappedTargetException() local
465 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()
/aoo4110/main/reportdesign/source/ui/report/
H A DReportController.cxx2962 lang::WrappedTargetException aWrapped; in executeReport() local
2963 if ( aCaughtException >>= aWrapped ) in executeReport()
2965 aThirdMessage.Message = aWrapped.Message; in executeReport()
2966 aThirdMessage.Context = aWrapped.Context; in executeReport()

Completed in 80 milliseconds