Searched refs:Svx3DLightcolor4Item (Results 1 – 8 of 8) sorted by relevance
207 class SVX_DLLPUBLIC Svx3DLightcolor4Item : public SvxColorItem { class209 Svx3DLightcolor4Item(const Color& rCol = Color(0x00000000));
138 …{ return ((const Svx3DLightcolor4Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTCOLOR_4)).GetVa… in GetLightColor4()
173 Svx3DLightcolor4Item::Svx3DLightcolor4Item(const Color& rCol) in Svx3DLightcolor4Item() function in Svx3DLightcolor4Item
1223 aColor = ((const Svx3DLightcolor4Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_4)).GetValue(); in Update()2071 rAttrs.Put(Svx3DLightcolor4Item(aColor)); in GetAttr()3047 …case 3: aLightItemSet.Put(Svx3DLightcolor4Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff4Item(bO… in IMPL_LINK()
435 …pInfo->aLightSource.nDiffuseColor = ((const Svx3DLightcolor4Item&)a3DLightAttributes.Get(SDRATTR_3… in IMPL_LINK()614 aItemSet.Put(Svx3DLightcolor4Item(pInfo->aLightSource.nDiffuseColor)); in updatePreview()
938 …const basegfx::BColor aColor(((const Svx3DLightcolor4Item&)rSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_4))… in createNewSdrLightingAttribute()
949 …case 3 : return ((const Svx3DLightcolor4Item&)aLightItemSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_4)).Get… in GetLightColor()
263 mppLocalPoolDefaults[ SDRATTR_3DSCENE_LIGHTCOLOR_4 - SDRATTR_START ] = new Svx3DLightcolor4Item; in SdrItemPool()
Completed in 79 milliseconds