Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbainterior.cxx137 Color aMixedColor; in SetMixedColor() local
139 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()
/trunk/main/svx/source/unodraw/
H A Dunobrushitemhelper.cxx234 Color aMixedColor((aStartColor + aEndColor) * 0.5); in getSvxBrushItemFromSourceSet() local
246 aMixedColor.SetTransparency(aTargetTrans); in getSvxBrushItemFromSourceSet()
249 aRetval = SvxBrushItem(aMixedColor, nBackgroundID); in getSvxBrushItemFromSourceSet()

Completed in 20 milliseconds