Searched refs:aMixedColor (Results 1 – 2 of 2) sorted by relevance
137 Color aMixedColor; in SetMixedColor() local139 aMixedColor = GetPatternColor( Color(nPatternColor), aBackColor, (sal_uInt32)nPattern ); in SetMixedColor()141 aMixedColor = GetPatternColor( aBackColor, aBackColor, (sal_uInt32)nPattern ); in SetMixedColor()142 sal_Int32 nMixedColor = aMixedColor.GetColor() & COLORMAST; in SetMixedColor()
234 Color aMixedColor((aStartColor + aEndColor) * 0.5); in getSvxBrushItemFromSourceSet() local246 aMixedColor.SetTransparency(aTargetTrans); in getSvxBrushItemFromSourceSet()249 aRetval = SvxBrushItem(aMixedColor, nBackgroundID); in getSvxBrushItemFromSourceSet()
Completed in 18 milliseconds