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.cxx239 lang::WrappedTargetException wtExc; in handle() local
247 if (request >>= wtExc) { in handle()
251 wtExc.Context, UNO_QUERY ); in handle()
268 request = wtExc.TargetException; in handle()
273 update_( wtExc.TargetException ); in handle()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx359 lang::WrappedTargetException wtExc; in handle() local
370 if (request >>= wtExc) { in handle()
375 if (wtExc.TargetException >>= dpExc) in handle()
379 if (wtExc.TargetException >>= cfExc) in handle()
382 cause = wtExc.TargetException; in handle()
388 const uno::Reference< deployment::XPackage > xPackage( wtExc.Context, uno::UNO_QUERY ); in handle()

Completed in 30 milliseconds