Lines Matching refs:GetVScrollBar

131 	GetVScrollBar()->SetRange( Range(0, 1000) );  in DBG_NAME()
134 GetVScrollBar()->SetLineSize( LINE_SIZE ); in DBG_NAME()
137 GetVScrollBar()->Show(); in DBG_NAME()
160 GetVScrollBar()->SetScrollHdl( LINK(m_pTableView, OJoinTableView, ScrollHdl) ); in setTableView()
167 GetVScrollBar()->SetRange( Range(0, aPos.Y() + TABWIN_SPACING_Y) ); in resetRange()
176 long nVScrollWidth = GetVScrollBar()->GetSizePixel().Width(); in Resize()
183 GetVScrollBar()->SetPosSizePixel( in Resize()
196 GetVScrollBar()->SetPageSize( aTotalOutputSize.Height() ); in Resize()
197 GetVScrollBar()->SetVisibleSize( aTotalOutputSize.Height() ); in Resize()
204 lRange = GetVScrollBar()->GetRange().Max() - GetVScrollBar()->GetRange().Min(); in Resize()
206GetVScrollBar()->SetRangeMax(m_pTableView->GetScrollOffset().Y() + aTotalOutputSize.Height() + Get… in Resize()
277 m_aScrollOffset.Y() = GetVScrollBar()->GetThumbPos(); in Resize()
482 ScrollBar* pBar = _pView->GetVScrollBar(); in isScrollAllowed()
555 sal_Int32 nVRangeMax = _pView->GetVScrollBar()->GetRangeMax(); in getMovementImpl()
559 …if ( bVisbile && aSize.Height() + _pView->GetVScrollBar()->GetThumbPos() + _nScrollY > nVRangeMax ) in getMovementImpl()
681 if(!GetVScrollBar()->GetRange().IsInside(aBottom.Y())) in SetDefaultTabWinPosSize()
682 GetVScrollBar()->SetRange( Range(0, aBottom.Y()) ); in SetDefaultTabWinPosSize()
777 long nOldThumbPos = GetVScrollBar()->GetThumbPos(); in ScrollPane()
784 if( nNewThumbPos > GetVScrollBar()->GetRange().Max() ) in ScrollPane()
786 nNewThumbPos = GetVScrollBar()->GetRange().Max(); in ScrollPane()
789 GetVScrollBar()->SetThumbPos( nNewThumbPos ); in ScrollPane()
790 nDelta = GetVScrollBar()->GetThumbPos() - nOldThumbPos; in ScrollPane()
797 (GetVScrollBar()->GetThumbPos()==m_aScrollOffset.Y()) ) in ScrollPane()
805 m_aScrollOffset.Y() = GetVScrollBar()->GetThumbPos(); in ScrollPane()
875 …s = m_pDragWin->GetPosPixel() + Point(GetHScrollBar()->GetThumbPos(), GetVScrollBar()->GetThumbPos… in Tracking()
1231 Point ptThumbPos(GetHScrollBar()->GetThumbPos(), GetVScrollBar()->GetThumbPos()); in TabWinMoved()