Searched refs:Svx3DLightcolor5Item (Results 1 – 8 of 8) sorted by relevance
212 class SVX_DLLPUBLIC Svx3DLightcolor5Item : public SvxColorItem { class214 Svx3DLightcolor5Item(const Color& rCol = Color(0x00000000));
140 …{ return ((const Svx3DLightcolor5Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTCOLOR_5)).GetVa… in GetLightColor5()
177 Svx3DLightcolor5Item::Svx3DLightcolor5Item(const Color& rCol) in Svx3DLightcolor5Item() function in Svx3DLightcolor5Item
1272 aColor = ((const Svx3DLightcolor5Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_5)).GetValue(); in Update()2095 rAttrs.Put(Svx3DLightcolor5Item(aColor)); in GetAttr()3048 …case 4: aLightItemSet.Put(Svx3DLightcolor5Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff5Item(bO… in IMPL_LINK()
440 …pInfo->aLightSource.nDiffuseColor = ((const Svx3DLightcolor5Item&)a3DLightAttributes.Get(SDRATTR_3… in IMPL_LINK()619 aItemSet.Put(Svx3DLightcolor5Item(pInfo->aLightSource.nDiffuseColor)); in updatePreview()
945 …const basegfx::BColor aColor(((const Svx3DLightcolor5Item&)rSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_5))… in createNewSdrLightingAttribute()
950 …case 4 : return ((const Svx3DLightcolor5Item&)aLightItemSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_5)).Get… in GetLightColor()
264 mppLocalPoolDefaults[ SDRATTR_3DSCENE_LIGHTCOLOR_5 - SDRATTR_START ] = new Svx3DLightcolor5Item; in SdrItemPool()
Completed in 159 milliseconds