Searched refs:nRotationX (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | plotareaconverter.cxx | 220 sal_Int32 nRotationX = 0; in convertFromModel() local 230 …nRotationX = getLimitedValue< sal_Int32, sal_Int32 >( mrModel.monRotationX.get( 15 ), 0, 90 ) - 90; in convertFromModel() 243 … nRotationX = getLimitedValue< sal_Int32, sal_Int32 >( mrModel.monRotationX.get( 15 ), -90, 90 ); in convertFromModel() 265 aPropSet.setProperty( PROP_RotationHorizontal, nRotationX ); in convertFromModel()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xechart.cxx | 2235 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 D | xichart.cxx | 2360 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