Searched refs:wtExc (Results 1 – 2 of 2) sorted by relevance
239 lang::WrappedTargetException wtExc; in handle() local247 if (request >>= wtExc) { in handle()251 wtExc.Context, UNO_QUERY ); in handle()268 request = wtExc.TargetException; in handle()273 update_( wtExc.TargetException ); in handle()
359 lang::WrappedTargetException wtExc; in handle() local370 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 17 milliseconds