Searched refs:rFore (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/filter/ftools/ |
H A D | ftools.cxx | 146 Color ScfTools::GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt8 nTrans ) in GetMixedColor() argument 149 GetMixedColorComp( rFore.GetRed(), rBack.GetRed(), nTrans ), in GetMixedColor() 150 GetMixedColorComp( rFore.GetGreen(), rBack.GetGreen(), nTrans ), in GetMixedColor() 151 GetMixedColorComp( rFore.GetBlue(), rBack.GetBlue(), nTrans ) ); in GetMixedColor()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbainterior.cxx | 242 ScVbaInterior::GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt8 nTrans ) in GetMixedColor() argument 246 GetMixedColorComp( rFore.GetRed(), rBack.GetRed(), nTrans ), in GetMixedColor() 247 GetMixedColorComp( rFore.GetGreen(), rBack.GetGreen(), nTrans ), in GetMixedColor() 248 GetMixedColorComp( rFore.GetBlue(), rBack.GetBlue(), nTrans )); in GetMixedColor()
|
H A D | vbainterior.hxx | 55 Color GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt8 nTrans );
|
/aoo4110/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 707 static inline Color GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt16 nFact ) in GetMixedColor() argument 709 return Color( GetMixedCol( rBack.GetRed(), rFore.GetRed(), nFact ), in GetMixedColor() 710 GetMixedCol( rBack.GetGreen(), rFore.GetGreen(), nFact ), in GetMixedColor() 711 GetMixedCol( rBack.GetBlue(), rFore.GetBlue(), nFact ) ); in GetMixedColor()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 280 static Color GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt8 nTrans );
|
Completed in 34 milliseconds