Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx237 long nBarSize = bVertical ? aWinSize.Width() : aWinSize.Height(); in DrawShadedRect() local
238 long nCenterPos = (nBarSize / 2) - 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()
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()
[all …]

Completed in 12 milliseconds