Searched refs:SfxHelpIndexWindow_Impl (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sfx2/source/appl/ |
| H A D | newhelp.hxx | 101 class SfxHelpIndexWindow_Impl; 106 SfxHelpIndexWindow_Impl* m_pIdxWin; 109 HelpTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin, const ResId& rResId ); 122 ContentTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin ); 170 IndexTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin ); 243 SearchTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin ); 287 BookmarksTabPage_Impl( Window* pParent, SfxHelpIndexWindow_Impl* _pIdxWin ); 303 class SfxHelpIndexWindow_Impl : public Window class 344 SfxHelpIndexWindow_Impl( SfxHelpWindow_Impl* pParent ); 345 ~SfxHelpIndexWindow_Impl(); [all …]
|
| H A D | newhelp.cxx | 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() [all …]
|