Searched refs:nScrBarWidth (Results 1 – 1 of 1) sorted by relevance
429 long nScrBarWidth = 0; in Format() local431 nScrBarWidth = mpScrBar->GetSizePixel().Width()+SCRBAR_OFFSET; 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() local1108 nScrBarWidth = mpScrBar->GetSizePixel().Width(); in ImplScroll()[all …]
Completed in 26 milliseconds