Searched refs:mpVerticalScrollBar (Results 1 – 15 of 15) sorted by relevance
67 mpVerticalScrollBar->Hide(); in ScrollBarManager()94 if( bool(mpVerticalScrollBar)) in Connect() local111 if( bool(mpVerticalScrollBar) ) in Disconnect() local148 if( bool(mpVerticalScrollBar) && mpVerticalScrollBar->IsVisible()) in PlaceScrollBars() local252 if( bool(mpVerticalScrollBar) && mpVerticalScrollBar->IsVisible()) in UpdateScrollBars() local254 mpVerticalScrollBar->SetRange ( in UpdateScrollBars()464 if (( ! mpVerticalScrollBar in SetTopLeft()473 if (mpVerticalScrollBar) in SetTopLeft()493 if( bool(mpVerticalScrollBar)) in GetTop() local515 if( bool(mpVerticalScrollBar) && mpVerticalScrollBar->IsVisible()) in GetVerticalScrollBarWidth() local[all …]
68 mpVerticalScrollBar(new ScrollBar(this)) in Deck()85 mpVerticalScrollBar->SetText(A2S("VerticalScrollBar")); in Deck()125 mpVerticalScrollBar.reset(); in Dispose()252 if ( ! mpVerticalScrollBar) in ProcessWheelEvent()254 if ( ! mpVerticalScrollBar->IsVisible()) in ProcessWheelEvent()260 if (rEvent.GetWindow() != mpVerticalScrollBar.get()) in ProcessWheelEvent()274 mpVerticalScrollBar->DoScroll( in ProcessWheelEvent()275 mpVerticalScrollBar->GetThumbPos() - nDelta); in ProcessWheelEvent()309 *mpVerticalScrollBar); in RequestLayout()325 if (mpVerticalScrollBar && mpVerticalScrollBar->IsVisible()) in ShowPanel()[all …]
104 ::boost::scoped_ptr<ScrollBar> mpVerticalScrollBar;
60 mpVerticalScrollBar(NULL), in EditWindow()103 delete mpVerticalScrollBar; in ~EditWindow()485 if (mpVerticalScrollBar == NULL) in CreateEditView()486 mpVerticalScrollBar = new ScrollBar ( in CreateEditView()556 aPt.Y() = mpVerticalScrollBar->GetSizePixel().Height(); in IMPL_LINK_INLINE_END()570 if (mpVerticalScrollBar != NULL) in SetScrollBarRanges()573 mpVerticalScrollBar->SetRange(Range(0, nTmp)); in SetScrollBarRanges()590 if (mpVerticalScrollBar != NULL) in InitScrollBars()592 mpVerticalScrollBar->SetVisibleSize(aOut.Height()); in InitScrollBars()606 if (mpVerticalScrollBar != NULL) in InitScrollBars()[all …]
61 ScrollBar* mpVerticalScrollBar; member in sd::notes::EditWindow
119 if (mpVerticalScrollBar.get() != NULL) in UpdateScrollBars()130 mpVerticalScrollBar->SetVisibleSize(256); in UpdateScrollBars()132 mpVerticalScrollBar->SetLineSize(256); in UpdateScrollBars()133 mpVerticalScrollBar->SetPageSize(256); in UpdateScrollBars()137 mpVerticalScrollBar->SetRange(Range(0,32000)); in UpdateScrollBars()138 mpVerticalScrollBar->SetVisibleSize(nH); in UpdateScrollBars()139 mpVerticalScrollBar->SetThumbPos(nY); in UpdateScrollBars()143 mpVerticalScrollBar->SetLineSize(nLine); in UpdateScrollBars()144 mpVerticalScrollBar->SetPageSize(nPage); in UpdateScrollBars()346 mpVerticalScrollBar->SetThumbPos(nNewThumb); in Scroll()[all …]
256 mpVerticalScrollBar->Show(); in construct()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()[all …]
1594 aResult.Width() += mpVerticalScrollBar->GetSizePixel().Width(); in GetOptimalSizePixel()
284 mpVerticalScrollBar(), in PresenterSlideSorter()367 mpVerticalScrollBar)); in PresenterSlideSorter()424 if (mpVerticalScrollBar.is()) in disposing()428 mpVerticalScrollBar = NULL; in disposing()860 if (mpVerticalScrollBar.get() != NULL) in PlaceScrollBars()870 mpVerticalScrollBar->SetVisible(true); in PlaceScrollBars()1130 if (mpVerticalScrollBar.is()) in Paint()1131 mpVerticalScrollBar->SetCanvas(mxCanvas); in Paint()1271 mpVerticalScrollBar(rpVerticalScrollBar) in Layout()1665 if (mpVerticalScrollBar.get() != NULL) in UpdateScrollBars()[all …]
184 ::rtl::Reference<PresenterScrollBar> mpVerticalScrollBar;
135 mpVerticalScrollBar(rpVerticalScrollBar), in SlideSorter()160 mpVerticalScrollBar(new ScrollBar(&rParentWindow,WinBits(WB_VSCROLL | WB_DRAG))), in SlideSorter()236 mpVerticalScrollBar.reset(); in ~SlideSorter()265 return mpVerticalScrollBar; in GetVerticalScrollBar()
194 mpVerticalScrollBar, in Initialize()
200 ::boost::shared_ptr<ScrollBar> mpVerticalScrollBar;
238 ::boost::shared_ptr<ScrollBar> mpVerticalScrollBar;
484 ::boost::shared_ptr<ScrollBar> mpVerticalScrollBar;
Completed in 64 milliseconds