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()
455 SdrMark* pM = getSdrDragView().GetSdrMarkByIndex(a); in createSdrDragEntries_PolygonDrag() local
457 if(pM->GetPageView() == getSdrDragView().GetSdrPageView()) in createSdrDragEntries_PolygonDrag()
459 const basegfx::B2DPolyPolygon aNewPolyPolygon(pM->GetMarkedSdrObj()->TakeXorPoly()); in createSdrDragEntries_PolygonDrag()
500 SdrMark* pM = getSdrDragView().GetSdrMarkByIndex(nm); in createSdrDragEntries_PointDrag() local
502 if(pM->GetPageView() == getSdrDragView().GetSdrPageView()) in createSdrDragEntries_PointDrag()
504 const SdrUShortCont* pPts = pM->GetMarkedPoints(); in createSdrDragEntries_PointDrag()
508 const SdrObject* pObj = pM->GetMarkedSdrObj(); in createSdrDragEntries_PointDrag()
548 SdrMark* pM = getSdrDragView().GetSdrMarkByIndex(nm); in createSdrDragEntries_GlueDrag() local
550 if(pM->GetPageView() == getSdrDragView().GetSdrPageView()) in createSdrDragEntries_GlueDrag()
552 const SdrUShortCont* pPts = pM->GetMarkedGluePoints(); in createSdrDragEntries_GlueDrag()
556 const SdrObject* pObj = pM->GetMarkedSdrObj(); in createSdrDragEntries_GlueDrag()
1713 const SdrMark* pM=rML.GetMark(nMarkNum); in MoveSdrDrag() local
1714 const SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in MoveSdrDrag()
1719 const SdrObject* pObj=pM->GetMarkedSdrObj(); in MoveSdrDrag()
3481 SdrMark* pM=getSdrDragView().GetMarkedObjectList().GetMark(nm); in EndSdrDrag() local
3482 SdrObject* pO=pM->GetMarkedSdrObj(); in EndSdrDrag()