Lines Matching refs:SearchProgress
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()
1243 IMPL_LINK( TPGalleryThemeProperties, EndSearchProgressHdl, SearchProgress *, EMPTYARG ) in IMPL_LINK() argument