Searched refs:HDL_POLY (Results 1 – 17 of 17) sorted by relevance
| /AOO41X/main/sd/source/ui/animations/ |
| H A D | motionpathtag.cxx | 597 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 D | svdhdl.cxx | 514 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 D | svddrgv.cxx | 198 … 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 D | svdoedge.cxx | 1745 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 D | svdmrkv1.cxx | 346 if ((eKind==HDL_POLY && pHdl->IsSelected()) || eKind==HDL_GLUE) { in ImpSetPointsRects()
|
| H A D | svdocapt.cxx | 305 SdrHdl* pHdl = new SdrHdl(aTailPoly.GetPoint((sal_uInt16)nPntNum), HDL_POLY); in GetHdl()
|
| H A D | svdmrkv.cxx | 679 && (pSaveOldFocusHdl->GetKind() == HDL_POLY || pSaveOldFocusHdl->GetKind() == HDL_BWGT)) in SetMarkHandles()
|
| H A D | svdopath.cxx | 2075 SdrHdl* pHdl=new SdrHdl(rPnt,HDL_POLY); in AddToHdlList()
|
| /AOO41X/main/chart2/source/controller/main/ |
| H A D | SelectionHelper.cxx | 636 …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 D | fudraw.cxx | 634 if(pHdl->GetKind() == HDL_POLY) in KeyInput() 667 && pAct->GetKind() == HDL_POLY in KeyInput()
|
| H A D | fusel.cxx | 149 if(pHdl && (pHdl->GetKind() != HDL_POLY && pHdl->GetKind() != HDL_CIRC)) in MouseButtonDown()
|
| H A D | futext.cxx | 234 if(pHdl->GetKind() != HDL_POLY && pHdl->GetKind() != HDL_CIRC) in MouseButtonDown()
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | graphctl.cxx | 648 if(pHdl->GetKind() == HDL_POLY) in KeyInput() 681 && pAct->GetKind() == HDL_POLY in KeyInput()
|
| /AOO41X/main/sd/source/ui/func/ |
| H A D | fupoor.cxx | 593 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 D | svddrgv.hxx | 138 sal_Bool IsDraggingPoints() const { return eDragHdl==HDL_POLY; } in IsDraggingPoints()
|
| H A D | svddrgmt.hxx | 237 return getSdrDragView().eDragHdl==HDL_POLY ? getSdrDragView().GetMarkedPointsRect() : in GetMarkedRect()
|
| H A D | svdhdl.hxx | 81 HDL_POLY, // Punktselektion an Polygon oder Bezierkurve enumerator
|