Home
last modified time | relevance | path

Searched refs:nApiRot (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/filter/excel/
H A Dxechart.cxx414 sal_Int32 nApiRot = 0; in ConvertPieRotation() local
415 rPropSet.GetProperty( nApiRot, EXC_CHPROP_STARTINGANGLE ); in ConvertPieRotation()
416 return static_cast< sal_uInt16 >( (450 - (nApiRot % 360)) % 360 ); in ConvertPieRotation()
H A Dxichart.cxx388 sal_Int32 nApiRot = (450 - (nAngle % 360)) % 360; in ConvertPieRotation() local
389 rPropSet.SetProperty( EXC_CHPROP_STARTINGANGLE, nApiRot ); in ConvertPieRotation()

Completed in 54 milliseconds