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.cxx248 sal_uInt16 nBarSize; in Paint() local
254 nBarSize = (sal_uInt16) GetSizePixel().Width(); in Paint()
256 nBarSize = (sal_uInt16) GetSizePixel().Height(); in Paint()
326 aFillRect = Rectangle( 0, nInitScrPos, nBarSize-1, nLineEnd ); in Paint()
328 aFillRect = Rectangle( nInitScrPos, 0, nLineEnd, nBarSize-1 ); in Paint()
336 aFillRect = Rectangle( 0, nLineEnd+nLayoutSign, nBarSize-1, nPEnd ); in Paint()
338 aFillRect = Rectangle( nLineEnd+nLayoutSign, 0, nPEnd, nBarSize-1 ); in Paint()
354 DrawRect( Rectangle( 0, nTransStart, nBarSize-1, nTransEnd ) ); in Paint()
356 DrawRect( Rectangle( nTransStart, 0, nTransEnd, nBarSize-1 ) ); in Paint()
365 DrawRect( Rectangle( 0, nTransStart, nBarSize-1, nTransEnd ) ); in Paint()
[all …]