Lines Matching refs:nM2
1247 long nM2; // Pixel-Position von Margin2 in ImplFormat() local
1306 nM2 = mpData->nMargin2+nNullVirOff; in ImplFormat()
1310 if ( nM2 > nVirRight ) in ImplFormat()
1315 if ( nM2 > nP2 ) in ImplFormat()
1316 nM2 = nP2; in ImplFormat()
1320 nM2 = nVirRight+1; in ImplFormat()
1321 nP2 = nM2; in ImplFormat()
1330 ImplVDrawLine( nM2 +1, nVirTop, nP2 -1, nVirTop ); //top right line in ImplFormat()
1344 if ( nM2 < nP2 ) in ImplFormat()
1345 ImplVDrawRect( nM2+1, nVirTop, nP2, nVirBottom ); //right gray rectangle in ImplFormat()
1346 if ( nM2-nM1 > 0 ) in ImplFormat()
1349 ImplVDrawRect( nM1, nVirTop, nM2-1, nVirBottom ); //center rectangle in ImplFormat()
1364 if ( nM2 < nP2 ) in ImplFormat()
1366 … ImplVDrawLine( nM2+1, nVirBottom, nP2-1, nVirBottom );//bottom line of the right rectangle in ImplFormat()
1367 ImplVDrawLine( nM2+1, nVirTop, nM2+1, nVirBottom );//left line of the right rectangle in ImplFormat()
1379 if ( nM2 < nP2 ) in ImplFormat()
1380 ImplVDrawLine( nM2, nVirTop, nM2, nVirBottom ); in ImplFormat()