Lines Matching refs:mdRed

1083     double mdRed, mdGreen, mdBlue;  member in cui::ColorPickerDialog
1261 mdRed = ((double)aColor.GetRed()) / 255.0; in ColorPickerDialog()
1265 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in ColorPickerDialog()
1266 RGBtoCMYK( mdRed, mdGreen, mdBlue, mdCyan, mdMagenta, mdYellow, mdKey ); in ColorPickerDialog()
1280 return Color( toInt(mdRed,255.0), toInt(mdGreen,255.0), toInt(mdBlue,255.0) ).GetColor(); in GetColor()
1285 sal_uInt8 nRed = toInt(mdRed,255.0); in update_color()
1321 case GREEN: maColorField.SetValues( aColor, meMode, mdBlue, mdRed ); break; in update_color()
1322 case BLUE: maColorField.SetValues( aColor, meMode, mdRed, mdGreen ); break; in update_color()
1333 case RED: maColorSlider.SetValue( aColor, meMode, mdRed ); break; in update_color()
1378 case BLUE: mdRed = x; setColorComponent( COLORCOMP_GREEN, y ); break; in IMPL_LINK()
1459 mdRed = ((double)aColor.GetRed()) / 255.0; in IMPL_LINK()
1463 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in IMPL_LINK()
1464 RGBtoCMYK( mdRed, mdGreen, mdBlue, mdCyan, mdMagenta, mdYellow, mdKey ); in IMPL_LINK()
1518 case COLORCOMP_RED: mdRed = dValue; break; in setColorComponent()
1532 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in setColorComponent()
1533 RGBtoCMYK( mdRed, mdGreen, mdBlue, mdCyan, mdMagenta, mdYellow, mdKey ); in setColorComponent()
1537 HSVtoRGB( mdHue, mdSat, mdBri, mdRed, mdGreen, mdBlue ); in setColorComponent()
1538 RGBtoCMYK( mdRed, mdGreen, mdBlue, mdCyan, mdMagenta, mdYellow, mdKey ); in setColorComponent()
1542 CMYKtoRGB( mdCyan, mdMagenta, mdYellow, mdKey, mdRed, mdGreen, mdBlue ); in setColorComponent()
1543 RGBtoHSV( mdRed, mdGreen, mdBlue, mdHue, mdSat, mdBri ); in setColorComponent()