Lines Matching refs:mpGluePoints
139 mpGluePoints(0L), in SdrMark()
156 mpGluePoints(0L), in SdrMark()
181 if(mpGluePoints) in ~SdrMark()
183 delete mpGluePoints; in ~SdrMark()
263 if(!rMark.mpGluePoints) in operator =()
265 if(mpGluePoints) in operator =()
267 delete mpGluePoints; in operator =()
268 mpGluePoints = 0L; in operator =()
273 if(!mpGluePoints) in operator =()
275 mpGluePoints = new SdrUShortCont(*rMark.mpGluePoints); in operator =()
279 *mpGluePoints = *rMark.mpGluePoints; in operator =()
296 if((mpGluePoints != 0L) != (rMark.mpGluePoints != 0L)) in operator ==()
305 if(bRet && mpGluePoints && *mpGluePoints != *rMark.mpGluePoints) in operator ==()