Searched refs:Svx3DLightcolor1Item (Results 1 – 9 of 9) sorted by relevance
192 class SVX_DLLPUBLIC Svx3DLightcolor1Item : public SvxColorItem { class194 Svx3DLightcolor1Item(const Color& rCol = Color(0xffcccccc));
132 …{ return ((const Svx3DLightcolor1Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTCOLOR_1)).GetVa… in GetLightColor1()
161 Svx3DLightcolor1Item::Svx3DLightcolor1Item(const Color& rCol) in Svx3DLightcolor1Item() function in Svx3DLightcolor1Item
1076 aColor = ((const Svx3DLightcolor1Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_1)).GetValue(); in Update()1998 rAttrs.Put(Svx3DLightcolor1Item(aColor)); in GetAttr()3044 …case 0: aLightItemSet.Put(Svx3DLightcolor1Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff1Item(bO… in IMPL_LINK()
420 …pInfo->aLightSource.nDiffuseColor = ((const Svx3DLightcolor1Item&)a3DLightAttributes.Get(SDRATTR_3… in IMPL_LINK()599 aItemSet.Put(Svx3DLightcolor1Item(pInfo->aLightSource.nDiffuseColor)); in updatePreview()
917 …const basegfx::BColor aColor(((const Svx3DLightcolor1Item&)rSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_1))… in createNewSdrLightingAttribute()
946 …case 0 : return ((const Svx3DLightcolor1Item&)aLightItemSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_1)).Get… in GetLightColor()
728 pScene->GetProperties().SetObjectItem( Svx3DLightcolor1Item( aAmbientSpot1Color ) ); in Create3DObject()
260 mppLocalPoolDefaults[ SDRATTR_3DSCENE_LIGHTCOLOR_1 - SDRATTR_START ] = new Svx3DLightcolor1Item; in SdrItemPool()
Completed in 178 milliseconds