Lines Matching refs:nx2
487 long nx2=GetView().aGridFin.Width(); in DrawPageViewGrid() local
491 if (nx1==0) nx1=nx2; in DrawPageViewGrid()
492 if (nx2==0) nx2=nx1; in DrawPageViewGrid()
495 if (nx1==0) { nx1=ny1; nx2=ny2; } in DrawPageViewGrid()
496 if (ny1==0) { ny1=nx1; ny2=nx2; } in DrawPageViewGrid()
498 if (nx2<0) nx2=-nx2; in DrawPageViewGrid()
531 FASTBOOL bHoriSolid=nx2<aMinDotDist.Width(); in DrawPageViewGrid()
567 FASTBOOL bHoriFine=nx2<nx1; in DrawPageViewGrid()
616 while (xFinOrg>=x1) xFinOrg-=nx2; in DrawPageViewGrid()
617 while (xFinOrg<x1) xFinOrg+=nx2; in DrawPageViewGrid()
631 sal_uInt16 nSteps = sal_uInt16(nx1 / nx2); in DrawPageViewGrid()
632 sal_uInt32 nRestPerStepMul1000 = nSteps ? ( ((nx1 * 1000L)/ nSteps) - (nx2 * 1000L) ) : 0; in DrawPageViewGrid()
640 Rectangle( xFinOrg + (a * nx2) + nPointOffset, yBigOrg, x2, y2 ), in DrawPageViewGrid()