Lines Matching refs:TPGalleryThemeProperties

82 							TPGalleryThemeProperties* pBrowser,  in SearchThread()
228 maSearchThread ( this, (TPGalleryThemeProperties*) pParent, rStartURL ) in SearchProgress()
280 TakeThread::TakeThread( TakeProgress* pProgess, TPGalleryThemeProperties* pBrowser, List& rTakenLis… in TakeThread()
356 maTakeThread ( this, (TPGalleryThemeProperties*) pWindow, maTakenList ) in TakeProgress()
383 TPGalleryThemeProperties* mpBrowser = (TPGalleryThemeProperties*) GetParent(); in IMPL_LINK()
619 AddTabPage( RID_SVXTABPAGE_GALLERYTHEME_FILES, TPGalleryThemeProperties::Create, 0 ); in GalleryThemeProperties()
641 ( (TPGalleryThemeProperties&) rPage ).SetXChgData( pData ); in PageCreated()
753 TPGalleryThemeProperties::TPGalleryThemeProperties( Window* pWindow, const SfxItemSet& rSet ) : in TPGalleryThemeProperties() function in TPGalleryThemeProperties
772 xDialogListener->SetDialogClosedLink( LINK( this, TPGalleryThemeProperties, DialogClosedHdl ) ); in TPGalleryThemeProperties()
780 void TPGalleryThemeProperties::SetXChgData( ExchangeData* _pData ) in SetXChgData()
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()
806 void TPGalleryThemeProperties::StartSearchFiles( const String& _rFolderURL, short _nDlgResult ) in StartSearchFiles()
820 TPGalleryThemeProperties::~TPGalleryThemeProperties() in ~TPGalleryThemeProperties()
834 SfxTabPage* TPGalleryThemeProperties::Create( Window* pParent, const SfxItemSet& rSet ) in Create()
836 return new TPGalleryThemeProperties( pParent, rSet ); in Create()
841 ::rtl::OUString TPGalleryThemeProperties::addExtension( const ::rtl::OUString& _rDisplayText, const… in addExtension()
860 void TPGalleryThemeProperties::FillFilterList() in FillFilterList()
983 IMPL_LINK( TPGalleryThemeProperties, SelectFileTypeHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1000 void TPGalleryThemeProperties::SearchFiles() in SearchFiles()
1014 pProgress->StartExecuteModal( LINK( this, TPGalleryThemeProperties, EndSearchProgressHdl ) ); in SearchFiles()
1019 IMPL_LINK( TPGalleryThemeProperties, ClickCloseBrowserHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1029 IMPL_LINK( TPGalleryThemeProperties, ClickSearchHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1079 void TPGalleryThemeProperties::TakeFiles() in TakeFiles()
1094 IMPL_LINK( TPGalleryThemeProperties, ClickPreviewHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1116 void TPGalleryThemeProperties::DoPreview() in DoPreview()
1145 IMPL_LINK( TPGalleryThemeProperties, ClickTakeHdl, void*, EMPTYARG ) in IMPL_LINK() argument
1172 IMPL_LINK( TPGalleryThemeProperties, ClickTakeAllHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1186 IMPL_LINK( TPGalleryThemeProperties, SelectFoundHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1219 IMPL_LINK( TPGalleryThemeProperties, DClickFoundHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1234 IMPL_LINK( TPGalleryThemeProperties, PreviewTimerHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1243 IMPL_LINK( TPGalleryThemeProperties, EndSearchProgressHdl, SearchProgress *, EMPTYARG ) in IMPL_LINK() argument
1264 IMPL_LINK( TPGalleryThemeProperties, DialogClosedHdl, ::com::sun::star::ui::dialogs::DialogClosedEv… in IMPL_LINK() argument