Searched refs:nTransStart (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/sc/source/ui/view/ |
| H A D | hdrcont.cxx | 263 long nTransStart = nPEnd + 1; in Paint() local 272 nTemp = nTransStart; // swap nTransStart / nTransEnd in Paint() 273 nTransStart = nTransEnd; in Paint() 297 if ( nLineStart * nLayoutSign < nTransStart * nLayoutSign ) in Paint() 298 nTransStart = nLineStart; in Paint() 344 if ( nTransEnd * nLayoutSign >= nTransStart * nLayoutSign ) 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() 367 DrawRect( Rectangle( nTransStart, 0, nTransEnd, nBarSize-1 ) ); in Paint() [all …]
|