Lines Matching refs:pM

396 		    SdrMark* pM = getSdrDragView().GetSdrMarkByIndex(a);  in createSdrDragEntries_SolidDrag()  local
398 if(pM->GetPageView() == pPV) in createSdrDragEntries_SolidDrag()
400 const SdrObject* pObject = pM->GetMarkedSdrObj(); in createSdrDragEntries_SolidDrag()
456 SdrMark* pM = getSdrDragView().GetSdrMarkByIndex(a); in createSdrDragEntries_PolygonDrag() local
458 if(pM->GetPageView() == getSdrDragView().GetSdrPageView()) in createSdrDragEntries_PolygonDrag()
460 const basegfx::B2DPolyPolygon aNewPolyPolygon(pM->GetMarkedSdrObj()->TakeXorPoly()); in createSdrDragEntries_PolygonDrag()
501 SdrMark* pM = getSdrDragView().GetSdrMarkByIndex(nm); in createSdrDragEntries_PointDrag() local
503 if(pM->GetPageView() == getSdrDragView().GetSdrPageView()) in createSdrDragEntries_PointDrag()
505 const SdrUShortCont* pPts = pM->GetMarkedPoints(); in createSdrDragEntries_PointDrag()
509 const SdrObject* pObj = pM->GetMarkedSdrObj(); in createSdrDragEntries_PointDrag()
549 SdrMark* pM = getSdrDragView().GetSdrMarkByIndex(nm); in createSdrDragEntries_GlueDrag() local
551 if(pM->GetPageView() == getSdrDragView().GetSdrPageView()) in createSdrDragEntries_GlueDrag()
553 const SdrUShortCont* pPts = pM->GetMarkedGluePoints(); in createSdrDragEntries_GlueDrag()
557 const SdrObject* pObj = pM->GetMarkedSdrObj(); in createSdrDragEntries_GlueDrag()
1716 const SdrMark* pM=rML.GetMark(nMarkNum); in MoveSdrDrag() local
1717 const SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in MoveSdrDrag()
1722 const SdrObject* pObj=pM->GetMarkedSdrObj(); in MoveSdrDrag()
3484 SdrMark* pM=getSdrDragView().GetMarkedObjectList().GetMark(nm); in EndSdrDrag() local
3485 SdrObject* pO=pM->GetMarkedSdrObj(); in EndSdrDrag()