Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx306 long nTransStart = nPEnd + 1; in Paint() local
315 nTemp = nTransStart; // swap nTransStart / nTransEnd in Paint()
316 nTransStart = nTransEnd; in Paint()
340 if ( nLineStart * nLayoutSign < nTransStart * nLayoutSign ) in Paint()
341 nTransStart = nLineStart; in Paint()
396 if ( nTransEnd * nLayoutSign >= nTransStart * nLayoutSign ) in Paint()
407 DrawRect( Rectangle( 0, nTransStart, nBarSize-1, nTransEnd ) ); in Paint()
409 DrawRect( Rectangle( nTransStart, 0, nTransEnd, nBarSize-1 ) ); in Paint()
439 if ( nTransEnd * nLayoutSign >= nTransStart * nLayoutSign && !bHighContrast ) in Paint()
489 aTransRect = Rectangle( 0, nTransStart, nBarSize-1, nTransEnd ); in Paint()
[all …]

Completed in 18 milliseconds