Lines Matching refs:LINK

127 	Application::PostUserEvent( LINK( mpProgress, SearchProgress, CleanUpHdl ) );  in onTerminated()
231 aBtnCancel.SetClickHdl( LINK( this, SearchProgress, ClickCancelBtn ) ); in SearchProgress()
344 Application::PostUserEvent( LINK( mpProgress, TakeProgress, CleanUpHdl ) ); in onTerminated()
360 aBtnCancel.SetClickHdl( LINK( this, TakeProgress, ClickCancelBtn ) ); in TakeProgress()
464 aBtnCancel.SetClickHdl( LINK( this, ActualizeProgress, ClickCancelBtn ) ); in ActualizeProgress()
477 pTimer->SetTimeoutHdl( LINK( this, ActualizeProgress, TimeoutHdl ) ); in Execute()
507 pTheme->Actualize( LINK( this, ActualizeProgress, ActualizeHdl ), &aStatusProgress ); in IMPL_LINK()
571 aBtnOk.SetClickHdl( LINK( this, GalleryIdDialog, ClickOkHdl ) ); in GalleryIdDialog()
772 xDialogListener->SetDialogClosedLink( LINK( this, TPGalleryThemeProperties, DialogClosedHdl ) ); in TPGalleryThemeProperties()
784 aPreviewTimer.SetTimeoutHdl( LINK( this, TPGalleryThemeProperties, PreviewTimerHdl ) ); in SetXChgData()
786 aBtnSearch.SetClickHdl(LINK(this, TPGalleryThemeProperties, ClickSearchHdl)); in SetXChgData()
787 aBtnTake.SetClickHdl(LINK(this, TPGalleryThemeProperties, ClickTakeHdl)); in SetXChgData()
788 aBtnTakeAll.SetClickHdl(LINK(this, TPGalleryThemeProperties, ClickTakeAllHdl)); in SetXChgData()
789 aCbxPreview.SetClickHdl(LINK(this, TPGalleryThemeProperties, ClickPreviewHdl)); in SetXChgData()
790 aCbbFileType.SetSelectHdl(LINK(this, TPGalleryThemeProperties, SelectFileTypeHdl)); in SetXChgData()
792 aLbxFound.SetDoubleClickHdl(LINK(this, TPGalleryThemeProperties, DClickFoundHdl)); in SetXChgData()
793 aLbxFound.SetSelectHdl(LINK(this, TPGalleryThemeProperties, SelectFoundHdl)); in SetXChgData()
1014 pProgress->StartExecuteModal( LINK( this, TPGalleryThemeProperties, EndSearchProgressHdl ) ); in SearchFiles()