Lines Matching refs:nGlueIdx
80 sal_uInt16 nGlueIdx=pGPL->FindGluePoint(nPtId); in ImpDoMarkedGluePoints() local
81 if (nGlueIdx!=SDRGLUEPOINT_NOTFOUND) in ImpDoMarkedGluePoints()
83 SdrGluePoint& rGP=(*pGPL)[nGlueIdx]; in ImpDoMarkedGluePoints()
263 sal_uInt16 nGlueIdx=pGPL->FindGluePoint(nPtId); in DeleteMarkedGluePoints() local
264 if (nGlueIdx!=SDRGLUEPOINT_NOTFOUND) in DeleteMarkedGluePoints()
266 pGPL->Delete(nGlueIdx); in DeleteMarkedGluePoints()
306 sal_uInt16 nGlueIdx=pGPL->FindGluePoint(nPtId); in ImpCopyMarkedGluePoints() local
307 if (nGlueIdx!=SDRGLUEPOINT_NOTFOUND) in ImpCopyMarkedGluePoints()
309 SdrGluePoint aNewGP((*pGPL)[nGlueIdx]); // GluePoint klonen in ImpCopyMarkedGluePoints()
343 sal_uInt16 nGlueIdx=pGPL->FindGluePoint(nPtId); in ImpTransformMarkedGluePoints() local
344 if (nGlueIdx!=SDRGLUEPOINT_NOTFOUND) { in ImpTransformMarkedGluePoints()
345 SdrGluePoint& rGP=(*pGPL)[nGlueIdx]; in ImpTransformMarkedGluePoints()