Home
last modified time | relevance | path

Searched refs:rFore (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/filter/ftools/
H A Dftools.cxx146 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()
/trunk/main/sc/source/ui/vba/
H A Dvbainterior.cxx242 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 Dvbainterior.hxx55 Color GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt8 nTrans );
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx707 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()
/trunk/main/sc/source/filter/inc/
H A Dftools.hxx280 static Color GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt8 nTrans );

Completed in 42 milliseconds