Home
last modified time | relevance | path

Searched refs:Svx3DLightOnOff2Item (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/svx/inc/svx/
H A Dsvx3ditems.hxx242 class SVX_DLLPUBLIC Svx3DLightOnOff2Item : public SfxBoolItem { class
244 Svx3DLightOnOff2Item(sal_Bool bVal = 0);
H A Dscene3d.hxx156 …{ return ((const Svx3DLightOnOff2Item&)GetObjectItemSet().Get(SDRATTR_3DSCENE_LIGHTON_2)).GetValue… in GetLightOnOff2()
/aoo4110/main/svx/source/engine3d/
H A Dsvx3ditems.cxx201 Svx3DLightOnOff2Item::Svx3DLightOnOff2Item(sal_Bool bVal) in Svx3DLightOnOff2Item() function in Svx3DLightOnOff2Item
H A Dfloat3d.cxx1145 bool bOn = ((const Svx3DLightOnOff2Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTON_2)).GetValue() != 0; in Update()
2032 rAttrs.Put(Svx3DLightOnOff2Item(bValue)); in GetAttr()
3045 …LightItemSet.Put(Svx3DLightcolor2Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff2Item(bOnOff)); b… in IMPL_LINK()
/aoo4110/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx426 …pInfo->aLightSource.bIsEnabled = ((const Svx3DLightOnOff2Item&)a3DLightAttributes.Get(SDRATTR_3DSC… in IMPL_LINK()
605 aItemSet.Put(Svx3DLightOnOff2Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
/aoo4110/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx922 if(((const Svx3DLightOnOff2Item&)rSet.Get(SDRATTR_3DSCENE_LIGHTON_2)).GetValue()) in createNewSdrLightingAttribute()
/aoo4110/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx734 pScene->GetProperties().SetObjectItem( Svx3DLightOnOff2Item( sal_True ) ); in Create3DObject()
/aoo4110/main/svx/source/dialog/
H A Ddlgctl3d.cxx925 …case 1 : return ((const Svx3DLightOnOff2Item&)aLightItemSet.Get(SDRATTR_3DSCENE_LIGHTON_2)).GetVal… in GetLightOnOff()
/aoo4110/main/svx/source/svdraw/
H A Dsvdattr.cxx270 mppLocalPoolDefaults[ SDRATTR_3DSCENE_LIGHTON_2 - SDRATTR_START ] = new Svx3DLightOnOff2Item; in SdrItemPool()

Completed in 263 milliseconds