Lines Matching refs:nP2
1245 long nP2; // Pixel-Position von Page2 in ImplFormat() local
1309 nP2 = nVirRight; in ImplFormat()
1311 nP2++; in ImplFormat()
1314 nP2 = nNullVirOff-mpData->nNullOff+mpData->nPageWidth; in ImplFormat()
1315 if ( nM2 > nP2 ) in ImplFormat()
1316 nM2 = nP2; 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()
1364 if ( nM2 < nP2 ) in ImplFormat()
1366 … ImplVDrawLine( nM2+1, nVirBottom, nP2-1, nVirBottom );//bottom line of the right rectangle in ImplFormat()
1368 if ( nP2 <= nVirRight+1 ) in ImplFormat()
1369 … ImplVDrawLine( nP2-1, nVirTop, nP2-1, nVirBottom );//right line of the right rectangle in ImplFormat()
1379 if ( nM2 < nP2 ) in ImplFormat()
1381 if ( nP2 <= nVirRight+1 ) in ImplFormat()
1382 ImplVDrawLine( nP2, nVirTop, nP2, nVirBottom+1 ); in ImplFormat()
1389 long nMax = nP2; in ImplFormat()
1396 if ( nP2 < nVirRight ) in ImplFormat()
1405 ImplDrawBorders( nVirLeft, nP2, nVirTop, nVirBottom ); in ImplFormat()
1409 ImplDrawIndents( nVirLeft, nP2, nVirTop-1, nVirBottom+1 ); in ImplFormat()
1414 ImplDrawTabs( nVirLeft, nP2, nVirTop-1, nVirBottom+1 ); in ImplFormat()