Lines Matching refs:mpVScrollbar
291 , 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()
451 if (!mpVScrollbar->IsVisible()) in DoResize()
455 mpVScrollbar->SetPosSizePixel( 0 + aWidth, 0, GetScrollbarWidth(), aHeight ); in DoResize()
456 mpVScrollbar->SetVisibleSize( PixelToLogic(Size(0,aHeight)).Height() ); in DoResize()
457 mpVScrollbar->SetPageSize( PixelToLogic(Size(0,aHeight)).Height() * 8 / 10 ); in DoResize()
458 mpVScrollbar->SetLineSize( mpOutliner->GetTextHeight() / 10 ); in DoResize()
460 mpVScrollbar->SetRange( Range(0, mpOutliner->GetTextHeight())); in DoResize()
487 …mpVScrollbar->SetThumbPos( mpOutlinerView->GetVisArea().Top()+ mpOutlinerView->GetEditView().GetCu… in SetScrollbar()
650 AllSettings aSettings2 = mpVScrollbar->GetSettings(); in SetColor()
657 mpVScrollbar->SetSettings(aSettings2); in SetColor()