Lines Matching refs:ny2
489 long ny2=GetView().aGridFin.Height(); in DrawPageViewGrid() local
493 if (ny1==0) ny1=ny2; in DrawPageViewGrid()
494 if (ny2==0) ny2=ny1; in DrawPageViewGrid()
495 if (nx1==0) { nx1=ny1; nx2=ny2; } in DrawPageViewGrid()
496 if (ny1==0) { ny1=nx1; ny2=nx2; } in DrawPageViewGrid()
500 if (ny2<0) ny2=-ny2; in DrawPageViewGrid()
532 FASTBOOL bVertSolid=ny2<aMinDotDist.Height(); in DrawPageViewGrid()
568 FASTBOOL bVertFine=ny2<ny1; in DrawPageViewGrid()
623 while (yFinOrg>=y1) yFinOrg-=ny2; in DrawPageViewGrid()
624 while (yFinOrg<y1) yFinOrg+=ny2; in DrawPageViewGrid()
656 sal_uInt16 nSteps = sal_uInt16(ny1 / ny2); in DrawPageViewGrid()
657 sal_uInt32 nRestPerStepMul1000 = nSteps ? ( ((ny1 * 1000L)/ nSteps) - (ny2 * 1000L) ) : 0; in DrawPageViewGrid()
665 Rectangle( xBigOrg, yFinOrg + (a * ny2) + nPointOffset, x2, y2 ), in DrawPageViewGrid()