Searched refs:aVScrollBottom (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | tabview.cxx | 359 aVScrollBottom( pFrameWin, WinBits( WB_VSCROLL | WB_DRAG ) ), \ 660 lcl_SetPosSize( aVScrollBottom, Point(nPosX+nSizeX, in DoResize() 679 nBarX = aVScrollBottom.GetSizePixel().Width(); in DoResize() 694 Size aVScrSize = aVScrollBottom.GetSizePixel(); in DoResize() 696 aVScrollBottom.SetSizePixel( aVScrSize ); in DoResize() 762 nSplitWidth -= aVScrollBottom.GetSizePixel().Width(); in DoResize() 964 rBorder.Right() += aVScrollBottom.GetSizePixel().Width(); in GetBorderSize() 1224 if ( aViewData.GetVSplitMode()==SC_SPLIT_FIX && pScroll == &aVScrollBottom ) in IMPL_LINK() 1296 if ( aViewData.GetVSplitMode()==SC_SPLIT_FIX && pScroll == &aVScrollBottom ) in IMPL_LINK() 1753 ShowHide( &aVScrollBottom, bVScrollMode ); in UpdateShow() [all …]
|
H A D | tabview4.cxx | 433 …SetScrollBar( aVScrollBottom, nMaxYB, nVisYB, aViewData.GetPosY( SC_SPLIT_BOTTOM ) - nStartY, sal_… in UpdateScrollBars() 459 nDiff = lcl_UpdateBar( aVScrollBottom, nVisYB ); in UpdateScrollBars()
|
H A D | tabview5.cxx | 120 InitScrollBar( aVScrollBottom, MAXROW+1 ); in Init()
|
/trunk/main/sc/source/ui/inc/ |
H A D | tabview.hxx | 124 ScrollBar aVScrollBottom; // anfangs sichtbar member in ScTabView
|
Completed in 31 milliseconds