Home
last modified time | relevance | path

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

/AOO41X/main/drawinglayer/source/attribute/
H A Dsdrlightingattribute3d.cxx86 : mpSdrLightingAttribute(new ImpSdrLightingAttribute( in SdrLightingAttribute()
92 : mpSdrLightingAttribute(ImpSdrLightingAttribute::get_global_default()) in SdrLightingAttribute()
94 mpSdrLightingAttribute->mnRefCount++; in SdrLightingAttribute()
98 : mpSdrLightingAttribute(rCandidate.mpSdrLightingAttribute) in SdrLightingAttribute()
100 mpSdrLightingAttribute->mnRefCount++; in SdrLightingAttribute()
105 if(mpSdrLightingAttribute->mnRefCount) in ~SdrLightingAttribute()
107 mpSdrLightingAttribute->mnRefCount--; in ~SdrLightingAttribute()
111 delete mpSdrLightingAttribute; in ~SdrLightingAttribute()
117 return mpSdrLightingAttribute == ImpSdrLightingAttribute::get_global_default(); in isDefault()
122 if(rCandidate.mpSdrLightingAttribute != mpSdrLightingAttribute) in operator =()
[all …]
/AOO41X/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrlightingattribute3d.hxx50 ImpSdrLightingAttribute* mpSdrLightingAttribute; member in drawinglayer::attribute::SdrLightingAttribute