Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dvalueset.cxx429 long nScrBarWidth = 0; in Format() local
431 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() local
1108 nScrBarWidth = mpScrBar->GetSizePixel().Width(); in ImplScroll()
[all …]

Completed in 25 milliseconds