Home
last modified time | relevance | path

Searched refs:nPerspective (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx258 …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()
/trunk/main/chart2/source/model/main/
H A DDiagram.cxx703 sal_Int32 nPerspective = ::basegfx::fround( ThreeDHelper::CameraDistanceToPerspective( in getFastPropertyValue() local
705 rValue = uno::makeAny(nPerspective); in getFastPropertyValue()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx2361 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 Dxechart.cxx2237 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 75 milliseconds