Home
last modified time | relevance | path

Searched refs:nx2 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdpagv.cxx487 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()
[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()

Completed in 25 milliseconds