Searched refs:nPerspective (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | plotareaconverter.cxx | 258 …sal_Int32 nPerspective = getLimitedValue< sal_Int32, sal_Int32 >( mrModel.mnPerspective / 2, 0, 10… in convertFromModel() local 260 bool bParallel = bRightAngled || (nPerspective == 0); in convertFromModel() 266 aPropSet.setProperty( PROP_Perspective, nPerspective ); in convertFromModel()
|
/aoo4110/main/chart2/source/model/main/ |
H A D | Diagram.cxx | 703 sal_Int32 nPerspective = ::basegfx::fround( ThreeDHelper::CameraDistanceToPerspective( in getFastPropertyValue() local 705 rValue = uno::makeAny(nPerspective); in getFastPropertyValue()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 2361 sal_Int32 nPerspective = 15; in Convert() local 2374 nPerspective = limit_cast< sal_Int32, sal_Int32 >( maData.mnEyeDist, 0, 100 ); in Convert() 2378 bool bParallel = bRightAngled || (nPerspective == 0); in Convert() 2393 nPerspective = limit_cast< sal_Int32, sal_Int32 >( maData.mnEyeDist, 0, 100 ); in Convert() 2407 rPropSet.SetProperty( EXC_CHPROP_PERSPECTIVE, nPerspective ); in Convert()
|
H A D | xechart.cxx | 2237 sal_Int32 nPerspective = 15; in Convert() local 2238 rPropSet.GetProperty( nPerspective, EXC_CHPROP_PERSPECTIVE ); in Convert() 2248 maData.mnEyeDist = limit_cast< sal_uInt16 >( nPerspective, 0, 100 ); in Convert() 2262 maData.mnEyeDist = limit_cast< sal_uInt16 >( nPerspective, 0, 100 ); in Convert()
|
Completed in 65 milliseconds