Home
last modified time | relevance | path

Searched refs:m_pRequest (Results 1 – 20 of 20) sorted by relevance

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/mircimport/
H A Dlibkvimircimport.cpp154 m_pRequest = nullptr; in KviRemoteMircServerImportWizard()
194 if(m_pRequest) in ~KviRemoteMircServerImportWizard()
195 delete m_pRequest; in ~KviRemoteMircServerImportWizard()
223 if(m_pRequest) in start()
224 delete m_pRequest; in start()
226 m_pRequest = new KviHttpRequest(); in start()
233 delete m_pRequest; in start()
234 m_pRequest = nullptr; in start()
248 if(!m_pRequest) in getListTerminated()
270 delete m_pRequest; in getListTerminated()
[all …]
H A Dlibkvimircimport.h76 KviHttpRequest * m_pRequest; variable
/dports/www/libwww/w3c-libwww-5.4.2/WinCom/
H A DProgress.cpp35 m_pRequest = pRequest; in CProgress()
63 m_pRequest->Cancel(); in BEGIN_MESSAGE_MAP()
H A DProgress.h54 CRequest * m_pRequest;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Duivwimp.hxx106 std::unique_ptr<SfxRequest> m_pRequest; member in SwView_Impl
163 SfxRequest* GetRequest() const { return m_pRequest.get(); } in GetRequest()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Duivwimp.hxx106 std::unique_ptr<SfxRequest> m_pRequest; member in SwView_Impl
163 SfxRequest* GetRequest() const { return m_pRequest.get(); } in GetRequest()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/options/
H A DOptionsWidget_identity.cpp133 m_pRequest = new KviHttpRequest(); in AvatarDownloadDialog()
145 delete m_pRequest; in ~AvatarDownloadDialog()
150 connect(m_pRequest, SIGNAL(terminated(bool)), this, SLOT(downloadTerminated(bool))); in startDownload()
151 connect(m_pRequest, SIGNAL(status(const QString &)), this, SLOT(downloadMessage(const QString &))); in startDownload()
157 m_pRequest->setExistingFileAction(KviHttpRequest::RenameExisting); in startDownload()
158 …if(!m_pRequest->get(KviUrl(m_szUrl), KviHttpRequest::StoreToFile, m_szLocalFileName.toUtf8().data(… in startDownload()
195 m_szErrorMessage = m_pRequest->lastError(); in downloadTerminated()
H A DOptionsWidget_identity.h90 KviHttpRequest * m_pRequest;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Duivwimp.cxx81 m_pRequest.reset(); in ~SwView_Impl()
268 m_pRequest.reset(new SfxRequest( rRequest )); in InitRequest()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Duivwimp.cxx86 m_pRequest.reset(); in ~SwView_Impl()
273 m_pRequest.reset(new SfxRequest( rRequest )); in InitRequest()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dcellsh.hxx44 SfxRequest* m_pRequest; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dcellsh.hxx44 SfxRequest* m_pRequest; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/
H A Dinteractionrequest.cxx131 : m_pRequest( pRequest ) in InteractionContinuation()
144 m_pRequest->setSelection( this ); in recordSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/provider/
H A Dinteractionrequest.cxx131 : m_pRequest( pRequest ) in InteractionContinuation()
144 m_pRequest->setSelection( this ); in recordSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dcellsh1.cxx2609 delete pImpl->m_pRequest; in ExecuteEdit()
2610 pImpl->m_pRequest = new SfxRequest( rReq ); in ExecuteEdit()
2621 pImpl->m_pRequest->AppendItem( SfxStringItem( SID_FILE_NAME, sFile ) ); in ExecuteEdit()
2623 … pImpl->m_pRequest->AppendItem( SfxStringItem( SID_FILTER_NAME, sFilter ) ); in ExecuteEdit()
2625 … pImpl->m_pRequest->AppendItem( SfxStringItem( SID_FILE_FILTEROPTIONS, sOptions ) ); in ExecuteEdit()
2627 pImpl->m_pRequest->AppendItem( SfxStringItem( FN_PARAM_1, sSource ) ); in ExecuteEdit()
2629 pImpl->m_pRequest->AppendItem( SfxUInt32Item( FN_PARAM_2, nRefresh ) ); in ExecuteEdit()
2632 … ExecuteExternalSource( sFile, sFilter, sOptions, sSource, nRefresh, *(pImpl->m_pRequest) ); in ExecuteEdit()
3068 m_pRequest( nullptr ) {} in CellShell_Impl()
H A Dcellsh.cxx97 delete pImpl->m_pRequest; in ~ScCellShell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dcellsh1.cxx2724 delete pImpl->m_pRequest; in ExecuteEdit()
2725 pImpl->m_pRequest = new SfxRequest( rReq ); in ExecuteEdit()
2736 pImpl->m_pRequest->AppendItem( SfxStringItem( SID_FILE_NAME, sFile ) ); in ExecuteEdit()
2738 … pImpl->m_pRequest->AppendItem( SfxStringItem( SID_FILTER_NAME, sFilter ) ); in ExecuteEdit()
2740 … pImpl->m_pRequest->AppendItem( SfxStringItem( SID_FILE_FILTEROPTIONS, sOptions ) ); in ExecuteEdit()
2742 pImpl->m_pRequest->AppendItem( SfxStringItem( FN_PARAM_1, sSource ) ); in ExecuteEdit()
2744 pImpl->m_pRequest->AppendItem( SfxUInt32Item( FN_PARAM_2, nRefresh ) ); in ExecuteEdit()
2747 … ExecuteExternalSource( sFile, sFilter, sOptions, sSource, nRefresh, *(pImpl->m_pRequest) ); in ExecuteEdit()
3371 m_pRequest( nullptr ) {} in CellShell_Impl()
H A Dcellsh.cxx96 delete pImpl->m_pRequest; in ~ScCellShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/ucbhelper/
H A Dinteractionrequest.hxx134 InteractionRequest* m_pRequest; member in ucbhelper::InteractionContinuation
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/ucbhelper/
H A Dinteractionrequest.hxx135 InteractionRequest* m_pRequest; member in ucbhelper::InteractionContinuation