Home
last modified time | relevance | path

Searched refs:SearchProgress (Results 1 – 7 of 7) sorted by relevance

/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dthumbnailpicker.cpp133 ui->SearchProgress->setMinimum(0); in slotProcessGoogleResult()
134 ui->SearchProgress->setMaximum(nImages - 1); in slotProcessGoogleResult()
163 if (!ui->SearchProgress->isHidden()) in slotJobResult()
165 ui->SearchProgress->setValue(ui->SearchProgress->value() + 1); in slotJobResult()
166 if (ui->SearchProgress->value() == ui->SearchProgress->maximum()) in slotJobResult()
168 ui->SearchProgress->hide(); in slotJobResult()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/inc/
H A Dcuigaldlg.hxx38 class SearchProgress;
53 SearchProgress* mpProgress;
66 SearchThread(SearchProgress* pProgress,
71 class SearchProgress : public weld::GenericDialogController class
84SearchProgress(weld::Window* pParent, TPGalleryThemeProperties* pTabPage, const INetURLObject& rSt…
86 virtual ~SearchProgress() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/inc/
H A Dcuigaldlg.hxx37 class SearchProgress;
52 SearchProgress* mpProgress;
65 SearchThread(SearchProgress* pProgress,
70 class SearchProgress : public weld::GenericDialogController class
83SearchProgress(weld::Window* pParent, TPGalleryThemeProperties* pTabPage, const INetURLObject& rSt…
85 virtual ~SearchProgress() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dcuigaldlg.cxx64 SearchThread::SearchThread(SearchProgress* pProgress, in SearchThread()
102 Application::PostUserEvent(LINK(mpProgress, SearchProgress, CleanUpHdl)); in execute()
189 SearchProgress::SearchProgress(weld::Window* pParent, TPGalleryThemeProperties* pTabPage, const INe… in SearchProgress() function in SearchProgress
198 m_xBtnCancel->connect_clicked(LINK(this, SearchProgress, ClickCancelBtn)); in SearchProgress()
201 SearchProgress::~SearchProgress() in ~SearchProgress()
205 IMPL_LINK_NOARG(SearchProgress, ClickCancelBtn, weld::Button&, void) in IMPL_LINK_NOARG() argument
211 IMPL_LINK_NOARG(SearchProgress, CleanUpHdl, void*, void) in IMPL_LINK_NOARG() argument
219 void SearchProgress::LaunchThread() in LaunchThread()
796 std::shared_ptr<SearchProgress> xProgress(new SearchProgress(GetFrameWeld(), this, aURL)); in SearchFiles()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dcuigaldlg.cxx65 SearchThread::SearchThread(SearchProgress* pProgress, in SearchThread()
103 Application::PostUserEvent(LINK(mpProgress, SearchProgress, CleanUpHdl)); in execute()
190 SearchProgress::SearchProgress(weld::Window* pParent, TPGalleryThemeProperties* pTabPage, const INe… in SearchProgress() function in SearchProgress
199 m_xBtnCancel->connect_clicked(LINK(this, SearchProgress, ClickCancelBtn)); in SearchProgress()
202 SearchProgress::~SearchProgress() in ~SearchProgress()
206 IMPL_LINK_NOARG(SearchProgress, ClickCancelBtn, weld::Button&, void) in IMPL_LINK_NOARG() argument
212 IMPL_LINK_NOARG(SearchProgress, CleanUpHdl, void*, void) in IMPL_LINK_NOARG() argument
220 void SearchProgress::LaunchThread() in LaunchThread()
797 auto xProgress = std::make_shared<SearchProgress>(GetFrameWeld(), this, aURL); in SearchFiles()
/dports/devel/upp/upp/uppsrc/CodeEditor/
H A DFindReplace.cpp242 if(!SearchProgress(line)) in RegExpFind()
356 if(!SearchProgress(back ? GetLineCount() - line : line)) in FindFrom()
937 bool CodeEditor::SearchProgress(int line) in SearchProgress() function in Upp::CodeEditor
H A DCodeEditor.h347 bool SearchProgress(int line);