Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/attribute/
H A Dfontattribute.cxx137 : mpFontAttribute(new ImpFontAttribute( in FontAttribute()
143 : mpFontAttribute(ImpFontAttribute::get_global_default()) in FontAttribute()
145 mpFontAttribute->mnRefCount++; in FontAttribute()
149 : mpFontAttribute(rCandidate.mpFontAttribute) in FontAttribute()
151 mpFontAttribute->mnRefCount++; in FontAttribute()
156 if(mpFontAttribute->mnRefCount) in ~FontAttribute()
158 mpFontAttribute->mnRefCount--; in ~FontAttribute()
162 delete mpFontAttribute; in ~FontAttribute()
168 return mpFontAttribute == ImpFontAttribute::get_global_default(); in isDefault()
173 if(rCandidate.mpFontAttribute != mpFontAttribute) in operator =()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfontattribute.hxx51 ImpFontAttribute* mpFontAttribute; member in drawinglayer::attribute::FontAttribute