Lines Matching refs:pPts
60 const SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in ImpDoMarkedGluePoints() local
61 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in ImpDoMarkedGluePoints()
77 sal_uInt16 nPtId=pPts->GetObject(nPtNum); in ImpDoMarkedGluePoints()
244 const SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in DeleteMarkedGluePoints() local
245 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in DeleteMarkedGluePoints()
256 sal_uInt16 nPtId=pPts->GetObject(nPtNum); in DeleteMarkedGluePoints()
288 SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in ImpCopyMarkedGluePoints() local
290 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in ImpCopyMarkedGluePoints()
298 sal_uInt16 nPtId=pPts->GetObject(nPtNum); in ImpCopyMarkedGluePoints()
305 pPts->Replace(nNewId,nPtNum); // und diesen markieren (anstelle des alten) in ImpCopyMarkedGluePoints()
324 const SdrUShortCont* pPts=pM->GetMarkedGluePoints(); in ImpTransformMarkedGluePoints() local
325 sal_uIntPtr nPtAnz=pPts==NULL ? 0 : pPts->GetCount(); in ImpTransformMarkedGluePoints()
334 sal_uInt16 nPtId=pPts->GetObject(nPtNum); in ImpTransformMarkedGluePoints()