Home
last modified time | relevance | path

Searched refs:wtExc (Results 1 – 2 of 2) sorted by relevance

/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx235 lang::WrappedTargetException wtExc; in handle() local
243 if (request >>= wtExc) { in handle()
247 wtExc.Context, UNO_QUERY ); in handle()
264 request = wtExc.TargetException; in handle()
269 update_( wtExc.TargetException ); in handle()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx389 lang::WrappedTargetException wtExc; in handle() local
400 if (request >>= wtExc) { in handle()
405 if (wtExc.TargetException >>= dpExc) in handle()
409 if (wtExc.TargetException >>= cfExc) in handle()
412 cause = wtExc.TargetException; in handle()
418 const uno::Reference< deployment::XPackage > xPackage( wtExc.Context, uno::UNO_QUERY ); in handle()