Lines Matching refs:SidebarTxtControl
62 SidebarTxtControl::SidebarTxtControl( SwSidebarWin& rSidebarWin, in SidebarTxtControl() function in sw::sidebarwindows::SidebarTxtControl
75 SidebarTxtControl::~SidebarTxtControl() in ~SidebarTxtControl()
80 OutlinerView* SidebarTxtControl::GetTextView() const in GetTextView()
85 void SidebarTxtControl::GetFocus() in GetFocus()
94 void SidebarTxtControl::LoseFocus() in LoseFocus()
106 void SidebarTxtControl::RequestHelp(const HelpEvent &rEvt) in RequestHelp()
130 void SidebarTxtControl::Paint( const Rectangle& rRect) in Paint()
170 void SidebarTxtControl::KeyInput( const KeyEvent& rKeyEvt ) in KeyInput()
231 void SidebarTxtControl::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
262 void SidebarTxtControl::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
298 void SidebarTxtControl::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
304 IMPL_LINK( SidebarTxtControl, OnlineSpellCallback, SpellCallbackInfo*, pInfo ) in IMPL_LINK() argument
313 IMPL_LINK( SidebarTxtControl, Select, Menu*, pSelMenu ) in IMPL_LINK() argument
319 void SidebarTxtControl::Command( const CommandEvent& rCEvt ) in Command()
327 Link aLink = LINK(this, SidebarTxtControl, OnlineSpellCallback); in Command()
333 ((PopupMenu*)pMgr->GetSVMenu())->SetSelectHdl( LINK(this, SidebarTxtControl, Select) ); in Command()
389 XubString SidebarTxtControl::GetSurroundingText() const in GetSurroundingText()
397 Selection SidebarTxtControl::GetSurroundingTextSelection() const in GetSurroundingTextSelection()
405 css::uno::Reference< css::accessibility::XAccessible > SidebarTxtControl::CreateAccessible() in CreateAccessible()