Lines Matching refs:SidebarTxtControl

65 SidebarTxtControl::SidebarTxtControl( SwSidebarWin& rSidebarWin,  in SidebarTxtControl()  function in sw::sidebarwindows::SidebarTxtControl
78 SidebarTxtControl::~SidebarTxtControl() in ~SidebarTxtControl()
83 OutlinerView* SidebarTxtControl::GetTextView() const in GetTextView()
88 void SidebarTxtControl::GetFocus() in GetFocus()
97 void SidebarTxtControl::LoseFocus() in LoseFocus()
109 void SidebarTxtControl::RequestHelp(const HelpEvent &rEvt) in RequestHelp()
133 void SidebarTxtControl::Paint( const Rectangle& rRect) in Paint()
173 void SidebarTxtControl::KeyInput( const KeyEvent& rKeyEvt ) in KeyInput()
234 void SidebarTxtControl::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
265 void SidebarTxtControl::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
301 void SidebarTxtControl::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
307 IMPL_LINK( SidebarTxtControl, OnlineSpellCallback, SpellCallbackInfo*, pInfo ) in IMPL_LINK() argument
316 IMPL_LINK( SidebarTxtControl, Select, Menu*, pSelMenu ) in IMPL_LINK() argument
322 void SidebarTxtControl::Command( const CommandEvent& rCEvt ) in Command()
330 Link aLink = LINK(this, SidebarTxtControl, OnlineSpellCallback); in Command()
336 ((PopupMenu*)pMgr->GetSVMenu())->SetSelectHdl( LINK(this, SidebarTxtControl, Select) ); in Command()
392 XubString SidebarTxtControl::GetSurroundingText() const in GetSurroundingText()
400 Selection SidebarTxtControl::GetSurroundingTextSelection() const in GetSurroundingTextSelection()
408 css::uno::Reference< css::accessibility::XAccessible > SidebarTxtControl::CreateAccessible() in CreateAccessible()