Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3522 nPolyPt(0), in SdrDragDistort()
3572 nPolyPt=0xFFFF; in BeginSdrDrag()
3574 if (eKind==HDL_UPLFT) nPolyPt=0; in BeginSdrDrag()
3575 if (eKind==HDL_UPRGT) nPolyPt=1; in BeginSdrDrag()
3576 if (eKind==HDL_LWRGT) nPolyPt=2; in BeginSdrDrag()
3577 if (eKind==HDL_LWLFT) nPolyPt=3; in BeginSdrDrag()
3578 if (nPolyPt>3) return false; in BeginSdrDrag()
3626 if (bNeuContortion!=bContortion || aDistortedRect[nPolyPt]!=aPnt) in MoveSdrDrag()
3629 aDistortedRect[nPolyPt]=aPnt; in MoveSdrDrag()
H A Dsvddrgm1.hxx230 sal_uInt16 nPolyPt; member in SdrDragDistort