Lines Matching refs:pGluePoints
253 pGluePoints(NULL), in SdrObjPlusData()
262 if (pGluePoints !=NULL) delete pGluePoints; in ~SdrObjPlusData()
283 if (pGluePoints!=NULL) pNeuPlusData->pGluePoints=new SdrGluePointList(*pGluePoints); in Clone()
1927 if (pPlusData!=NULL && pPlusData->pGluePoints!=NULL) { in SaveGeoData()
1929 *rGeo.pGPL=*pPlusData->pGluePoints; in SaveGeoData()
1931 rGeo.pGPL=new SdrGluePointList(*pPlusData->pGluePoints); in SaveGeoData()
1956 if (pPlusData->pGluePoints!=NULL) { in RestGeoData()
1957 *pPlusData->pGluePoints=*rGeo.pGPL; in RestGeoData()
1959 pPlusData->pGluePoints=new SdrGluePointList(*rGeo.pGPL); in RestGeoData()
1962 if (pPlusData!=NULL && pPlusData->pGluePoints!=NULL) { in RestGeoData()
1963 delete pPlusData->pGluePoints; in RestGeoData()
1964 pPlusData->pGluePoints=NULL; in RestGeoData()
2351 if (pPlusData!=NULL) return pPlusData->pGluePoints; in GetGluePointList()
2364 if (pPlusData->pGluePoints==NULL) { in ForceGluePointList()
2365 pPlusData->pGluePoints=new SdrGluePointList; in ForceGluePointList()
2367 return pPlusData->pGluePoints; in ForceGluePointList()