Home
last modified time | relevance | path

Searched refs:xAbort (Results 1 – 24 of 24) sorted by relevance

/trunk/main/uui/source/
H A Diahndl-filter.cxx95 uno::Reference< task::XInteractionAbort > xAbort; in handleNoSuchFilterRequest_() local
101 if (!xAbort.is()) in handleNoSuchFilterRequest_()
106 xAbort->select(); in handleNoSuchFilterRequest_()
124 xAbort->select(); in handleNoSuchFilterRequest_()
178 xAbort->select(); in handleNoSuchFilterRequest_()
193 xAbort->select(); in handleNoSuchFilterRequest_()
212 uno::Reference< task::XInteractionAbort > xAbort; in handleAmbigousFilterRequest_() local
282 if( xAbort.is() && xFilterTransport.is() ) in handleAmbigousFilterRequest_()
286 xAbort->select(); in handleAmbigousFilterRequest_()
302 xAbort->select(); in handleAmbigousFilterRequest_()
[all …]
H A Diahndl-locking.cxx71 uno::Reference< task::XInteractionAbort > xAbort; in handleLockedDocumentRequest_() local
74 if ( !xApprove.is() || !xDisapprove.is() || !xAbort.is() ) in handleLockedDocumentRequest_()
144 xAbort->select(); in handleLockedDocumentRequest_()
162 uno::Reference< task::XInteractionAbort > xAbort; in handleChangedByOthersRequest_() local
163 getContinuations(rContinuations, &xApprove, &xAbort); in handleChangedByOthersRequest_()
165 if ( !xApprove.is() || !xAbort.is() ) in handleChangedByOthersRequest_()
183 xAbort->select(); in handleChangedByOthersRequest_()
201 uno::Reference< task::XInteractionAbort > xAbort; in handleLockFileIgnoreRequest_() local
202 getContinuations(rContinuations, &xApprove, &xAbort); in handleLockFileIgnoreRequest_()
204 if ( !xApprove.is() || !xAbort.is() ) in handleLockFileIgnoreRequest_()
[all …]
H A Diahndl.cxx312 if (xAbort.is()) in isInformationalErrorMessageRequest()
1227 OSL_ENSURE( xAbort.is(), in handleNameClashResolveRequest()
1245 xAbort->select(); in handleNameClashResolveRequest()
1336 else if (xAbort.is()) in handleGenericErrorRequest()
1337 xAbort->select(); in handleGenericErrorRequest()
1380 else if ( xAbort.is() ) in handleMacroConfirmRequest()
1381 xAbort->select(); in handleMacroConfirmRequest()
1440 if ( xAbort.is() ) in handleFutureDocumentVersionUpdateRequest()
1483 else if ( xAbort.is() ) in handleBrokenPackageRequest()
1516 else if ( xAbort.is() ) in handleBrokenPackageRequest()
[all …]
H A Diahndl-errorhandler.cxx210 uno::Reference< task::XInteractionAbort > xAbort; in handleErrorHandlerRequest() local
212 rContinuations, &xApprove, &xDisapprove, &xRetry, &xAbort); in handleErrorHandlerRequest()
257 | (xAbort.is() ? 1 : 0)]; in handleErrorHandlerRequest()
281 OSL_ENSURE(xApprove.is() || xAbort.is(), "unexpected situation"); in handleErrorHandlerRequest()
284 else if (xAbort.is()) in handleErrorHandlerRequest()
285 xAbort->select(); in handleErrorHandlerRequest()
289 OSL_ENSURE(xAbort.is(), "unexpected situation"); in handleErrorHandlerRequest()
290 if (xAbort.is()) in handleErrorHandlerRequest()
291 xAbort->select(); in handleErrorHandlerRequest()
H A Diahndl-authentication.cxx201 uno::Reference< task::XInteractionAbort > xAbort; in handleAuthenticationRequest_() local
206 getContinuations(rContinuations, &xRetry, &xAbort, &xSupplyAuthentication); in handleAuthenticationRequest_()
405 if (xAbort.is()) in handleAuthenticationRequest_()
406 xAbort->select(); in handleAuthenticationRequest_()
479 uno::Reference< task::XInteractionAbort > xAbort; in handleMasterPasswordRequest_() local
482 getContinuations(rContinuations, &xRetry, &xAbort, &xSupplyAuthentication); in handleMasterPasswordRequest_()
505 if (xAbort.is()) in handleMasterPasswordRequest_()
506 xAbort->select(); in handleMasterPasswordRequest_()
587 uno::Reference< task::XInteractionAbort > xAbort; in handlePasswordRequest_() local
623 if (xAbort.is()) in handlePasswordRequest_()
[all …]
H A Diahndl-ssl.cxx274 uno::Reference< task::XInteractionAbort > xAbort; in handleCertificateValidationRequest_() local
275 getContinuations(rContinuations, &xApprove, &xAbort); in handleCertificateValidationRequest_()
367 if (xAbort.is()) in handleCertificateValidationRequest_()
368 xAbort->select(); in handleCertificateValidationRequest_()
/trunk/main/framework/source/interaction/
H A Dquietinteraction.cxx109 css::uno::Reference< css::task::XInteractionAbort > xAbort ; in handle() local
117 if ( ! xAbort.is() ) in handle()
118xAbort = css::uno::Reference< css::task::XInteractionAbort >( lContinuations[i], css::uno::UNO_QUE… in handle()
155 if (xAbort.is()) in handle()
156 xAbort->select(); in handle()
165 if (xAbort.is()) in handle()
166 xAbort->select(); in handle()
178 if (xAbort.is()) in handle()
179 xAbort->select(); in handle()
/trunk/main/fpicker/source/office/
H A Dfpinteraction.cxx72 Reference< XInteractionAbort > xAbort; in handle() local
81 if (!xAbort.is()) in handle()
82 xAbort = Reference< XInteractionAbort >(pConts[i], UNO_QUERY); in handle()
105 if (xAbort.is()) in handle()
106 xAbort->select(); in handle()
114 if (xAbort.is()) in handle()
115 xAbort->select(); in handle()
/trunk/main/ucbhelper/source/provider/
H A Dsimpleinteractionrequest.cxx43 uno::Reference< task::XInteractionContinuation > xAbort; in SimpleInteractionRequest() local
51 xAbort = new InteractionAbort( this ); in SimpleInteractionRequest()
80 if ( xAbort.is() ) in SimpleInteractionRequest()
81 aContinuations[ nLength++ ] = xAbort; in SimpleInteractionRequest()
103 uno::Reference< task::XInteractionAbort > xAbort( in getResponse() local
105 if ( xAbort.is() ) in getResponse()
H A Dsimplecertificatevalidationrequest.cxx61 uno::Reference< task::XInteractionAbort > xAbort( in getResponse() local
63 if ( xAbort.is() ) in getResponse()
/trunk/main/framework/source/fwe/interaction/
H A Dpreventduplicateinteraction.cxx167 …css::uno::Reference< css::task::XInteractionAbort > xAbort(lContinuations[i], css::uno::UNO_QUERY); in handle() local
168 if (xAbort.is()) in handle()
170 xAbort->select(); in handle()
225 …css::uno::Reference< css::task::XInteractionAbort > xAbort(lContinuations[i], css::uno::UNO_QUERY); in handleInteractionRequest() local
226 if (xAbort.is()) in handleInteractionRequest()
228 xAbort->select(); in handleInteractionRequest()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DInteractionHandler.java110 com.sun.star.task.XInteractionAbort xAbort = null; in handle() local
119 if (xAbort == null) in handle()
120xAbort = (com.sun.star.task.XInteractionAbort)AnyConverter.toObject(xAbortType, lContinuations[i]); in handle()
142 if (xAbort != null) in handle()
144 xAbort.select(); in handle()
/trunk/main/javaunohelper/com/sun/star/comp/juhtest/
H A DSmoketestCommandEnvironment.java123 com.sun.star.task.XInteractionAbort xAbort = in handle() local
125 if (xAbort != null) in handle()
126 xAbort.select(); in handle()
/trunk/main/comphelper/source/misc/
H A Dstillreadwriteinteraction.cxx145 …css::uno::Reference< css::task::XInteractionContinuation > xAbort = ::ucbhelper::InterceptedIntera… in intercepted() local
148 if (!xAbort.is()) in intercepted()
150 xAbort->select(); in intercepted()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DORowSet.java606 XInteractionAbort xAbort = null; in handle() local
607 xAbort = UnoRuntime.queryInterface(XInteractionAbort.class, xCont[i]); in handle()
608 if (xAbort != null) in handle()
609 xAbort.select(); in handle()
/trunk/main/framework/source/services/
H A Ddesktop.cxx1388 … css::uno::Reference< css::task::XInteractionAbort > xAbort ; in handle() local
1396 if( ! xAbort.is() ) in handle()
1397xAbort = css::uno::Reference< css::task::XInteractionAbort >( lContinuations[nStep], css::uno::UN… in handle()
1425 if (xAbort.is()) in handle()
1427 xAbort->select(); in handle()
1432 if( xAbort.is() ) in handle()
1434 xAbort->select(); in handle()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_extensionmanager.cxx1167 Reference<task::XAbortChannel> const &xAbort, in getDeployedExtensions() argument
1176 xAbort, xCmdEnv); in getDeployedExtensions()
1196 Reference<task::XAbortChannel> const & xAbort, in getAllExtensions() argument
1209 getUserRepository()->getDeployedPackages(xAbort, xCmdEnv); in getAllExtensions()
1212 getSharedRepository()->getDeployedPackages(xAbort, xCmdEnv); in getAllExtensions()
1215 getBundledRepository()->getDeployedPackages(xAbort, xCmdEnv); in getAllExtensions()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_mount.cxx131 uno::Reference< task::XInteractionAbort > xAbort(xSelection.get(), uno::UNO_QUERY ); in ooo_mount_operation_ask_password() local
132 if ( xAbort.is() ) in ooo_mount_operation_ask_password()
/trunk/main/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx90 uno::Reference< task::XInteractionAbort > xAbort( in authenticate() local
92 if ( !xAbort.is() ) in authenticate()
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx941 … ::rtl::Reference< ::comphelper::OInteractionAbort > xAbort = new ::comphelper::OInteractionAbort; in IMPL_LINK()
942 xRequest->addContinuation( xAbort.get() ); in IMPL_LINK()
957 else if ( xAbort->wasSelected() ) in IMPL_LINK()
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx967 Reference< XInteractionAbort > xAbort( xSelection.get(), UNO_QUERY ); in RequestPasswordFromUser() local
968 if ( !xAbort.is() ) in RequestPasswordFromUser()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx432 uno::Reference< task::XInteractionAbort > xAbort( in interactiveNameClashResolve() local
434 if ( xAbort.is() ) in interactiveNameClashResolve()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1632 uno::Reference< task::XInteractionAbort > xAbort(xSelection.get(), uno::UNO_QUERY ); in vfs_authentication_callback() local
1633 if ( !xAbort.is() ) { in vfs_authentication_callback()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx2899 uno::Reference< task::XInteractionAbort > xAbort( in obtainPassword() local
2901 if ( xAbort.is() ) in obtainPassword()

Completed in 129 milliseconds