Searched refs:lclOffValue (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/oox/source/drawingml/ |
H A D | color.cxx | 203 void lclOffValue( sal_Int32& ornValue, sal_Int32 nOff, sal_Int32 nMax = MAX_PERCENT ) in lclOffValue() function 318 case XML_alphaOff: lclOffValue( mnAlpha, nValue ); break; in addTransformation() 384 case XML_redOff: toCrgb(); lclOffValue( mnC1, aIt->mnValue ); break; in getColor() 387 case XML_greenOff: toCrgb(); lclOffValue( mnC2, aIt->mnValue ); break; in getColor() 390 case XML_blueOff: toCrgb(); lclOffValue( mnC3, aIt->mnValue ); break; in getColor() 394 case XML_hueOff: toHsl(); lclOffValue( mnC1, aIt->mnValue, MAX_DEGREE ); break; in getColor() 397 case XML_satOff: toHsl(); lclOffValue( mnC2, aIt->mnValue ); break; in getColor() 413 lclOffValue( mnC3, aIt->mnValue ); in getColor()
|
Completed in 17 milliseconds