Home
last modified time | relevance | path

Searched refs:mpGluePoints (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svx/source/svdraw/
H A Dsvdmark.cxx139 mpGluePoints(0L), in SdrMark()
156 mpGluePoints(0L), in SdrMark()
181 if(mpGluePoints) in ~SdrMark()
183 delete mpGluePoints; in ~SdrMark()
265 if(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 ==()
[all …]
/aoo4110/main/svx/inc/svx/
H A Dsvdmark.hxx151 SdrUShortCont* mpGluePoints; // Markierte Klebepunkte (deren Id's) member in SdrMark
228 return mpGluePoints; in GetMarkedGluePoints()
243 return mpGluePoints; in GetMarkedGluePoints()
264 if(!mpGluePoints) in ForceMarkedGluePoints()
265 mpGluePoints = new SdrUShortCont(1024, 32, 32); in ForceMarkedGluePoints()
267 return mpGluePoints; in ForceMarkedGluePoints()

Completed in 12 milliseconds