Searched refs:Svx3DLightcolor2Item (Results 1 – 9 of 9) sorted by relevance
197 class SVX_DLLPUBLIC Svx3DLightcolor2Item : public SvxColorItem { class199 Svx3DLightcolor2Item(const Color& rCol = Color(0x00000000));
134 …{ return ((const Svx3DLightcolor2Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTCOLOR_2)).GetVa… in GetLightColor2()
165 Svx3DLightcolor2Item::Svx3DLightcolor2Item(const Color& rCol) in Svx3DLightcolor2Item() function in Svx3DLightcolor2Item
1125 aColor = ((const Svx3DLightcolor2Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_2)).GetValue(); in Update()2023 rAttrs.Put(Svx3DLightcolor2Item(aColor)); in GetAttr()3045 …case 1: aLightItemSet.Put(Svx3DLightcolor2Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff2Item(bO… in IMPL_LINK()
425 …pInfo->aLightSource.nDiffuseColor = ((const Svx3DLightcolor2Item&)a3DLightAttributes.Get(SDRATTR_3… in IMPL_LINK()604 aItemSet.Put(Svx3DLightcolor2Item(pInfo->aLightSource.nDiffuseColor)); in updatePreview()
924 …const basegfx::BColor aColor(((const Svx3DLightcolor2Item&)rSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_2))… in createNewSdrLightingAttribute()
947 …case 1 : return ((const Svx3DLightcolor2Item&)aLightItemSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_2)).Get… in GetLightColor()
736 pScene->GetProperties().SetObjectItem( Svx3DLightcolor2Item( aAmbientSpot2Color ) ); in Create3DObject()
261 mppLocalPoolDefaults[ SDRATTR_3DSCENE_LIGHTCOLOR_2 - SDRATTR_START ] = new Svx3DLightcolor2Item; in SdrItemPool()
Completed in 71 milliseconds