Searched refs:GetMixedColorComp (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/filter/ftools/ |
H A D | ftools.cxx | 140 sal_uInt8 ScfTools::GetMixedColorComp( sal_uInt8 nFore, sal_uInt8 nBack, sal_uInt8 nTrans ) in GetMixedColorComp() function in ScfTools 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()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbainterior.cxx | 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() 251 ScVbaInterior::GetMixedColorComp( sal_uInt8 nFore, sal_uInt8 nBack, sal_uInt8 nTrans ) in GetMixedColorComp() function in ScVbaInterior
|
H A D | vbainterior.hxx | 56 sal_uInt8 GetMixedColorComp( sal_uInt8 nFore, sal_uInt8 nBack, sal_uInt8 nTrans );
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 277 static sal_uInt8 GetMixedColorComp( sal_uInt8 nFore, sal_uInt8 nBack, sal_uInt8 nTrans );
|
Completed in 17 milliseconds