Lines Matching refs:pPts
504 const SdrUShortCont* pPts = pM->GetMarkedPoints(); in createSdrDragEntries_PointDrag() local
506 if(pPts && pPts->GetCount()) in createSdrDragEntries_PointDrag()
517 const sal_uInt32 nPtAnz(pPts->GetCount()); in createSdrDragEntries_PointDrag()
522 const sal_uInt16 nObjPt(pPts->GetObject(nPtNum)); in createSdrDragEntries_PointDrag()
552 const SdrUShortCont* pPts = pM->GetMarkedGluePoints(); in createSdrDragEntries_GlueDrag() local
554 if(pPts && pPts->GetCount()) in createSdrDragEntries_GlueDrag()
561 const sal_uInt32 nPtAnz(pPts->GetCount()); in createSdrDragEntries_GlueDrag()
565 const sal_uInt16 nObjPt(pPts->GetObject(nPtNum)); in createSdrDragEntries_GlueDrag()
1714 const SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in MoveSdrDrag() local
1715 sal_uLong nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in MoveSdrDrag()
1725 sal_uInt16 nId=pPts->GetObject(nPtNum); in MoveSdrDrag()