Home
last modified time | relevance | path

Searched refs:mpVScrollbar (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx109 , mpVScrollbar(0) in SwSidebarWin()
185 if (mpVScrollbar) in ~SwSidebarWin()
187 mpVScrollbar->RemoveEventListener( LINK( this, SwSidebarWin, WindowEventListener ) ); in ~SwSidebarWin()
188 delete mpVScrollbar; in ~SwSidebarWin()
189 mpVScrollbar = 0; in ~SwSidebarWin()
351 mpVScrollbar = new ScrollBar(this, WB_3DLOOK |WB_VSCROLL|WB_DRAG); in InitControls()
352 mpVScrollbar->EnableNativeWidget(false); in InitControls()
353 mpVScrollbar->EnableRTL( false ); in InitControls()
354 mpVScrollbar->SetScrollHdl(LINK(this, SwSidebarWin, ScrollHdl)); in InitControls()
355 mpVScrollbar->EnableDrag(); in InitControls()
[all …]
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx291 , mpVScrollbar(0) in AnnotationWindow()
305 delete mpVScrollbar; in ~AnnotationWindow()
360 mpVScrollbar = new ScrollBar(this, WB_3DLOOK |WB_VSCROLL|WB_DRAG); in InitControls()
361 mpVScrollbar->EnableNativeWidget(false); in InitControls()
362 mpVScrollbar->EnableRTL( false ); in InitControls()
363 mpVScrollbar->SetScrollHdl(LINK(this, AnnotationWindow, ScrollHdl)); in InitControls()
364 mpVScrollbar->EnableDrag(); in InitControls()
395 mpVScrollbar->Show(); in InitControls()
435 mpVScrollbar->Show(); in DoResize()
439 mpVScrollbar->Hide(); in DoResize()
[all …]
H A Dannotationwindow.hxx96 ScrollBar* mpVScrollbar; member in sd::AnnotationWindow
125 ScrollBar* Scrollbar() { return mpVScrollbar;} in Scrollbar()
/trunk/main/sw/inc/
H A DSidebarWin.hxx93 inline ScrollBar* Scrollbar() { return mpVScrollbar; } in Scrollbar()
218 ScrollBar* mpVScrollbar; member in sw::sidebarwindows::SwSidebarWin