Home
last modified time | relevance | path

Searched refs:nRotationX (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx220 sal_Int32 nRotationX = 0; in convertFromModel() local
230nRotationX = getLimitedValue< sal_Int32, sal_Int32 >( mrModel.monRotationX.get( 15 ), 0, 90 ) - 90; in convertFromModel()
243nRotationX = getLimitedValue< sal_Int32, sal_Int32 >( mrModel.monRotationX.get( 15 ), -90, 90 ); in convertFromModel()
265 aPropSet.setProperty( PROP_RotationHorizontal, nRotationX ); in convertFromModel()
/aoo4110/main/sc/source/filter/excel/
H A Dxechart.cxx2235 sal_Int32 nRotationX = 0; in Convert() local
2236 rPropSet.GetProperty( nRotationX, EXC_CHPROP_ROTATIONHORIZONTAL ); in Convert()
2246 maData.mnElevation = limit_cast< sal_Int16 >( nRotationX, -90, 90 ); in Convert()
2260 maData.mnElevation = limit_cast< sal_Int16 >( (nRotationX + 270) % 180, 10, 80 ); in Convert()
H A Dxichart.cxx2360 sal_Int32 nRotationX = 0; in Convert() local
2372 nRotationX = limit_cast< sal_Int32, sal_Int32 >( maData.mnElevation, -90, 90 ); in Convert()
2391 nRotationX = limit_cast< sal_Int32, sal_Int32 >( maData.mnElevation, 10, 80 ) - 90; in Convert()
2406 rPropSet.SetProperty( EXC_CHPROP_ROTATIONHORIZONTAL, nRotationX ); in Convert()

Completed in 58 milliseconds