Home
last modified time | relevance | path

Searched refs:HDL_POLY (Results 1 – 17 of 17) sorted by relevance

/AOO41X/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx597 else if( pHdl->GetKind() == HDL_POLY ) in MouseButtonDown()
695 if(pHdl && pHdl->GetKind() == HDL_POLY ) in OnMarkHandle()
726 …if(pAct && pAct->GetKind() == HDL_POLY && pAct->GetPolyNum() == nPol && pAct->GetPointNum() == nPn… in OnMarkHandle()
785 else if( pHdl->GetKind() == HDL_POLY ) in OnMove()
/AOO41X/main/svx/source/svdraw/
H A Dsvdhdl.cxx514 case HDL_POLY: in CreateB2dIAObject()
922 case HDL_POLY : ePtr=POINTER_MOVEPOINT; break; in GetPointer()
960 case HDL_POLY: // Punktselektion an Polygon oder Bezierkurve in IsFocusHdl()
1870 if((p1->mpHdl->GetKind() == HDL_POLY || p1->mpHdl->GetKind() == HDL_BWGT) in ImplSortHdlFunc()
1871 && (p2->mpHdl->GetKind() == HDL_POLY || p2->mpHdl->GetKind() == HDL_BWGT)) in ImplSortHdlFunc()
H A Dsvddrgv.cxx198 … sal_Bool bTail=eDragHdl==HDL_POLY; // Schwanz wird gedraggt (nicht so ganz feine Abfrage hier) in TakeDragObjAnchorPos()
473 else if(HDL_POLY == eDragHdl) in BegDragObj()
H A Dsvdoedge.cxx1745 pHdl=new ImpEdgeHdl((*pEdgeTrack)[0],HDL_POLY); in GetHdl()
1748 pHdl=new ImpEdgeHdl((*pEdgeTrack)[sal_uInt16(nPntAnz-1)],HDL_POLY); in GetHdl()
1758 pHdl=new ImpEdgeHdl(Point(),HDL_POLY); in GetHdl()
1791 pHdl=new ImpEdgeHdl(aPos,HDL_POLY); in GetHdl()
H A Dsvdmrkv1.cxx346 if ((eKind==HDL_POLY && pHdl->IsSelected()) || eKind==HDL_GLUE) { in ImpSetPointsRects()
H A Dsvdocapt.cxx305 SdrHdl* pHdl = new SdrHdl(aTailPoly.GetPoint((sal_uInt16)nPntNum), HDL_POLY); in GetHdl()
H A Dsvdmrkv.cxx679 && (pSaveOldFocusHdl->GetKind() == HDL_POLY || pSaveOldFocusHdl->GetKind() == HDL_BWGT)) in SetMarkHandles()
H A Dsvdopath.cxx2075 SdrHdl* pHdl=new SdrHdl(rPnt,HDL_POLY); in AddToHdlList()
/AOO41X/main/chart2/source/controller/main/
H A DSelectionHelper.cxx636 …pHdl = new SdrHdl(Point(basegfx::fround(aPoint.getX()), basegfx::fround(aPoint.getY())), HDL_POLY); in getMarkHandles()
682 SdrHdl* pHdl = new SdrHdl(aPos,HDL_POLY); in getMarkHandles()
/AOO41X/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx634 if(pHdl->GetKind() == HDL_POLY) in KeyInput()
667 && pAct->GetKind() == HDL_POLY in KeyInput()
H A Dfusel.cxx149 if(pHdl && (pHdl->GetKind() != HDL_POLY && pHdl->GetKind() != HDL_CIRC)) in MouseButtonDown()
H A Dfutext.cxx234 if(pHdl->GetKind() != HDL_POLY && pHdl->GetKind() != HDL_CIRC) in MouseButtonDown()
/AOO41X/main/svx/source/dialog/
H A Dgraphctl.cxx648 if(pHdl->GetKind() == HDL_POLY) in KeyInput()
681 && pAct->GetKind() == HDL_POLY in KeyInput()
/AOO41X/main/sd/source/ui/func/
H A Dfupoor.cxx593 if(pHdl->GetKind() == HDL_POLY) in IMPL_LINK_INLINE_END()
626 && pAct->GetKind() == HDL_POLY in IMPL_LINK_INLINE_END()
/AOO41X/main/svx/inc/svx/
H A Dsvddrgv.hxx138 sal_Bool IsDraggingPoints() const { return eDragHdl==HDL_POLY; } in IsDraggingPoints()
H A Dsvddrgmt.hxx237 return getSdrDragView().eDragHdl==HDL_POLY ? getSdrDragView().GetMarkedPointsRect() : in GetMarkedRect()
H A Dsvdhdl.hxx81 HDL_POLY, // Punktselektion an Polygon oder Bezierkurve enumerator