Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/drawingml/
H A Dcolor.cxx382 case XML_red: toCrgb(); lclSetValue( mnC1, aIt->mnValue ); break; in getColor()
383 case XML_redMod: toCrgb(); lclModValue( mnC1, aIt->mnValue ); break; in getColor()
384 case XML_redOff: toCrgb(); lclOffValue( mnC1, aIt->mnValue ); break; in getColor()
385 case XML_green: toCrgb(); lclSetValue( mnC2, aIt->mnValue ); break; in getColor()
386 case XML_greenMod: toCrgb(); lclModValue( mnC2, aIt->mnValue ); break; in getColor()
387 case XML_greenOff: toCrgb(); lclOffValue( mnC2, aIt->mnValue ); break; in getColor()
388 case XML_blue: toCrgb(); lclSetValue( mnC3, aIt->mnValue ); break; in getColor()
389 case XML_blueMod: toCrgb(); lclModValue( mnC3, aIt->mnValue ); break; in getColor()
390 case XML_blueOff: toCrgb(); lclOffValue( mnC3, aIt->mnValue ); break; in getColor()
420 toCrgb(); in getColor()
[all …]
/AOO41X/main/oox/inc/oox/drawingml/
H A Dcolor.hxx103 void toCrgb() const;