Home
last modified time | relevance | path

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

/AOO42X/main/drawinglayer/source/attribute/
H A Dstrokeattribute.cxx96 : mpStrokeAttribute(new ImpStrokeAttribute( in StrokeAttribute()
102 : mpStrokeAttribute(ImpStrokeAttribute::get_global_default()) in StrokeAttribute()
104 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()
127 return mpStrokeAttribute == ImpStrokeAttribute::get_global_default(); in isDefault()
132 if(rCandidate.mpStrokeAttribute != mpStrokeAttribute) in operator =()
[all …]
/AOO42X/main/drawinglayer/inc/drawinglayer/attribute/
H A Dstrokeattribute.hxx46 ImpStrokeAttribute* mpStrokeAttribute; member in drawinglayer::attribute::StrokeAttribute