Lines Matching refs:mpSdrLightingAttribute

86 		:	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 =()
124 if(mpSdrLightingAttribute->mnRefCount) in operator =()
126 mpSdrLightingAttribute->mnRefCount--; in operator =()
130 delete mpSdrLightingAttribute; in operator =()
133 mpSdrLightingAttribute = rCandidate.mpSdrLightingAttribute; in operator =()
134 mpSdrLightingAttribute->mnRefCount++; in operator =()
142 if(rCandidate.mpSdrLightingAttribute == mpSdrLightingAttribute) in operator ==()
152 return (*rCandidate.mpSdrLightingAttribute == *mpSdrLightingAttribute); in operator ==()
157 return mpSdrLightingAttribute->getAmbientLight(); in getAmbientLight()
162 return mpSdrLightingAttribute->getLightVector(); in getLightVector()
175 aRetval += mpSdrLightingAttribute->getAmbientLight() * rColor; in solveColorModel()
178 const sal_uInt32 nLightCount(mpSdrLightingAttribute->getLightVector().size()); in solveColorModel()
188 const Sdr3DLightAttribute& rLight(mpSdrLightingAttribute->getLightVector()[a]); in solveColorModel()