Lines Matching refs:aColor

1070     Color aColor;  in Update()  local
1076 aColor = ((const Svx3DLightcolor1Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_1)).GetValue(); in Update()
1078 if( aColor != pLb->GetSelectEntryColor() ) in Update()
1080 LBSelectColor( pLb, aColor ); in Update()
1125 aColor = ((const Svx3DLightcolor2Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_2)).GetValue(); in Update()
1127 if( aColor != pLb->GetSelectEntryColor() ) in Update()
1129 LBSelectColor( pLb, aColor ); in Update()
1174 aColor = ((const Svx3DLightcolor3Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_3)).GetValue(); in Update()
1176 if( aColor != pLb->GetSelectEntryColor() ) in Update()
1178 LBSelectColor( pLb, aColor ); in Update()
1223 aColor = ((const Svx3DLightcolor4Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_4)).GetValue(); in Update()
1225 if( aColor != pLb->GetSelectEntryColor() ) in Update()
1227 LBSelectColor( pLb, aColor ); in Update()
1272 aColor = ((const Svx3DLightcolor5Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_5)).GetValue(); in Update()
1274 if( aColor != pLb->GetSelectEntryColor() ) in Update()
1276 LBSelectColor( pLb, aColor ); in Update()
1321 aColor = ((const Svx3DLightcolor6Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_6)).GetValue(); in Update()
1323 if( aColor != pLb->GetSelectEntryColor() ) in Update()
1325 LBSelectColor( pLb, aColor ); in Update()
1370 aColor = ((const Svx3DLightcolor7Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_7)).GetValue(); in Update()
1372 if( aColor != pLb->GetSelectEntryColor() ) in Update()
1374 LBSelectColor( pLb, aColor ); in Update()
1419 aColor = ((const Svx3DLightcolor8Item&)rAttrs.Get(SDRATTR_3DSCENE_LIGHTCOLOR_8)).GetValue(); in Update()
1421 if( aColor != pLb->GetSelectEntryColor() ) in Update()
1423 LBSelectColor( pLb, aColor ); in Update()
1468aColor = ((const Svx3DAmbientcolorItem&)rAttrs.Get(SDRATTR_3DSCENE_AMBIENTCOLOR)).GetValue(); in Update()
1470 if( aColor != pLb->GetSelectEntryColor() ) in Update()
1472 LBSelectColor( pLb, aColor ); in Update()
1630 aColor = ((const XFillColorItem&)rAttrs.Get(XATTR_FILLCOLOR)).GetColorValue(); in Update()
1632 if( aColor != pLb->GetSelectEntryColor() ) in Update()
1634 LBSelectColor( pLb, aColor ); in Update()
1651aColor = ((const Svx3DMaterialEmissionItem&)rAttrs.Get(SDRATTR_3DOBJ_MAT_EMISSION)).GetValue(); in Update()
1653 if( aColor != pLb->GetSelectEntryColor() ) in Update()
1655 LBSelectColor( pLb, aColor ); in Update()
1672aColor = ((const Svx3DMaterialSpecularItem&)rAttrs.Get(SDRATTR_3DOBJ_MAT_SPECULAR)).GetValue(); in Update()
1674 if( aColor != pLb->GetSelectEntryColor() ) in Update()
1676 LBSelectColor( pLb, aColor ); in Update()
1991 Color aColor; in GetAttr() local
1997 aColor = aLbLight1.GetSelectEntryColor(); in GetAttr()
1998 rAttrs.Put(Svx3DLightcolor1Item(aColor)); in GetAttr()
2022 aColor = aLbLight2.GetSelectEntryColor(); in GetAttr()
2023 rAttrs.Put(Svx3DLightcolor2Item(aColor)); in GetAttr()
2046 aColor = aLbLight3.GetSelectEntryColor(); in GetAttr()
2047 rAttrs.Put(Svx3DLightcolor3Item(aColor)); in GetAttr()
2070 aColor = aLbLight4.GetSelectEntryColor(); in GetAttr()
2071 rAttrs.Put(Svx3DLightcolor4Item(aColor)); in GetAttr()
2094 aColor = aLbLight5.GetSelectEntryColor(); in GetAttr()
2095 rAttrs.Put(Svx3DLightcolor5Item(aColor)); in GetAttr()
2118 aColor = aLbLight6.GetSelectEntryColor(); in GetAttr()
2119 rAttrs.Put(Svx3DLightcolor6Item(aColor)); in GetAttr()
2142 aColor = aLbLight7.GetSelectEntryColor(); in GetAttr()
2143 rAttrs.Put(Svx3DLightcolor7Item(aColor)); in GetAttr()
2166 aColor = aLbLight8.GetSelectEntryColor(); in GetAttr()
2167 rAttrs.Put(Svx3DLightcolor8Item(aColor)); in GetAttr()
2190 aColor = aLbAmbientlight.GetSelectEntryColor(); in GetAttr()
2191 rAttrs.Put(Svx3DAmbientcolorItem(aColor)); in GetAttr()
2268 aColor = aLbMatColor.GetSelectEntryColor(); in GetAttr()
2269 rAttrs.Put( XFillColorItem( String(), aColor) ); in GetAttr()
2279 aColor = aLbMatEmission.GetSelectEntryColor(); in GetAttr()
2280 rAttrs.Put(Svx3DMaterialEmissionItem(aColor)); in GetAttr()
2288 aColor = aLbMatSpecular.GetSelectEntryColor(); in GetAttr()
2289 rAttrs.Put(Svx3DMaterialSpecularItem(aColor)); in GetAttr()
2883 Color aColor = pLb->GetSelectEntryColor(); in IMPL_LINK() local
2885 aColorDlg.SetColor( aColor ); in IMPL_LINK()
2888 aColor = aColorDlg.GetColor(); in IMPL_LINK()
2889 if( LBSelectColor( pLb, aColor ) ) in IMPL_LINK()
2900 Color aColor; in IMPL_LINK() local
3038 Color aColor( pLb->GetSelectEntryColor() ); in IMPL_LINK() local
3044 …case 0: aLightItemSet.Put(Svx3DLightcolor1Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff1Item(bO… in IMPL_LINK()
3045 …case 1: aLightItemSet.Put(Svx3DLightcolor2Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff2Item(bO… in IMPL_LINK()
3046 …case 2: aLightItemSet.Put(Svx3DLightcolor3Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff3Item(bO… in IMPL_LINK()
3047 …case 3: aLightItemSet.Put(Svx3DLightcolor4Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff4Item(bO… in IMPL_LINK()
3048 …case 4: aLightItemSet.Put(Svx3DLightcolor5Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff5Item(bO… in IMPL_LINK()
3049 …case 5: aLightItemSet.Put(Svx3DLightcolor6Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff6Item(bO… in IMPL_LINK()
3050 …case 6: aLightItemSet.Put(Svx3DLightcolor7Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff7Item(bO… in IMPL_LINK()
3052 …case 7: aLightItemSet.Put(Svx3DLightcolor8Item(aColor)); aLightItemSet.Put(Svx3DLightOnOff8Item(bO… in IMPL_LINK()