Home
last modified time | relevance | path

Searched defs:dy (Results 1 – 25 of 32) sorted by relevance

12

/aoo42x/main/basebmp/inc/basebmp/
H A Dstridedarrayiterator.hxx73 void operator+=(int dy) {current_ += dy*stride_; } in operator +=()
74 void operator-=(int dy) {current_ -= dy*stride_; } in operator -=()
/aoo42x/main/svx/source/svdraw/
H A Dsvddrag.cxx111 long dy=rPnt.Y()-GetPrev().Y(); if (dy<0) dy=-dy; in CheckMinMoved() local
H A Dsvdtrans.cxx172 long dy=rRef1.Y()-rPnt.Y(); in MirrorPoint() local
401 long dy=rPnt.Y()-y0; in CrookStretchXPoint() local
668 long dy=rPt.Y()-rPt0.Y(); in OrthoDistance8() local
684 long dy=rPt.Y()-rPt0.Y(); in OrthoDistance4() local
H A Dsvdotxtr.cxx259 long dy=aRect.Bottom()-aRect.Top(); in NbcRotate() local
H A Dsvdsnpv.cxx329 long dy=NOT_SNAPPED; in SnapPos() local
H A Dsvdomeas.cxx488 long dy=-Round(nLineDist*nHlpSin); in ImpCalcGeometrics() local
1051 long dy=aPt2.Y()-aPt1.Y(); in NbcRotate() local
H A Dsvdoedge.cxx623 long dy=Min(dyo,dyu); in ImpCalcEscAngle() local
1517 long dy=aPt1b.Y()-aPt2b.Y(); in ImpCalcEdgeTrack() local
/aoo42x/main/svtools/source/filter/
H A Dsgvspln.cxx641 double* by, double* cy, double* dy) in ParaSpline()
726 double*& cx, double*& cy, double*& dx, double*& dy, double*& T) in CalcSpline()
824 double* dy; in Spline2Poly() local
H A Dsgvmain.cxx119 sal_Int16 dx,dy; in RotatePoint() local
131 sal_Int16 dx,dy; in RotatePoint() local
475 sal_Int32 dx,dy; in DrawSlideRect() local
/aoo42x/main/basegfx/source/workbench/
H A Dconvexhull.cxx38 typename PointType::value_type dx, dy, ax, ay; in theta() local
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DLayoutManager.java78 int dy = mnOldY - aEvent.getPoint().y; in mouseDragged() local
/aoo42x/main/svx/inc/svx/
H A Dsvdtrans.hxx135 long dy=rPnt.Y()-rRef.Y(); in RotatePoint() local
157 long dy=rPnt.Y()-rCenter.Y(); in GetCrookAngle() local
/aoo42x/main/vcl/source/glyphs/
H A Dgcach_rbmp.cxx49 int xmax, int ymax, int dx, int dy, int nPad ) in ImplRotate8_90()
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/
H A DTester.java107 int dy = toY > fromY ? 1 : -1; in drag() local
/aoo42x/main/sc/source/ui/drawfunc/
H A Dfupoor.cxx124 SCsROW dy = 0; in ForceScroll() local
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java226 int dy = y; in drawArrow() local
/aoo42x/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java377 int dy = y; in drawArrow() local
/aoo42x/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx211 double dx, dy; in ImplDoClass4() local
/aoo42x/main/sd/source/ui/func/
H A Dfupoor.cxx203 short dx = 0, dy = 0; in ForceScroll() local
/aoo42x/main/sc/source/core/tool/
H A Daddress.cxx1886 bool ScAddress::Move( SCsCOL dx, SCsROW dy, SCsTAB dz, ScDocument* pDoc ) in Move()
1910 bool ScRange::Move( SCsCOL dx, SCsROW dy, SCsTAB dz, ScDocument* pDoc ) in Move()
/aoo42x/main/cui/source/dialogs/
H A Dcolorpicker.cxx669 void ColorFieldControl::KeyMove( int dx, int dy ) in KeyMove()
978 void ColorSliderControl::KeyMove( int dy ) in KeyMove()
/aoo42x/main/basebmp/test/
H A Dbmpdemo.cxx183 void operator+=(int dy) {current_ += dy*stride_; } in operator +=()
184 void operator-=(int dy) {current_ -= dy*stride_; } in operator -=()
/aoo42x/main/chart2/source/view/charttypes/
H A DSplines.cxx434 double dy = 0.0; in createParameterT() local
/aoo42x/main/filter/source/flash/
H A Dswfwriter1.cxx192 void Writer::Impl_addShapeRecordChange( BitStream& rBits, sal_Int16 dx, sal_Int16 dy, sal_Bool bFil… in Impl_addShapeRecordChange()
215 void Writer::Impl_addStraightEdgeRecord( BitStream& rBits, sal_Int16 dx, sal_Int16 dy ) in Impl_addStraightEdgeRecord()
/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx314 long dy = aSnapRect.Bottom()- aSnapRect.Top(); in Create3DObject() local

Completed in 189 milliseconds

12