Lines Matching refs:nScrBarWidth
208 long nScrBarWidth = GetSettings().GetStyleSettings().GetScrollBarSize(); in ImplInitScrollBar() local
209 mpScrBar->SetPosSizePixel( 0, 0, nScrBarWidth, 0, WINDOW_POSSIZE_WIDTH ); in ImplInitScrollBar()
429 long nScrBarWidth = 0; in Format() local
431 nScrBarWidth = mpScrBar->GetSizePixel().Width()+SCRBAR_OFFSET; in Format()
438 mnCols = (sal_uInt16)((aWinSize.Width()-nScrBarWidth+nSpace) / (mnUserItemWidth+nSpace)); in Format()
485 if ( nItemWidth > aWinSize.Width()-nScrBarWidth-nColSpace ) in Format()
486 nItemWidth = aWinSize.Width()-nScrBarWidth-nColSpace; in Format()
489 nItemWidth = (aWinSize.Width()-nScrBarWidth-nColSpace) / mnCols; in Format()
567 nStartX = (aWinSize.Width()-nScrBarWidth-nAllItemWidth)/2; in Format()
659 Point aPos( aWinSize.Width()-nScrBarWidth+SCRBAR_OFFSET, 0 ); in Format()
660 Size aSize( nScrBarWidth-SCRBAR_OFFSET, aWinSize.Height() ); in Format()
1105 long nScrBarWidth; in ImplScroll() local
1108 nScrBarWidth = mpScrBar->GetSizePixel().Width(); in ImplScroll()
1110 nScrBarWidth = 0; in ImplScroll()
1112 if ( !mbScroll || (rPos.X() < 0) || (rPos.X() > aOutSize.Width()-nScrBarWidth) ) in ImplScroll()