Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx134 LightSource aLightSource; member
142 , aLightSource() in LightSourceInfo()
144 aLightSource.nDiffuseColor = 0xffffff; // white in LightSourceInfo()
145 aLightSource.aDirection = drawing::Direction3D(1,1,1); in LightSourceInfo()
146 aLightSource.bIsEnabled = sal_False; in LightSourceInfo()
568 pInfo->aLightSource.bIsEnabled=pButton->isLightOn(); in IMPL_LINK()
600 aItemSet.Put(Svx3DLightOnOff1Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
605 aItemSet.Put(Svx3DLightOnOff2Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
610 aItemSet.Put(Svx3DLightOnOff3Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
615 aItemSet.Put(Svx3DLightOnOff4Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
[all …]

Completed in 20 milliseconds