Home
last modified time | relevance | path

Searched refs:pConts (Results 1 – 8 of 8) sorted by relevance

/trunk/main/fpicker/source/office/
H A Dfpinteraction.cxx78 const Reference< XInteractionContinuation >* pConts = lConts.getConstArray(); in handle() local
82 xAbort = Reference< XInteractionAbort >(pConts[i], UNO_QUERY); in handle()
84 xApprove = Reference< XInteractionApprove >(pConts[i], UNO_QUERY); in handle()
86 xDisapprove = Reference< XInteractionDisapprove >(pConts[i], UNO_QUERY); in handle()
88 xRetry = Reference< XInteractionRetry >(pConts[i], UNO_QUERY); in handle()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_commandenvironments.cxx100 Reference< task::XInteractionContinuation > const * pConts = in handle_() local
107 pConts[ pos ], uno::UNO_QUERY ); in handle_()
116 pConts[ pos ], uno::UNO_QUERY ); in handle_()
/trunk/main/desktop/source/app/
H A Dcheck_ext_deps.cxx155 Reference< task::XInteractionContinuation > const * pConts = conts.getConstArray(); in handle() local
162 … uno::Reference< task::XInteractionApprove > xInteractionApprove( pConts[ pos ], uno::UNO_QUERY ); in handle()
168 … uno::Reference< task::XInteractionAbort > xInteractionAbort( pConts[ pos ], uno::UNO_QUERY ); in handle()
H A Dapp.cxx803 const css::uno::Reference< css::task::XInteractionContinuation>* pConts = conts.getConstArray(); in handle() local
809 …css::uno::Reference< css::task::XInteractionApprove> xInteractionApprove( pConts[ pos ], css::uno:… in handle()
819 …css::uno::Reference< css::task::XInteractionAbort > xInteractionAbort( pConts[ pos ], css::uno::UN… in handle()
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx313 Reference<task::XInteractionContinuation> const * pConts = in handle() local
320 pConts[ pos ], UNO_QUERY ); in handle()
328 pConts[ pos ], UNO_QUERY ); in handle()
/trunk/main/desktop/source/migration/services/
H A Doo3extensionmigration.cxx538 Reference< task::XInteractionContinuation > const * pConts = in handle() local
545 pConts[ pos ], uno::UNO_QUERY ); in handle()
554 pConts[ pos ], uno::UNO_QUERY ); in handle()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.cxx702 cssu::Reference< css::task::XInteractionContinuation > const * pConts = in handle() local
709 pConts[ pos ], cssu::UNO_QUERY ); in handle()
718 pConts[ pos ], cssu::UNO_QUERY ); in handle()
H A Ddp_gui_extensioncmdqueue.cxx522 uno::Reference< task::XInteractionContinuation > const * pConts = conts.getConstArray(); in handle() local
527 … uno::Reference< task::XInteractionApprove > xInteractionApprove( pConts[ pos ], uno::UNO_QUERY ); in handle()
535 … uno::Reference< task::XInteractionAbort > xInteractionAbort( pConts[ pos ], uno::UNO_QUERY ); in handle()