Lines Matching refs:nVirLeft
1250 long nVirLeft; // Linke/Obere-Kante bei Ausgabe in ImplFormat() local
1259 nVirLeft = mpData->nRulVirOff; in ImplFormat()
1260 nVirRight = nVirLeft+mpData->nRulWidth-1; in ImplFormat()
1292 nP1 = nVirLeft; in ImplFormat()
1293 if ( nM1 < nVirLeft ) in ImplFormat()
1301 nM1 = nVirLeft-1; in ImplFormat()
1329 ImplVDrawLine( nVirLeft, nVirTop, nM1 - 1, nVirTop ); //top left line in ImplFormat()
1342 if ( nM1 > nVirLeft ) in ImplFormat()
1354 if ( nM1 > nVirLeft ) in ImplFormat()
1358 if ( nP1 >= nVirLeft ) in ImplFormat()
1375 if ( nP1 >= nVirLeft ) in ImplFormat()
1388 long nMin = nVirLeft; in ImplFormat()
1394 if ( nP1 > nVirLeft ) 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()