Lines Matching refs:nBarSize

237     long nBarSize = bVertical ? aWinSize.Width() : aWinSize.Height();  in DrawShadedRect()  local
238 long nCenterPos = (nBarSize / 2) - 1; in DrawShadedRect()
253 DrawRect( Rectangle( nCenterPos+1, nStart, nBarSize-1, nEnd ) ); in DrawShadedRect()
255 DrawRect( Rectangle( nStart, nCenterPos+1, nEnd, nBarSize-1 ) ); in DrawShadedRect()
291 sal_uInt16 nBarSize; in Paint() local
297 nBarSize = (sal_uInt16) GetSizePixel().Width(); in Paint()
299 nBarSize = (sal_uInt16) GetSizePixel().Height(); in Paint()
372 aFillRect = Rectangle( 0, nInitScrPos, nBarSize-1, nLineEnd ); in Paint()
374 aFillRect = Rectangle( nInitScrPos, 0, nLineEnd, nBarSize-1 ); in Paint()
388 aFillRect = Rectangle( 0, nLineEnd+nLayoutSign, nBarSize-1, nPEnd ); in Paint()
390 aFillRect = Rectangle( nLineEnd+nLayoutSign, 0, nPEnd, nBarSize-1 ); in Paint()
407 DrawRect( Rectangle( 0, nTransStart, nBarSize-1, nTransEnd ) ); in Paint()
409 DrawRect( Rectangle( nTransStart, 0, nTransEnd, nBarSize-1 ) ); in Paint()
432 long nDarkPos = bMirrored ? 0 : nBarSize-1; in Paint()
436 DrawLine( Point( nPStart, nBarSize-1 ), Point( nLineEnd, nBarSize-1 ) ); in Paint()
444 long nDarkPos = bMirrored ? 0 : nBarSize-1; in Paint()
448 DrawLine( Point( nTransStart, nBarSize-1 ), Point( nTransEnd, nBarSize-1 ) ); in Paint()
489 aTransRect = Rectangle( 0, nTransStart, nBarSize-1, nTransEnd ); in Paint()
491 aTransRect = Rectangle( nTransStart, 0, nTransEnd, nBarSize-1 ); in Paint()
525 aEndPos = Point( aScrPos.X()+nBarSize-1, aScrPos.Y()+(nSizePix-1)*nLayoutSign ); in Paint()
527 aEndPos = Point( aScrPos.X()+(nSizePix-1)*nLayoutSign, aScrPos.Y()+nBarSize-1 ); in Paint()
576 aTxtPos.X() += (nBarSize-aTextSize.Width())/2; in Paint()
584 aTxtPos.Y() += (nBarSize-aTextSize.Height())/2; in Paint()