Home
last modified time | relevance | path

Searched refs:dx1 (Results 1 – 8 of 8) sorted by path

/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf9680 helpcontent2 source\text\sbasic\shared\03102900.xhp 0 help par_id3159154 21 0 kid dx1+g5‖Print UB…
22688 helpcontent2 source\text\sdraw\guide\eyedropper.xhp 0 help par_id3152985 32 0 kid -03dx1‖Click th…
/trunk/main/basegfx/source/workbench/
H A Dconvexhull.cxx78 typename PointType::value_type dx1, dx2, dy1, dy2; in ccw() local
94 dx1 = p1.x - p0.x; dy1 = p1.y - p0.y; in ccw()
97 if( dx1*dy2 > dy1*dx2 ) in ccw()
100 if( dx1*dy2 < dy1*dx2 ) in ccw()
103 if( (dx1*dx2 < 0) || (dy1*dy2 < 0) ) in ccw()
106 if( (dx1*dx1 + dy1*dy1) < (dx2*dx2 + dy2*dy2) ) in ccw()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3222 long dx1=aPnt.X()-aNeuCenter.X(); in MoveSdrDrag() local
3224 bValid=bVertical ? dx1!=0 : dy1!=0; in MoveSdrDrag()
3229 bValid=Abs(dx1)*100>Abs(dy1); in MoveSdrDrag()
3231 bValid=Abs(dy1)*100>Abs(dx1); in MoveSdrDrag()
3244 a=((double)dy1)/((double)dx1); // Steigung des Radius in MoveSdrDrag()
3245 nNeuRad=((long)(dy1*a)+dx1) /2; in MoveSdrDrag()
3251 a=((double)dx1)/((double)dy1); // Steigung des Radius in MoveSdrDrag()
3252 nNeuRad=((long)(dx1*a)+dy1) /2; in MoveSdrDrag()
3345 long nMul=bVertical ? dy1 : dx1; in MoveSdrDrag()
H A Dsvdoedge.cxx1465 long dx1=pPt2->X()-pPt1->X(); in ImpCalcEdgeTrack() local
1478 pPt2->X()-=dx1/3; in ImpCalcEdgeTrack()
1489 pPt2->X()+=dx1/2; in ImpCalcEdgeTrack()
H A Dsvdopath.cxx472 long dx1=aRectP2.X()-aRectP1.X(); long dx1a=Abs(dx1); in CalcRect() local
478 long xtemp=dy2a-dx1a; if (dx1<0) xtemp=-xtemp; in CalcRect()
H A Dsvdsnpv.cxx330 long dx1,dy1; in SnapPos() local
344 if (Abs(a)<=mx) { dx1=-a; if (Abs(dx1)<Abs(dx)) dx=dx1; } in SnapPos()
355 if (Abs(dx1)<Abs(dx) && Abs(dy1)<Abs(dy)) { dx=dx1; dy=dy1; } in SnapPos()
370 a=x- lft ; if (Abs(a)<=mx) { dx1=-a; if (Abs(dx1)<Abs(dx)) dx=dx1; } // linker Rand in SnapPos()
371 a=x-(xs-rgt); if (Abs(a)<=mx) { dx1=-a; if (Abs(dx1)<Abs(dx)) dx=dx1; } // rechter Rand in SnapPos()
372 a=x ; if (Abs(a)<=mx) { dx1=-a; if (Abs(dx1)<Abs(dx)) dx=dx1; } // linke Papierkante in SnapPos()
373 a=x- xs ; if (Abs(a)<=mx) { dx1=-a; if (Abs(dx1)<Abs(dx)) dx=dx1; } // rechte Papierkante in SnapPos()
400 dx1=x-aP.X(); in SnapPos()
403 dx=-dx1; in SnapPos()
417 if (Abs(x-aLog.Left ())<=mx) { dx1=-(x-aLog.Left ()); if (Abs(dx1)<Abs(dx)) dx=dx1; } in SnapPos()
[all …]
H A Dsvdtrans.cxx175 long dx1=rPnt.X()-rRef1.X(); in MirrorPoint() local
178 rPnt.Y()=rRef1.Y()+dx1; in MirrorPoint()
180 long dx1=rPnt.X()-rRef1.X(); in MirrorPoint() local
183 rPnt.Y()=rRef1.Y()-dx1; in MirrorPoint()
338 long dx1=0,dy1=0; in CrookSlantXPoint() local
343 dx1=rPnt.X()-nStart; in CrookSlantXPoint()
373 rPnt.X()+=dx1; in CrookSlantXPoint()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx2359 long dx1 = abs( mnDX - aSize1.Width() ); in ImplGetOptimalFloatingSize() local
2365 if( dx1*dy1 < dx2*dy2 ) in ImplGetOptimalFloatingSize()

Completed in 1083 milliseconds