Searched refs:nBarSize (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/sc/source/ui/view/ ! |
| H A D | hdrcont.cxx | 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() [all …]
|