/aoo41x/main/stoc/source/javavm/ |
H A D | interact.cxx | 39 using stoc_javavm::InteractionRequest; 60 class InteractionRequest::RetryContinuation: 80 void SAL_CALL InteractionRequest::RetryContinuation::select() in select() 87 bool InteractionRequest::RetryContinuation::isSelected() const in isSelected() 93 InteractionRequest::InteractionRequest(css::uno::Any const & rRequest): in InteractionRequest() function in InteractionRequest 102 css::uno::Any SAL_CALL InteractionRequest::getRequest() in getRequest() 109 SAL_CALL InteractionRequest::getContinuations() in getContinuations() 115 bool InteractionRequest::retry() const in retry() 120 InteractionRequest::~InteractionRequest() in ~InteractionRequest()
|
H A D | interact.hxx | 40 class InteractionRequest: class 44 explicit InteractionRequest(com::sun::star::uno::Any const & rRequest); 58 InteractionRequest(InteractionRequest &); // not implemented 59 void operator =(InteractionRequest); // not implemented 61 virtual ~InteractionRequest();
|
H A D | javavm.cxx | 284 rtl::Reference< stoc_javavm::InteractionRequest > xRequest( in askForRetry() 285 new stoc_javavm::InteractionRequest(rException)); in askForRetry()
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | interactionrequest.cxx | 66 InteractionRequest::InteractionRequest() in InteractionRequest() function in InteractionRequest 72 InteractionRequest::InteractionRequest( const uno::Any & rRequest ) in InteractionRequest() function in InteractionRequest 79 InteractionRequest::~InteractionRequest() in ~InteractionRequest() 91 void InteractionRequest::setContinuations( in setContinuations() 100 InteractionRequest::getSelection() const in getSelection() 106 void InteractionRequest::setSelection( in setSelection() 119 void SAL_CALL InteractionRequest::acquire() in acquire() 127 void SAL_CALL InteractionRequest::release() in release() 198 uno::Any SAL_CALL InteractionRequest::getRequest() in getRequest() 207 InteractionRequest::getContinuations() in getContinuations() [all …]
|
H A D | cancelcommandexecution.cxx | 59 rtl::Reference< ucbhelper::InteractionRequest > xRequest in cancelCommandExecution() 60 = new ucbhelper::InteractionRequest( rException ); in cancelCommandExecution()
|
H A D | simpleinteractionrequest.cxx | 35 : InteractionRequest( rRequest ) in SimpleInteractionRequest()
|
/aoo41x/main/ucbhelper/inc/ucbhelper/ |
H A D | interactionrequest.hxx | 75 InteractionRequest(); 76 virtual ~InteractionRequest(); 192 InteractionAbort( InteractionRequest * pRequest ) in InteractionAbort() 229 InteractionRetry( InteractionRequest * pRequest ) in InteractionRetry() 266 InteractionApprove( InteractionRequest * pRequest ) in InteractionApprove() 303 InteractionDisapprove( InteractionRequest * pRequest ) in InteractionDisapprove() 377 InteractionRequest * pRequest, 417 InteractionRequest * pRequest, 566 InteractionRequest * pRequest, in InteractionSupplyAuthentication() 598 InteractionRequest * pRequest, in InteractionSupplyAuthentication() [all …]
|
H A D | simplecertificatevalidationrequest.hxx | 49 class UCBHELPER_DLLPUBLIC SimpleCertificateValidationRequest : public ucbhelper::InteractionRequest
|
H A D | simpleinteractionrequest.hxx | 66 class UCBHELPER_DLLPUBLIC SimpleInteractionRequest : public ucbhelper::InteractionRequest
|
H A D | simplenameclashresolverequest.hxx | 45 class UCBHELPER_DLLPUBLIC SimpleNameClashResolveRequest : public ucbhelper::InteractionRequest
|
H A D | simpleioerrorrequest.hxx | 45 class SimpleIOErrorRequest : public ucbhelper::InteractionRequest
|
H A D | simpleauthenticationrequest.hxx | 56 class UCBHELPER_DLLPUBLIC SimpleAuthenticationRequest : public ucbhelper::InteractionRequest
|
/aoo41x/main/desktop/source/deployment/misc/ |
H A D | dp_interact.cxx | 100 class InteractionRequest : class 107 inline InteractionRequest( in InteractionRequest() function in dp_misc::__anon2e9b26180111::InteractionRequest 123 Any InteractionRequest::getRequest() throw (RuntimeException) in getRequest() 130 InteractionRequest::getContinuations() throw (RuntimeException) in getContinuations() 158 new InteractionRequest( request, conts ) ); in interactContinuation()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docfile.cxx | 471 …::rtl::Reference< ::ucbhelper::InteractionRequest > xInteractionRequestImpl = new ::ucbhelper::Int… in CheckFileDate() 936 ::rtl::Reference< ::ucbhelper::InteractionRequest > xInteractionRequestImpl; in ShowLockedWebDAVDocumentDialog() 947 xInteractionRequestImpl = new ::ucbhelper::InteractionRequest( in ShowLockedWebDAVDocumentDialog() 952 xInteractionRequestImpl = new ::ucbhelper::InteractionRequest( in ShowLockedWebDAVDocumentDialog() 1015 ::rtl::Reference< ::ucbhelper::InteractionRequest > xInteractionRequestImpl; in ShowLockedDocumentDialog() 1022 xInteractionRequestImpl = new ::ucbhelper::InteractionRequest( uno::makeAny( in ShowLockedDocumentDialog() 1044 xInteractionRequestImpl = new ::ucbhelper::InteractionRequest( uno::makeAny( in ShowLockedDocumentDialog() 1049 xInteractionRequestImpl = new ::ucbhelper::InteractionRequest( uno::makeAny( in ShowLockedDocumentDialog() 1221 … ::rtl::Reference< ::ucbhelper::InteractionRequest > xIgnoreRequestImpl in LockOrigFileOnDemand() 1358 … ::rtl::Reference< ::ucbhelper::InteractionRequest > xIgnoreRequestImpl in LockOrigFileOnDemand() [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | InteractionRequest.java | 31 class InteractionRequest implements XInteractionRequest class 37 public InteractionRequest( Object aRequest ) in InteractionRequest() method in InteractionRequest
|
H A D | GridFieldValidator.java | 107 InteractionRequest aRequest = new InteractionRequest( aError ); in showInvalidValueMessage()
|
H A D | makefile.mk | 54 $(DESTDIRDEVGUIDEEXAMPLES)$/Forms$/InteractionRequest.java \
|
H A D | Makefile | 60 InteractionRequest.java \
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_passwordrequest.hxx | 85 class DocumentPasswordRequest : public ucbhelper::InteractionRequest
|
H A D | tdoc_passwordrequest.cxx | 48 InteractionSupplyPassword( ucbhelper::InteractionRequest * pRequest ) in InteractionSupplyPassword()
|
/aoo41x/main/framework/inc/framework/ |
H A D | interaction.hxx | 97 class FWE_DLLPUBLIC InteractionRequest class
|
/aoo41x/main/framework/source/fwe/dispatch/ |
H A D | interaction.cxx | 356 uno::Reference < task::XInteractionRequest > InteractionRequest::CreateRequest( in CreateRequest()
|
/aoo41x/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 1065 ucbhelper::InteractionRequest *ir = in UCBOpenContentSync() 1066 new ucbhelper::InteractionRequest(request); in UCBOpenContentSync()
|
/aoo41x/main/svl/source/inc/ |
H A D | passwordcontainer.hxx | 423 class MasterPasswordRequest_Impl : public ucbhelper::InteractionRequest
|
/aoo41x/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 1136 …aSettings.mxInteractionHandler->handle( framework::InteractionRequest::CreateRequest( aInteraction… in filter()
|