Home
last modified time | relevance | path

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

/AOO42X/main/drawinglayer/source/attribute/
H A Dfillhatchattribute.cxx113 : mpFillHatchAttribute( in FillHatchAttribute()
125 : mpFillHatchAttribute(ImpFillHatchAttribute::get_global_default()) in FillHatchAttribute()
127 mpFillHatchAttribute->mnRefCount++; in FillHatchAttribute()
131 : mpFillHatchAttribute(rCandidate.mpFillHatchAttribute) in FillHatchAttribute()
133 mpFillHatchAttribute->mnRefCount++; in FillHatchAttribute()
138 if(mpFillHatchAttribute->mnRefCount) in ~FillHatchAttribute()
140 mpFillHatchAttribute->mnRefCount--; in ~FillHatchAttribute()
144 delete mpFillHatchAttribute; in ~FillHatchAttribute()
150 return mpFillHatchAttribute == ImpFillHatchAttribute::get_global_default(); in isDefault()
155 if(rCandidate.mpFillHatchAttribute != mpFillHatchAttribute) in operator =()
[all …]
/AOO42X/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillhatchattribute.hxx62 ImpFillHatchAttribute* mpFillHatchAttribute; member in drawinglayer::attribute::FillHatchAttribute