Lines Matching refs:aItemSet

593     SfxItemSet aItemSet(m_aCtl_Preview.GetSvx3DLightControl().Get3DAttributes());  in updatePreview()  local
597 aItemSet.Put(Svx3DAmbientcolorItem(m_aLB_AmbientLight.GetSelectEntryColor())); in updatePreview()
599 aItemSet.Put(Svx3DLightcolor1Item(pInfo->aLightSource.nDiffuseColor)); in updatePreview()
600 aItemSet.Put(Svx3DLightOnOff1Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
601 aItemSet.Put(Svx3DLightDirection1Item(Direction3DToB3DVector(pInfo->aLightSource.aDirection))); in updatePreview()
604 aItemSet.Put(Svx3DLightcolor2Item(pInfo->aLightSource.nDiffuseColor)); in updatePreview()
605 aItemSet.Put(Svx3DLightOnOff2Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
606 aItemSet.Put(Svx3DLightDirection2Item(Direction3DToB3DVector(pInfo->aLightSource.aDirection))); in updatePreview()
609 aItemSet.Put(Svx3DLightcolor3Item(pInfo->aLightSource.nDiffuseColor)); in updatePreview()
610 aItemSet.Put(Svx3DLightOnOff3Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
611 aItemSet.Put(Svx3DLightDirection3Item(Direction3DToB3DVector(pInfo->aLightSource.aDirection))); in updatePreview()
614 aItemSet.Put(Svx3DLightcolor4Item(pInfo->aLightSource.nDiffuseColor)); in updatePreview()
615 aItemSet.Put(Svx3DLightOnOff4Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
616 aItemSet.Put(Svx3DLightDirection4Item(Direction3DToB3DVector(pInfo->aLightSource.aDirection))); in updatePreview()
619 aItemSet.Put(Svx3DLightcolor5Item(pInfo->aLightSource.nDiffuseColor)); in updatePreview()
620 aItemSet.Put(Svx3DLightOnOff5Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
621 aItemSet.Put(Svx3DLightDirection5Item(Direction3DToB3DVector(pInfo->aLightSource.aDirection))); in updatePreview()
624 aItemSet.Put(Svx3DLightcolor6Item(pInfo->aLightSource.nDiffuseColor)); in updatePreview()
625 aItemSet.Put(Svx3DLightOnOff6Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
626 aItemSet.Put(Svx3DLightDirection6Item(Direction3DToB3DVector(pInfo->aLightSource.aDirection))); in updatePreview()
629 aItemSet.Put(Svx3DLightcolor7Item(pInfo->aLightSource.nDiffuseColor)); in updatePreview()
630 aItemSet.Put(Svx3DLightOnOff7Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
631 aItemSet.Put(Svx3DLightDirection7Item(Direction3DToB3DVector(pInfo->aLightSource.aDirection))); in updatePreview()
634 aItemSet.Put(Svx3DLightcolor8Item(pInfo->aLightSource.nDiffuseColor)); in updatePreview()
635 aItemSet.Put(Svx3DLightOnOff8Item(pInfo->aLightSource.bIsEnabled)); in updatePreview()
636 aItemSet.Put(Svx3DLightDirection8Item(Direction3DToB3DVector(pInfo->aLightSource.aDirection))); in updatePreview()
639 m_aCtl_Preview.GetSvx3DLightControl().Set3DAttributes(aItemSet); in updatePreview()