Lines Matching refs:SfxHelpIndexWindow_Impl

444 	Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin, const ResId& rResId ) :  in HelpTabPage_Impl()
455 ContentTabPage_Impl::ContentTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin ) : in ContentTabPage_Impl()
561 IndexTabPage_Impl::IndexTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin ) : in IndexTabPage_Impl()
977 SearchTabPage_Impl::SearchTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin ) : in SearchTabPage_Impl()
1380 BookmarksTabPage_Impl::BookmarksTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin ) : in BookmarksTabPage_Impl()
1579 SfxHelpIndexWindow_Impl::SfxHelpIndexWindow_Impl( SfxHelpWindow_Impl* _pParent ) : in SfxHelpIndexWindow_Impl() function in SfxHelpIndexWindow_Impl
1587 aIndexKeywordLink ( LINK( this, SfxHelpIndexWindow_Impl, KeywordHdl ) ), in SfxHelpIndexWindow_Impl()
1603 aTabCtrl.SetActivatePageHdl( LINK( this, SfxHelpIndexWindow_Impl, ActivatePageHdl ) ); in SfxHelpIndexWindow_Impl()
1612 aActiveLB.SetSelectHdl( LINK( this, SfxHelpIndexWindow_Impl, SelectHdl ) ); in SfxHelpIndexWindow_Impl()
1615 aTimer.SetTimeoutHdl( LINK( this, SfxHelpIndexWindow_Impl, InitHdl ) ); in SfxHelpIndexWindow_Impl()
1622 SfxHelpIndexWindow_Impl::~SfxHelpIndexWindow_Impl() in ~SfxHelpIndexWindow_Impl()
1640 void SfxHelpIndexWindow_Impl::Initialize() in Initialize()
1667 void SfxHelpIndexWindow_Impl::SetActiveFactory() in SetActiveFactory()
1694 HelpTabPage_Impl* SfxHelpIndexWindow_Impl::GetCurrentPage( sal_uInt16& rCurId ) in GetCurrentPage()
1732 IMPL_LINK( SfxHelpIndexWindow_Impl, ActivatePageHdl, TabControl *, pTabCtrl ) in IMPL_LINK() argument
1742 IMPL_LINK( SfxHelpIndexWindow_Impl, SelectHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument
1751 IMPL_LINK( SfxHelpIndexWindow_Impl, InitHdl, Timer *, EMPTYARG ) in IMPL_LINK() argument
1757 aTimer.SetTimeoutHdl( LINK( this, SfxHelpIndexWindow_Impl, SelectFactoryHdl ) ); in IMPL_LINK()
1765 IMPL_LINK( SfxHelpIndexWindow_Impl, SelectFactoryHdl, Timer *, EMPTYARG ) in IMPL_LINK() argument
1781 IMPL_LINK( SfxHelpIndexWindow_Impl, KeywordHdl, IndexTabPage_Impl *, EMPTYARG ) in IMPL_LINK() argument
1807 void SfxHelpIndexWindow_Impl::Resize() in Resize()
1830 long SfxHelpIndexWindow_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
1880 void SfxHelpIndexWindow_Impl::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1894 void SfxHelpIndexWindow_Impl::SetDoubleClickHdl( const Link& rLink ) in SetDoubleClickHdl()
1909 void SfxHelpIndexWindow_Impl::SetFactory( const String& rFactory, sal_Bool bActive ) in SetFactory()
1924 String SfxHelpIndexWindow_Impl::GetSelectEntry() const in GetSelectEntry()
1952 void SfxHelpIndexWindow_Impl::AddBookmarks( const String& rTitle, const String& rURL ) in AddBookmarks()
1959 bool SfxHelpIndexWindow_Impl::IsValidFactory( const String& _rFactory ) in IsValidFactory()
1976 void SfxHelpIndexWindow_Impl::ClearSearchPage() in ClearSearchPage()
1984 void SfxHelpIndexWindow_Impl::GrabFocusBack() in GrabFocusBack()
1998 sal_Bool SfxHelpIndexWindow_Impl::HasFocusOnEdit() const in HasFocusOnEdit()
2010 String SfxHelpIndexWindow_Impl::GetSearchText() const in GetSearchText()
2020 sal_Bool SfxHelpIndexWindow_Impl::IsFullWordSearch() const in IsFullWordSearch()
2030 void SfxHelpIndexWindow_Impl::OpenKeyword( const String& rKeyword ) in OpenKeyword()
2039 void SfxHelpIndexWindow_Impl::SelectExecutableEntry() in SelectExecutableEntry()
3074 IMPL_LINK( SfxHelpWindow_Impl, OpenHdl, SfxHelpIndexWindow_Impl* , EMPTYARG ) in IMPL_LINK() argument
3119 IMPL_LINK( SfxHelpWindow_Impl, SelectFactoryHdl, SfxHelpIndexWindow_Impl* , pWin ) in IMPL_LINK() argument
3228 pIndexWin = new SfxHelpIndexWindow_Impl( this ); in SfxHelpWindow_Impl()