Lines Matching refs:pGPL
229 pGPL(NULL), in SdrObjGeoData()
243 delete pGPL; in ~SdrObjGeoData()
1928 if (rGeo.pGPL!=NULL) { in SaveGeoData()
1929 *rGeo.pGPL=*pPlusData->pGluePoints; in SaveGeoData()
1931 rGeo.pGPL=new SdrGluePointList(*pPlusData->pGluePoints); in SaveGeoData()
1934 if (rGeo.pGPL!=NULL) { in SaveGeoData()
1935 delete rGeo.pGPL; in SaveGeoData()
1936 rGeo.pGPL=NULL; in SaveGeoData()
1954 if (rGeo.pGPL!=NULL) { in RestGeoData()
1957 *pPlusData->pGluePoints=*rGeo.pGPL; in RestGeoData()
1959 pPlusData->pGluePoints=new SdrGluePointList(*rGeo.pGPL); in RestGeoData()
2376 SdrGluePointList* pGPL=ForceGluePointList(); in SetGlueReallyAbsolute() local
2377 pGPL->SetReallyAbsolute(bOn,*this); in SetGlueReallyAbsolute()
2387 SdrGluePointList* pGPL=ForceGluePointList(); in NbcRotateGluePoints() local
2388 pGPL->Rotate(rRef,nWink,sn,cs,this); in NbcRotateGluePoints()
2398 SdrGluePointList* pGPL=ForceGluePointList(); in NbcMirrorGluePoints() local
2399 pGPL->Mirror(rRef1,rRef2,this); in NbcMirrorGluePoints()
2409 SdrGluePointList* pGPL=ForceGluePointList(); in NbcShearGluePoints() local
2410 pGPL->Shear(rRef,nWink,tn,bVShear,this); in NbcShearGluePoints()