Home
last modified time | relevance | path

Searched refs:ny2 (Results 1 – 3 of 3) sorted by path

/trunk/extras/l10n/source/hu/
H A Dlocalize.sdf23934 …xhp 0 help par_idN10594 0 hu Defxxx Karaktertartomány1[, Karaktertartomány2[,...]] 20200411 …
24454 …xhp 0 help par_idN1058E 0 hu Defxxx Karaktertartomány1[, Karaktertartomány2[,...]] 20200411 …
24708 …p 0 help par_id3156023 4 0 hu Defxxx Karaktertartomány1[, Karaktertartomány2[,...]] 20200411 …
25753 …p 0 help par_id3150682 4 0 hu Defxxx Karaktertartomány1[, Karaktertartomány2[,...]] 20200411 …
25964 …xhp 0 help par_idN10594 0 hu Defxxx Karaktertartomány1[, Karaktertartomány2[,...]] 20200411 …
26037 …xhp 0 help par_idN1058E 0 hu Defxxx Karaktertartomány1[, Karaktertartomány2[,...]] 20200411 …
26969 …p 0 help par_id3148664 4 0 hu Defxxx Karaktertartomány1[, Karaktertartomány2[,...]] 20200411 …
27615 …p 0 help par_id3147530 4 0 hu Defxxx Karaktertartomány1[, Karaktertartomány2[,...]] 20200411 …
28092 …p 0 help par_id3147530 4 0 hu Defxxx Karaktertartomány1[, Karaktertartomány2[,...]] 20200411 …
28901 …p 0 help par_id3145609 4 0 hu Defxxx Karaktertartomány1[, Karaktertartomány2[,...]] 20200411 …
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx224 sal_Int32 nx1, ny1, nx2, ny2; in ImplReadRegion() local
228 rSt >> nx1 >> ny1 >> nx2 >> ny2; in ImplReadRegion()
230 Rectangle aRect( Point( nx1, ny1 ), Point( nx2, ny2 ) ); in ImplReadRegion()
/trunk/main/svx/source/svdraw/
H A Dsvdpagv.cxx489 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()
[all …]

Completed in 1102 milliseconds