/trunk/main/uui/source/ |
H A D | iahndl-locking.cxx | 69 uno::Reference< task::XInteractionApprove > xApprove; in handleLockedDocumentRequest_() local 74 if ( !xApprove.is() || !xDisapprove.is() || !xAbort.is() ) in handleLockedDocumentRequest_() 140 xApprove->select(); in handleLockedDocumentRequest_() 161 uno::Reference< task::XInteractionApprove > xApprove; in handleChangedByOthersRequest_() local 163 getContinuations(rContinuations, &xApprove, &xAbort); in handleChangedByOthersRequest_() 165 if ( !xApprove.is() || !xAbort.is() ) in handleChangedByOthersRequest_() 181 xApprove->select(); in handleChangedByOthersRequest_() 200 uno::Reference< task::XInteractionApprove > xApprove; in handleLockFileIgnoreRequest_() local 202 getContinuations(rContinuations, &xApprove, &xAbort); in handleLockFileIgnoreRequest_() 204 if ( !xApprove.is() || !xAbort.is() ) in handleLockFileIgnoreRequest_() [all …]
|
H A D | iahndl.cxx | 307 if (xApprove.is()) in isInformationalErrorMessageRequest() 1334 if (xApprove.is() && bWarning) in handleGenericErrorRequest() 1335 xApprove->select(); in handleGenericErrorRequest() 1378 if ( bApprove && xApprove.is() ) in handleMacroConfirmRequest() 1379 xApprove->select(); in handleMacroConfirmRequest() 1436 if ( xApprove.is() ) in handleFutureDocumentVersionUpdateRequest() 1437 xApprove->select(); in handleFutureDocumentVersionUpdateRequest() 1479 if( xApprove.is() && xDisapprove.is() ) in handleBrokenPackageRequest() 1512 if( xApprove.is() && xDisapprove.is() ) in handleBrokenPackageRequest() 1560 if (xApprove.is()) in handleBrokenPackageRequest() [all …]
|
H A D | iahndl-errorhandler.cxx | 207 uno::Reference< task::XInteractionApprove > xApprove; in handleErrorHandlerRequest() local 212 rContinuations, &xApprove, &xDisapprove, &xRetry, &xAbort); in handleErrorHandlerRequest() 254 WinBits nButtonMask = aButtonMask[(xApprove.is() ? 8 : 0) in handleErrorHandlerRequest() 281 OSL_ENSURE(xApprove.is() || xAbort.is(), "unexpected situation"); in handleErrorHandlerRequest() 282 if (xApprove.is()) in handleErrorHandlerRequest() 283 xApprove->select(); in handleErrorHandlerRequest() 307 OSL_ENSURE(xApprove.is(), "unexpected situation"); in handleErrorHandlerRequest() 308 if (xApprove.is()) in handleErrorHandlerRequest() 309 xApprove->select(); in handleErrorHandlerRequest()
|
H A D | iahndl-ssl.cxx | 273 uno::Reference< task::XInteractionApprove > xApprove; in handleCertificateValidationRequest_() local 275 getContinuations(rContinuations, &xApprove, &xAbort); in handleCertificateValidationRequest_() 362 if (xApprove.is()) in handleCertificateValidationRequest_() 363 xApprove->select(); in handleCertificateValidationRequest_()
|
/trunk/main/framework/source/interaction/ |
H A D | quietinteraction.cxx | 110 css::uno::Reference< css::task::XInteractionApprove > xApprove ; in handle() local 120 if( ! xApprove.is() ) in handle() 121 …xApprove = css::uno::Reference< css::task::XInteractionApprove >( lContinuations[i], css::uno::UN… in handle() 152 if (xApprove.is() && bWarning) in handle() 153 xApprove->select(); in handle() 162 if (xApprove.is()) in handle() 163 xApprove->select(); in handle()
|
/trunk/main/ucbhelper/source/provider/ |
H A D | simpleinteractionrequest.cxx | 45 uno::Reference< task::XInteractionContinuation > xApprove; in SimpleInteractionRequest() local 63 xApprove = new InteractionApprove( this ); in SimpleInteractionRequest() 86 if ( xApprove.is() ) in SimpleInteractionRequest() 87 aContinuations[ nLength++ ] = xApprove; in SimpleInteractionRequest() 113 uno::Reference< task::XInteractionApprove > xApprove( in getResponse() local 115 if ( xApprove.is() ) in getResponse()
|
H A D | simplecertificatevalidationrequest.cxx | 71 uno::Reference< task::XInteractionApprove > xApprove( in getResponse() local 73 if ( xApprove.is() ) in getResponse()
|
/trunk/main/comphelper/source/misc/ |
H A D | instancelocker.cxx | 348 uno::Reference< embed::XActionsApproval > xApprove = m_xApproval; in queryClosing() local 353 if ( xApprove.is() && xApprove->approveAction( embed::Actions::PREVENT_CLOSE ) ) in queryClosing() 408 uno::Reference< embed::XActionsApproval > xApprove = m_xApproval; in queryTermination() local 413 if ( xApprove.is() && xApprove->approveAction( embed::Actions::PREVENT_TERMINATION ) ) in queryTermination()
|
/trunk/main/javaunohelper/com/sun/star/comp/juhtest/ |
H A D | SmoketestCommandEnvironment.java | 114 com.sun.star.task.XInteractionApprove xApprove = in handle() local 116 if (xApprove != null) in handle() 117 xApprove.select(); in handle()
|
/trunk/main/fpicker/source/office/ |
H A D | fpinteraction.cxx | 73 Reference< XInteractionApprove > xApprove; in handle() local 83 if (!xApprove.is()) in handle() 84 xApprove = Reference< XInteractionApprove >(pConts[i], UNO_QUERY); in handle()
|
/trunk/main/framework/source/services/ |
H A D | desktop.cxx | 1389 … css::uno::Reference< css::task::XInteractionApprove > xApprove ; in handle() local 1399 if( ! xApprove.is() ) in handle() 1400 …xApprove = css::uno::Reference< css::task::XInteractionApprove >( lContinuations[nStep], css::uno… in handle() 1422 if (xApprove.is() && bWarning) in handle() 1423 xApprove->select(); in handle()
|
/trunk/main/offapi/com/sun/star/embed/ |
H A D | InstanceLocker.idl | 90 @param xApprove 102 [in] XActionsApproval xApprove )
|
/trunk/main/svx/source/form/ |
H A D | formcontroller.cxx | 2788 Reference< XRowSetApproveBroadcaster > xApprove( _rxForm, UNO_QUERY ); in startFormListening() local 2789 if ( xApprove.is() ) in startFormListening() 2790 xApprove->addRowSetApproveListener( this ); in startFormListening() 2821 Reference< XRowSetApproveBroadcaster > xApprove( _rxForm, UNO_QUERY ); in stopFormListening() local 2822 if (xApprove.is()) in stopFormListening() 2823 xApprove->removeRowSetApproveListener(this); in stopFormListening()
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | CurlSession.cxx | 592 … uno::Reference< task::XInteractionApprove > xApprove( xSelection.get(), uno::UNO_QUERY ); in verifyCertificateChain() local 593 if ( xApprove.is() ) in verifyCertificateChain()
|