Lines Matching refs:mpVerticalScrollBar
253 mpVerticalScrollBar.reset (new ScrollBar(GetParentWindow(), WinBits(WB_VSCROLL | WB_DRAG))); in construct()
254 mpVerticalScrollBar->SetRange(Range(0, 32000)); in construct()
255 mpVerticalScrollBar->SetScrollHdl(LINK(this, ViewShell, VScrollHdl)); in construct()
256 mpVerticalScrollBar->Show(); in construct()
258 mpVerticalScrollBar->GetSizePixel().Width(), in construct()
772 mpVerticalScrollBar.get()) == sal_True; in HandleScrollCommand()
961 if (mpVerticalScrollBar.get()!=NULL in GetBorder()
962 && mpVerticalScrollBar->IsVisible()) in GetBorder()
1009 if (mpVerticalScrollBar.get()!=NULL in ArrangeGUIElements()
1010 && mpVerticalScrollBar->IsVisible()) in ArrangeGUIElements()
1013 mpVerticalScrollBar->SetPosSizePixel ( in ArrangeGUIElements()
1023 && mpVerticalScrollBar.get()!=NULL in ArrangeGUIElements()
1024 && mpVerticalScrollBar->IsVisible()) in ArrangeGUIElements()
1598 if (mpVerticalScrollBar.get() != NULL) in ShowUIControls()
1599 mpVerticalScrollBar->Show( bVisible ); in ShowUIControls()
1626 if (mpVerticalScrollBar.get() != NULL) in RelocateToParentWindow()
1627 mpVerticalScrollBar->SetParent(mpParentWindow); in RelocateToParentWindow()