Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dcolor.cxx469 (mnC1 += 180 * PER_DEGREE) %= MAX_DEGREE; in getColor()
636 …mnC1 = static_cast< sal_Int32 >( ((fG - fB) / fD * 60.0 + 360.0) * PER_DEGREE + 0.5 ) % MAX_DEGREE; in toHsl()
638 … mnC1 = static_cast< sal_Int32 >( ((fB - fR) / fD * 60.0 + 120.0) * PER_DEGREE + 0.5 ); in toHsl()
640 … mnC1 = static_cast< sal_Int32 >( ((fR - fG) / fD * 60.0 + 240.0) * PER_DEGREE + 0.5 ); in toHsl()
H A Dfillproperties.cxx257 … aGradient.Angle = static_cast< sal_Int16 >( (4500 - (nDmlAngle / (PER_DEGREE / 10))) % 3600 ); in pushToPropMap()
/trunk/main/oox/inc/oox/drawingml/
H A Ddrawingmltypes.hxx44 const sal_Int32 PER_DEGREE = 60000; variable
45 const sal_Int32 MAX_DEGREE = 360 * PER_DEGREE;
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx520 … aFillProps.maGradientProps.moShadeAngle = nDmlAngle * ::oox::drawingml::PER_DEGREE; in pushToPropMap()

Completed in 70 milliseconds