Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/attribute/
H A Dstrokeattribute.cxx104 mpStrokeAttribute->mnRefCount++; in StrokeAttribute()
108 : mpStrokeAttribute(rCandidate.mpStrokeAttribute) in StrokeAttribute()
110 mpStrokeAttribute->mnRefCount++; in StrokeAttribute()
115 if(mpStrokeAttribute->mnRefCount) in ~StrokeAttribute()
117 mpStrokeAttribute->mnRefCount--; in ~StrokeAttribute()
121 delete mpStrokeAttribute; in ~StrokeAttribute()
132 if(rCandidate.mpStrokeAttribute != mpStrokeAttribute) in operator =()
140 delete mpStrokeAttribute; in operator =()
143 mpStrokeAttribute = rCandidate.mpStrokeAttribute; in operator =()
152 if(rCandidate.mpStrokeAttribute == mpStrokeAttribute) in operator ==()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dstrokeattribute.hxx46 ImpStrokeAttribute* mpStrokeAttribute; member in drawinglayer::attribute::StrokeAttribute

Completed in 17 milliseconds