Home
last modified time | relevance | path

Searched refs:SidebarTxtControl (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx62 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()
[all …]
H A DSidebarTxtControlAcc.cxx53 SidebarTextEditSource( SidebarTxtControl& rSidebarTxtControl );
68 SidebarTxtControl& mrSidebarTxtControl;
73 SidebarTextEditSource::SidebarTextEditSource( SidebarTxtControl& rSidebarTxtControl ) in SidebarTextEditSource()
145 explicit SidebarTxtControlAccessibleContext( SidebarTxtControl& rSidebarTxtControl );
173 SidebarTxtControl& mrSidebarTxtControl;
181 SidebarTxtControlAccessibleContext::SidebarTxtControlAccessibleContext( SidebarTxtControl& rSidebar… in SidebarTxtControlAccessibleContext()
290 SidebarTxtControlAccessible::SidebarTxtControlAccessible( SidebarTxtControl& rSidebarTxtControl ) in SidebarTxtControlAccessible()
H A DSidebarTxtControlAcc.hxx31 class SidebarTxtControl;
36 explicit SidebarTxtControlAccessible( SidebarTxtControl& rSidebarTxtControl );
43 SidebarTxtControl& mrSidebarTxtControl;
H A DSidebarTxtControl.hxx38 class SidebarTxtControl : public Control class
62 SidebarTxtControl( SwSidebarWin& rSidebarWin,
66 ~SidebarTxtControl();
H A DSidebarWin.cxx290 mpSidebarTxtControl = new SidebarTxtControl( *this, in InitControls()
/trunk/main/sw/inc/
H A DSidebarWin.hxx57 class SidebarTxtControl;
217 sw::sidebarwindows::SidebarTxtControl* mpSidebarTxtControl;
/trunk/main/sw/
H A DLibrary_sw.mk587 sw/source/ui/docvw/SidebarTxtControl \