Lines Matching refs:nM1
1246 long nM1; // Pixel-Position von Margin1 in ImplFormat() local
1289 nM1 = mpData->nMargin1+nNullVirOff; in ImplFormat()
1293 if ( nM1 < nVirLeft ) in ImplFormat()
1301 nM1 = nVirLeft-1; in ImplFormat()
1302 nP1 = nM1; in ImplFormat()
1329 ImplVDrawLine( nVirLeft, nVirTop, nM1 - 1, nVirTop ); //top left line in ImplFormat()
1342 if ( nM1 > nVirLeft ) in ImplFormat()
1343 ImplVDrawRect( nP1, nVirTop, nM1-1, nVirBottom ); //left gray rectangle in ImplFormat()
1346 if ( nM2-nM1 > 0 ) in ImplFormat()
1349 ImplVDrawRect( nM1, nVirTop, nM2-1, nVirBottom ); //center rectangle in ImplFormat()
1354 if ( nM1 > nVirLeft ) in ImplFormat()
1356 ImplVDrawLine( nM1-1, nVirTop, nM1-1, nVirBottom );//right line of the left rectangle in ImplFormat()
1357 ImplVDrawLine( nP1, nVirBottom, nM1-1, nVirBottom );//bottom line of the left rectangle in ImplFormat()
1377 if ( nM1 > nP1 ) in ImplFormat()
1378 ImplVDrawLine( nM1, nVirTop, nM1, nVirBottom ); in ImplFormat()