Home
last modified time | relevance | path

Searched refs:PER_PERCENT (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dfillproperties.cxx235 … 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 Dcolor.cxx518 return static_cast< sal_Int16 >( (MAX_PERCENT - mnAlpha) / PER_PERCENT ); in getTransparency()
648 else if( mnC3 <= 50 * PER_PERCENT ) // dark...full color in toHsl()
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx41 const sal_Int32 PER_PERCENT = 1000; variable
42 const sal_Int32 MAX_PERCENT = 100 * PER_PERCENT;
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx652 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 33 milliseconds