Lines Matching refs:pPts
505 const SdrUShortCont* pPts = pM->GetMarkedPoints(); in createSdrDragEntries_PointDrag() local
507 if(pPts && pPts->GetCount()) in createSdrDragEntries_PointDrag()
518 const sal_uInt32 nPtAnz(pPts->GetCount()); in createSdrDragEntries_PointDrag()
523 const sal_uInt16 nObjPt(pPts->GetObject(nPtNum)); in createSdrDragEntries_PointDrag()
553 const SdrUShortCont* pPts = pM->GetMarkedGluePoints(); in createSdrDragEntries_GlueDrag() local
555 if(pPts && pPts->GetCount()) in createSdrDragEntries_GlueDrag()
562 const sal_uInt32 nPtAnz(pPts->GetCount()); in createSdrDragEntries_GlueDrag()
566 const sal_uInt16 nObjPt(pPts->GetObject(nPtNum)); in createSdrDragEntries_GlueDrag()
1717 const SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in MoveSdrDrag() local
1718 sal_uLong nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in MoveSdrDrag()
1728 sal_uInt16 nId=pPts->GetObject(nPtNum); in MoveSdrDrag()