Home
last modified time | relevance | path

Searched refs:xRequest (Results 76 – 100 of 147) sorted by relevance

123456

/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.hxx96 … const css::uno::Reference< css::task::XInteractionRequest > & xRequest );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.hxx97 … const css::uno::Reference< css::task::XInteractionRequest > & xRequest );
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx67 rtl::Reference< ucbhelper::SimpleAuthenticationRequest > xRequest in authenticate() local
73 xIH->handle( xRequest.get() ); in authenticate()
76 = xRequest->getSelection(); in authenticate()
87 = xRequest->getAuthenticationSupplier(); in authenticate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx67 rtl::Reference< ucbhelper::SimpleAuthenticationRequest > xRequest in authenticate() local
73 xIH->handle( xRequest.get() ); in authenticate()
76 = xRequest->getSelection(); in authenticate()
87 = xRequest->getAuthenticationSupplier(); in authenticate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A DCollectionView.cxx156 Reference< XInteractionRequest > xRequest(pRequest); in IMPL_LINK_NOARG() local
160 xHandler->handle(xRequest); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav-neon/
H A DDAVResourceAccess.cxx72 rtl::Reference< ucbhelper::SimpleAuthenticationRequest > xRequest in authenticate() local
76 xIH->handle( xRequest ); in authenticate()
79 = xRequest->getSelection(); in authenticate()
90 = xRequest->getAuthenticationSupplier(); in authenticate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav-neon/
H A DDAVResourceAccess.cxx72 rtl::Reference< ucbhelper::SimpleAuthenticationRequest > xRequest in authenticate() local
76 xIH->handle( xRequest.get() ); in authenticate()
79 = xRequest->getSelection(); in authenticate()
90 = xRequest->getAuthenticationSupplier(); in authenticate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/misc/
H A DWCopyTable.cxx846 … ::rtl::Reference xRequest( new ::comphelper::OInteractionRequest( makeAny( aError ) ) ); in IMPL_LINK_NOARG()
848 xRequest->addContinuation( xYes ); in IMPL_LINK_NOARG()
849 xRequest->addContinuation( new ::comphelper::OInteractionDisapprove ); in IMPL_LINK_NOARG()
851 xRequest->addContinuation( xAbort ); in IMPL_LINK_NOARG()
853 m_xInteractionHandler->handle( xRequest ); in IMPL_LINK_NOARG()
1543 …::rtl::Reference< ::comphelper::OInteractionRequest > xRequest( new ::comphelper::OInteractionRequ… in showError()
1544 m_xInteractionHandler->handle( xRequest ); in showError()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/misc/
H A DWCopyTable.cxx850 … ::rtl::Reference xRequest( new ::comphelper::OInteractionRequest( makeAny( aError ) ) ); in IMPL_LINK_NOARG()
852 xRequest->addContinuation( xYes.get() ); in IMPL_LINK_NOARG()
853 xRequest->addContinuation( new ::comphelper::OInteractionDisapprove ); in IMPL_LINK_NOARG()
855 xRequest->addContinuation( xAbort.get() ); in IMPL_LINK_NOARG()
857 m_xInteractionHandler->handle( xRequest.get() ); in IMPL_LINK_NOARG()
1531 …::rtl::Reference< ::comphelper::OInteractionRequest > xRequest( new ::comphelper::OInteractionRequ… in showError()
1532 m_xInteractionHandler->handle( xRequest.get() ); in showError()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/migration/services/
H A Doo3extensionmigration.hxx105 css::uno::Reference< css::task::XInteractionRequest > const & xRequest ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx161 css::uno::Reference<css::task::XInteractionRequest > const & xRequest ) override;
270 Reference<css::task::XInteractionRequest > const & xRequest ) in handle()
272 css::uno::Any request( xRequest->getRequest() ); in handle()
287 xInteraction->handle(xRequest); in handle()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx160 css::uno::Reference<css::task::XInteractionRequest > const & xRequest ) override;
269 Reference<css::task::XInteractionRequest > const & xRequest ) in handle()
271 css::uno::Any request( xRequest->getRequest() ); in handle()
286 xInteraction->handle(xRequest); in handle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx331 Reference< XInteractionRequest > xRequest = new OInteractionRequest(aSQLException); in implFillTables() local
337 xHandler->handle(xRequest); in implFillTables()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx331 Reference< XInteractionRequest > xRequest = new OInteractionRequest(aSQLException); in implFillTables() local
337 xHandler->handle(xRequest); in implFillTables()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/lib/
H A Dlokinteractionhandler.hxx77 …andleMacroConfirmationRequest(const css::uno::Reference<css::task::XInteractionRequest>& xRequest);
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1042 …::rtl::Reference< ::comphelper::OInteractionRequest > xRequest( new ::comphelper::OInteractionRequ… in impl_processCopyError_nothrow()
1045 xRequest->addContinuation( xYes ); in impl_processCopyError_nothrow()
1046 xRequest->addContinuation( new ::comphelper::OInteractionDisapprove ); in impl_processCopyError_nothrow()
1051 m_xInteractionHandler->handle( xRequest ); in impl_processCopyError_nothrow()
1427 …::rtl::Reference< ::comphelper::OInteractionRequest > xRequest( new ::comphelper::OInteractionRequ… in impl_doCopy_nothrow()
1428 m_xInteractionHandler->handle( xRequest ); in impl_doCopy_nothrow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1064 …::rtl::Reference< ::comphelper::OInteractionRequest > xRequest( new ::comphelper::OInteractionRequ… in impl_processCopyError_nothrow()
1067 xRequest->addContinuation( xYes.get() ); in impl_processCopyError_nothrow()
1068 xRequest->addContinuation( new ::comphelper::OInteractionDisapprove ); in impl_processCopyError_nothrow()
1073 m_xInteractionHandler->handle( xRequest.get() ); in impl_processCopyError_nothrow()
1404 …::rtl::Reference< ::comphelper::OInteractionRequest > xRequest( new ::comphelper::OInteractionRequ… in impl_doCopy_nothrow()
1405 m_xInteractionHandler->handle( xRequest.get() ); in impl_doCopy_nothrow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/migration/services/
H A Doo3extensionmigration.hxx121 css::uno::Reference< css::task::XInteractionRequest > const & xRequest ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/core/
H A Ducbcmds.cxx355 rtl::Reference< ucbhelper::SimpleNameClashResolveRequest > xRequest( in interactiveNameClashResolve() local
361 rException = xRequest->getRequest(); in interactiveNameClashResolve()
369 xIH->handle( xRequest ); in interactiveNameClashResolve()
372 xSelection( xRequest->getSelection() ); in interactiveNameClashResolve()
404 rNewName = xRequest->getNewName(); in interactiveNameClashResolve()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/core/
H A Ducbcmds.cxx358 rtl::Reference< ucbhelper::SimpleNameClashResolveRequest > xRequest( in interactiveNameClashResolve() local
364 rException = xRequest->getRequest(); in interactiveNameClashResolve()
372 xIH->handle( xRequest.get() ); in interactiveNameClashResolve()
375 xSelection( xRequest->getSelection() ); in interactiveNameClashResolve()
407 rNewName = xRequest->getNewName(); in interactiveNameClashResolve()
/dports/net/xmlrpc-epi/xmlrpc-epi-0.54.2/src/
H A Dxmlrpc.c325 XMLRPC_REQUEST xRequest = calloc(1, sizeof(STRUCT_XMLRPC_REQUEST)); in XMLRPC_RequestNew() local
326 if(xRequest) { in XMLRPC_RequestNew()
327 simplestring_init(&xRequest->methodName); in XMLRPC_RequestNew()
329 return xRequest; in XMLRPC_RequestNew()
/dports/net/php73-xmlrpc/php-7.3.33/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c308 XMLRPC_REQUEST xRequest = ecalloc(1, sizeof(STRUCT_XMLRPC_REQUEST)); in XMLRPC_RequestNew() local
309 if(xRequest) { in XMLRPC_RequestNew()
310 simplestring_init(&xRequest->methodName); in XMLRPC_RequestNew()
312 return xRequest; in XMLRPC_RequestNew()
/dports/net/pecl-xmlrpc/xmlrpc-1.0.0RC2/libxmlrpc/
H A Dxmlrpc.c305 XMLRPC_REQUEST xRequest = ecalloc(1, sizeof(STRUCT_XMLRPC_REQUEST)); in XMLRPC_RequestNew() local
306 if(xRequest) { in XMLRPC_RequestNew()
307 simplestring_init(&xRequest->methodName); in XMLRPC_RequestNew()
309 return xRequest; in XMLRPC_RequestNew()
/dports/net/php74-xmlrpc/php-7.4.27/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c305 XMLRPC_REQUEST xRequest = ecalloc(1, sizeof(STRUCT_XMLRPC_REQUEST)); in XMLRPC_RequestNew() local
306 if(xRequest) { in XMLRPC_RequestNew()
307 simplestring_init(&xRequest->methodName); in XMLRPC_RequestNew()
309 return xRequest; in XMLRPC_RequestNew()
/dports/lang/php73/php-7.3.33/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c308 XMLRPC_REQUEST xRequest = ecalloc(1, sizeof(STRUCT_XMLRPC_REQUEST)); in XMLRPC_RequestNew() local
309 if(xRequest) { in XMLRPC_RequestNew()
310 simplestring_init(&xRequest->methodName); in XMLRPC_RequestNew()
312 return xRequest; in XMLRPC_RequestNew()

123456