Home
last modified time | relevance | path

Searched refs:SDRATTR_3DSCENE_LIGHTCOLOR_6 (Results 1 – 18 of 18) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvx3ditems.hxx188 return SvxColorItem(rCol, SDRATTR_3DSCENE_LIGHTCOLOR_6);
H A Dsvddef.hxx381 constexpr TypedWhichId<SvxColorItem> SDRATTR_3DSCENE_LIGHTCOLOR_6 (SDRATTR_3DSCENE_FI… variable
H A Dunoshprp.hxx476 …{ u"" UNO_NAME_3D_SCENE_LIGHTCOLOR_6, SDRATTR_3DSCENE_LIGHTCOLOR_6 , ::cppu::UnoType<sal…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvx3ditems.hxx187 return SvxColorItem(rCol, SDRATTR_3DSCENE_LIGHTCOLOR_6); in makeSvx3DLightcolor6Item()
H A Dsvddef.hxx367 #define SDRATTR_3DSCENE_LIGHTCOLOR_6 TypedWhichId<SvxColorItem>(SDRATTR_3DSCENE_FIRST + … macro
H A Dunoshprp.hxx458 …{ OUString(UNO_NAME_3D_SCENE_LIGHTCOLOR_6), SDRATTR_3DSCENE_LIGHTCOLOR_6 , ::cppu::UnoTy…
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx321 …pInfo->aLightSource.nDiffuseColor = a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTCOLOR_6).GetValue(… in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx334 …pInfo->aLightSource.nDiffuseColor = a3DLightAttributes.Get(SDRATTR_3DSCENE_LIGHTCOLOR_6).GetValue(… in IMPL_LINK_NOARG()
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarAttribute.hxx690 SDRATTR_3DSCENE_LIGHTCOLOR_6, enumerator
H A DStarItemPool.cxx875 …StarAttribute::SDRATTR_3DSCENE_LIGHTCOLOR_5, StarAttribute::SDRATTR_3DSCENE_LIGHTCOLOR_6, StarAttr… in init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A Dfloat3d.cxx1177 eState = rAttrs.GetItemState(SDRATTR_3DSCENE_LIGHTCOLOR_6); in Update()
1180 aColor = rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_6).GetValue(); in Update()
1969 rAttrs.InvalidateItem(SDRATTR_3DSCENE_LIGHTCOLOR_6); in GetAttr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/engine3d/
H A Dfloat3d.cxx1178 eState = rAttrs.GetItemState(SDRATTR_3DSCENE_LIGHTCOLOR_6); in Update()
1181 aColor = rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_6).GetValue(); in Update()
1970 rAttrs.InvalidateItem(SDRATTR_3DSCENE_LIGHTCOLOR_6); in GetAttr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx969 … const basegfx::BColor aColor(rSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_6).GetValue().getBColor()); in createNewSdrLightingAttribute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Ddlgctl3d.cxx1094 case 5 : return aLightItemSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_6).GetValue(); in GetLightColor()
1767 case 5 : return aLightItemSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_6).GetValue(); in GetLightColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdattr.cxx296 …rPoolDefaults[ SDRATTR_3DSCENE_LIGHTCOLOR_6 - SDRATTR_START ] = new SvxColorItem(Color(0x00000000)… in SdrItemPool()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx1009 … const basegfx::BColor aColor(rSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_6).GetValue().getBColor()); in createNewSdrLightingAttribute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdattr.cxx288 …rPoolDefaults[ SDRATTR_3DSCENE_LIGHTCOLOR_6 - SDRATTR_START ] = new SvxColorItem(Color(0x00000000)… in SdrItemPool()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Ddlgctl3d.cxx889 case 5 : return aLightItemSet.Get(SDRATTR_3DSCENE_LIGHTCOLOR_6).GetValue(); in GetLightColor()