Lines Matching refs:SfxHelpTextWindow_Impl
2075 SfxHelpTextWindow_Impl::SfxHelpTextWindow_Impl( SfxHelpWindow_Impl* pParent ) : in SfxHelpTextWindow_Impl() function in SfxHelpTextWindow_Impl
2126 aOnStartupCB.SetClickHdl( LINK( this, SfxHelpTextWindow_Impl, CheckHdl ) ); in SfxHelpTextWindow_Impl()
2128 aSelectTimer.SetTimeoutHdl( LINK( this, SfxHelpTextWindow_Impl, SelectHdl ) ); in SfxHelpTextWindow_Impl()
2135 SvtMiscOptions().AddListenerLink( LINK( this, SfxHelpTextWindow_Impl, NotifyHdl ) ); in SfxHelpTextWindow_Impl()
2143 SfxHelpTextWindow_Impl::~SfxHelpTextWindow_Impl() in ~SfxHelpTextWindow_Impl()
2148 SvtMiscOptions().RemoveListenerLink( LINK( this, SfxHelpTextWindow_Impl, NotifyHdl ) ); in ~SfxHelpTextWindow_Impl()
2154 sal_Bool SfxHelpTextWindow_Impl::HasSelection() const in HasSelection()
2171 void SfxHelpTextWindow_Impl::InitToolBoxImages() in InitToolBoxImages()
2214 void SfxHelpTextWindow_Impl::InitOnStartupBox( bool bOnlyText ) in InitOnStartupBox()
2308 void SfxHelpTextWindow_Impl::SetOnStartupBoxPosition() in SetOnStartupBoxPosition()
2318 Reference< XBreakIterator > SfxHelpTextWindow_Impl::GetBreakIterator() in GetBreakIterator()
2328 Reference< XTextRange > SfxHelpTextWindow_Impl::getCursor() const in getCursor()
2360 bool SfxHelpTextWindow_Impl::isHandledKey( const KeyCode& _rKeyCode ) in isHandledKey()
2382 IMPL_LINK( SfxHelpTextWindow_Impl, SelectHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
2428 IMPL_LINK( SfxHelpTextWindow_Impl, NotifyHdl, SvtMiscOptions*, pOptions ) in IMPL_LINK() argument
2439 IMPL_LINK( SfxHelpTextWindow_Impl, FindHdl, sfx2::SearchDialog*, pDlg ) in IMPL_LINK() argument
2524 IMPL_LINK( SfxHelpTextWindow_Impl, CloseHdl, sfx2::SearchDialog*, pDlg ) in IMPL_LINK() argument
2534 IMPL_LINK( SfxHelpTextWindow_Impl, CheckHdl, CheckBox*, pBox ) in IMPL_LINK() argument
2558 void SfxHelpTextWindow_Impl::Resize() in Resize()
2569 long SfxHelpTextWindow_Impl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
2685 void SfxHelpTextWindow_Impl::GetFocus() in GetFocus()
2707 void SfxHelpTextWindow_Impl::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
2722 void SfxHelpTextWindow_Impl::ToggleIndex( sal_Bool bOn ) in ToggleIndex()
2739 void SfxHelpTextWindow_Impl::SelectSearchText( const String& rSearchText, sal_Bool _bIsFullWordSear… in SelectSearchText()
2748 void SfxHelpTextWindow_Impl::SetPageStyleHeaderOff() const in SetPageStyleHeaderOff()
2810 void SfxHelpTextWindow_Impl::CloseFrame() in CloseFrame()
2826 void SfxHelpTextWindow_Impl::DoSearch() in DoSearch()
2833 pSrchDlg->SetFindHdl( LINK( this, SfxHelpTextWindow_Impl, FindHdl ) ); in DoSearch()
2834 pSrchDlg->SetCloseHdl( LINK( this, SfxHelpTextWindow_Impl, CloseHdl ) ); in DoSearch()
3232 pTextWin = new SfxHelpTextWindow_Impl( this ); in SfxHelpWindow_Impl()