Home
last modified time | relevance | path

Searched refs:pGluePoints (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svx/source/svdraw/
H A Dsvdobj.cxx253 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()
[all …]
H A Dsvdoashp.cxx775 if ( !pAny && pDefCustomShape && pDefCustomShape->nGluePoints && pDefCustomShape->pGluePoints ) in MergeDefaultAttributes()
782 …tEnhancedCustomShapeParameter( seqGluePoints[ i ].First, pDefCustomShape->pGluePoints[ i ].nValA ); in MergeDefaultAttributes()
783 …EnhancedCustomShapeParameter( seqGluePoints[ i ].Second, pDefCustomShape->pGluePoints[ i ].nValB ); in MergeDefaultAttributes()
1212 … if ( pAny && pDefCustomShape && pDefCustomShape->nGluePoints && pDefCustomShape->pGluePoints ) in IsDefaultGeometry()
1221 …EnhancedCustomShapeParameter( seqGluePoints2[ i ].First, pDefCustomShape->pGluePoints[ i ].nValA ); in IsDefaultGeometry()
1222 …nhancedCustomShapeParameter( seqGluePoints2[ i ].Second, pDefCustomShape->pGluePoints[ i ].nValB ); in IsDefaultGeometry()
2145 *pPlusData->pGluePoints = aNewList; in ImpCheckCustomGluePointsAreAdded()
/AOO41X/main/svx/inc/svx/
H A DEnhancedCustomShapeGeometry.hxx80 SvxMSDffVertPair* pGluePoints; member
H A Dsvdobj.hxx305 SdrGluePointList* pGluePoints; // Klebepunkte zum Ankleben von Objektverbindern member in SdrObjPlusData