Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx309 long nInitScrPos = 0; in Paint() local
319 nInitScrPos = GetSizePixel().Height() - 1; in Paint()
321 nInitScrPos = GetSizePixel().Width() - 1; in Paint()
328 long nLineEnd = nInitScrPos - nLayoutSign; in Paint()
365 if ( nLineEnd * nLayoutSign >= nInitScrPos * nLayoutSign ) in Paint()
372 aFillRect = Rectangle( 0, nInitScrPos, nBarSize-1, nLineEnd ); in Paint()
374 aFillRect = Rectangle( nInitScrPos, 0, nLineEnd, nBarSize-1 ); in Paint()
380 DrawShadedRect( nInitScrPos, nLineEnd, rStyleSettings.GetFaceColor() ); in Paint()
500 long nScrPos=nInitScrPos; in Paint()

Completed in 22 milliseconds