Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx261 long nPEnd = bVertical ? rRect.Bottom() : rRect.Right(); in Paint() local
263 long nTransStart = nPEnd + 1; in Paint()
270 nPStart = nPEnd; in Paint()
271 nPEnd = nTemp; in Paint()
303 if ( nLineEnd * nLayoutSign > nPEnd * nLayoutSign ) in Paint()
305 nLineEnd = nPEnd; in Paint()
332 if ( nLineEnd * nLayoutSign < nPEnd * nLayoutSign ) in Paint()
336 aFillRect = Rectangle( 0, nLineEnd+nLayoutSign, nBarSize-1, nPEnd ); in Paint()
338 aFillRect = Rectangle( nLineEnd+nLayoutSign, 0, nPEnd, nBarSize-1 ); in Paint()
459 nScrPos = nPEnd + nLayoutSign; // beyond nPEnd -> stop in Paint()
[all …]