Searched refs:nApiRot (Results 1 – 2 of 2) sorted by relevance
414 sal_Int32 nApiRot = 0; in ConvertPieRotation() local415 rPropSet.GetProperty( nApiRot, EXC_CHPROP_STARTINGANGLE ); in ConvertPieRotation()416 return static_cast< sal_uInt16 >( (450 - (nApiRot % 360)) % 360 ); in ConvertPieRotation()
388 sal_Int32 nApiRot = (450 - (nAngle % 360)) % 360; in ConvertPieRotation() local389 rPropSet.SetProperty( EXC_CHPROP_STARTINGANGLE, nApiRot ); in ConvertPieRotation()
Completed in 55 milliseconds