Home
last modified time | relevance | path

Searched refs:nScrBarWidth (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/svtools/source/control/
H A Dvalueset.cxx208 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()
[all …]