Lines Matching refs:pPts
62 const SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in ImpDoMarkedGluePoints() local
63 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in ImpDoMarkedGluePoints()
79 sal_uInt16 nPtId=pPts->GetObject(nPtNum); in ImpDoMarkedGluePoints()
250 const SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in DeleteMarkedGluePoints() local
251 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in DeleteMarkedGluePoints()
262 sal_uInt16 nPtId=pPts->GetObject(nPtNum); in DeleteMarkedGluePoints()
295 SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in ImpCopyMarkedGluePoints() local
297 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in ImpCopyMarkedGluePoints()
305 sal_uInt16 nPtId=pPts->GetObject(nPtNum); in ImpCopyMarkedGluePoints()
312 pPts->Replace(nNewId,nPtNum); // und diesen markieren (anstelle des alten) in ImpCopyMarkedGluePoints()
332 const SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in ImpTransformMarkedGluePoints() local
333 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in ImpTransformMarkedGluePoints()
342 sal_uInt16 nPtId=pPts->GetObject(nPtNum); in ImpTransformMarkedGluePoints()