Lines Matching refs:nSBWidth
2548 long nSBWidth = GetSettings().GetStyleSettings().GetScrollBarSize(); in ImplResizeControls() local
2549 nSBWidth = CalcZoom( nSBWidth ); in ImplResizeControls()
2553 aInnerSz.Width() -= nSBWidth; in ImplResizeControls()
2555 aInnerSz.Height() -= nSBWidth; in ImplResizeControls()
2560 Point aWinPos( bMirroring && mbVScroll ? nSBWidth : 0, 0 ); in ImplResizeControls()
2567 mpScrollBarBox->SetPosSizePixel( aBoxPos, Size( nSBWidth, nSBWidth ) ); in ImplResizeControls()
2579 Point aVPos( bMirroring ? 0 : aOutSz.Width() - nSBWidth, 0 ); in ImplResizeControls()
2580 mpVScrollBar->SetPosSizePixel( aVPos, Size( nSBWidth, aInnerSz.Height() ) ); in ImplResizeControls()
2593 Point aHPos( ( bMirroring && mbVScroll ) ? nSBWidth : 0, aOutSz.Height() - nSBWidth ); in ImplResizeControls()
2594 mpHScrollBar->SetPosSizePixel( aHPos, Size( aInnerSz.Width(), nSBWidth ) ); in ImplResizeControls()
3241 long nSBWidth = GetSettings().GetStyleSettings().GetScrollBarSize(); in CalcFloatSize() local
3242 aFloatSz.Width() += nSBWidth; in CalcFloatSize()