Searched refs:SearchProgress (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/cui/source/inc/ |
H A D | cuigaldlg.hxx | 54 class SearchProgress; 75 SearchProgress* mpProgress; 88 SearchThread( SearchProgress* pProgess, 98 class SearchProgress : public ModalDialog class 113 SearchProgress( Window* pParent, const INetURLObject& rStartURL ); 114 ~SearchProgress() {}; in ~SearchProgress() 354 DECL_LINK( EndSearchProgressHdl, SearchProgress* );
|
/aoo41x/main/cui/source/dialogs/ |
H A D | cuigaldlg.cxx | 81 SearchThread::SearchThread( SearchProgress* pProgess, in SearchThread() 127 Application::PostUserEvent( LINK( mpProgress, SearchProgress, CleanUpHdl ) ); in onTerminated() 221 SearchProgress::SearchProgress( Window* pParent, const INetURLObject& rStartURL ) : in SearchProgress() function in SearchProgress 231 aBtnCancel.SetClickHdl( LINK( this, SearchProgress, ClickCancelBtn ) ); in SearchProgress() 236 void SearchProgress::Terminate() in Terminate() 243 IMPL_LINK( SearchProgress, ClickCancelBtn, void*, EMPTYARG ) in IMPL_LINK() argument 251 IMPL_LINK( SearchProgress, CleanUpHdl, void*, EMPTYARG ) in IMPL_LINK() argument 260 short SearchProgress::Execute() in Execute() 270 void SearchProgress::StartExecuteModal( const Link& rEndDialogHdl ) in StartExecuteModal() 1002 SearchProgress* pProgress = new SearchProgress( this, aURL ); in SearchFiles() [all …]
|
/aoo41x/main/cui/source/factory/ |
H A D | dlgfact.hxx | 235 class SearchProgress; 238 DECL_ABSTDLG_BASE(AbstractSearchProgress_Impl,SearchProgress)
|
H A D | dlgfact.cxx | 488 return SearchProgress::LinkStubCleanUpHdl; in GetLinkStubCleanUpHdl() 1201 SearchProgress* pDlg = new SearchProgress( pParent, rStartURL); in CreateSearchProgressDialog()
|
Completed in 37 milliseconds