Searched refs:PER_PERCENT (Results  1 – 4 of 4) sorted by relevance
| /aoo42x/main/oox/source/drawingml/ | 
| H A D | fillproperties.cxx | 235 …     aGradient.XOffset = getLimitedValue< sal_Int16, sal_Int32 >( nCenterX / PER_PERCENT, 30, 70 );  in pushToPropMap()237 …     aGradient.YOffset = getLimitedValue< sal_Int16, sal_Int32 >( nCenterY / PER_PERCENT, 30, 70 );  in pushToPropMap()
 401 …LimitedValue< sal_Int16, sal_Int32 >( maBlipProps.moBrightness.get( 0 ) / PER_PERCENT, -100, 100 );  in pushToPropMap()
 404 …etLimitedValue< sal_Int16, sal_Int32 >( maBlipProps.moContrast.get( 0 ) / PER_PERCENT, -100, 100 );  in pushToPropMap()
 
 | 
| H A D | color.cxx | 518     return static_cast< sal_Int16 >( (MAX_PERCENT - mnAlpha) / PER_PERCENT );  in getTransparency()648             else if( mnC3 <= 50 * PER_PERCENT )         // dark...full color  in toHsl()
 
 | 
| /aoo42x/main/oox/inc/oox/drawingml/ | 
| H A D | drawingmltypes.hxx | 41 const sal_Int32 PER_PERCENT     = 1000;  variable42 const sal_Int32 MAX_PERCENT     = 100 * PER_PERCENT;
 
 | 
| /aoo42x/main/oox/source/xls/ | 
| H A D | drawingmanager.cxx | 652                 aLineProps.maLineFill.maFillColor.addTransformation( XML_alpha, 50 * PER_PERCENT );  in convertLineProperties()656                 aLineProps.maLineFill.maFillColor.addTransformation( XML_alpha, 75 * PER_PERCENT );  in convertLineProperties()
 660                 aLineProps.maLineFill.maFillColor.addTransformation( XML_alpha, 25 * PER_PERCENT );  in convertLineProperties()
 
 | 
        Completed in 42 milliseconds