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.cxx266 long nInitScrPos = 0; in Paint() local
276 nInitScrPos = GetSizePixel().Height() - 1; in Paint()
278 nInitScrPos = GetSizePixel().Width() - 1; in Paint()
285 long nLineEnd = nInitScrPos - nLayoutSign; in Paint()
322 if ( nLineEnd * nLayoutSign >= nInitScrPos * nLayoutSign ) in Paint()
326 aFillRect = Rectangle( 0, nInitScrPos, nBarSize-1, nLineEnd ); in Paint()
328 aFillRect = Rectangle( nInitScrPos, 0, nLineEnd, nBarSize-1 ); in Paint()
449 long nScrPos=nInitScrPos; in Paint()