Lines Matching refs:mrModel

129 …for( AxesSetModel::TypeGroupVector::iterator aIt = mrModel.maTypeGroups.begin(), aEnd = mrModel.ma…  in convertFromModel()
176 …ModelRef< AxisModel > xXAxis = lclGetOrCreateAxis( mrModel.maAxes, API_X_AXIS, rFirstTypeGroup.get… in convertFromModel()
177 … ModelRef< AxisModel > xYAxis = lclGetOrCreateAxis( mrModel.maAxes, API_Y_AXIS, C_TOKEN( valAx ) ); in convertFromModel()
186 … ModelRef< AxisModel > xZAxis = lclGetOrCreateAxis( mrModel.maAxes, API_Z_AXIS, C_TOKEN( serAx ) ); in convertFromModel()
228 rTypeGroup.convertPieRotation( aPropSet, mrModel.monRotationY.get( 0 ) ); in convertFromModel()
230 …nRotationX = getLimitedValue< sal_Int32, sal_Int32 >( mrModel.monRotationX.get( 15 ), 0, 90 ) - 90; in convertFromModel()
241 nRotationY = mrModel.monRotationY.get( 20 ); in convertFromModel()
243 … nRotationX = getLimitedValue< sal_Int32, sal_Int32 >( mrModel.monRotationX.get( 15 ), -90, 90 ); in convertFromModel()
245 bRightAngled = mrModel.mbRightAngled; in convertFromModel()
258 …sal_Int32 nPerspective = getLimitedValue< sal_Int32, sal_Int32 >( mrModel.mnPerspective / 2, 0, 10… in convertFromModel()
302 …getFormatter().convertFrameFormatting( aPropSet, mrModel.mxShapeProp, mrModel.mxPicOptions.getOrCr… in convertFromModel()
337 …for( PlotAreaModel::AxisVector::iterator aAIt = mrModel.maAxes.begin(), aAEnd = mrModel.maAxes.end… in convertFromModel()
350 …for( PlotAreaModel::TypeGroupVector::iterator aTIt = mrModel.maTypeGroups.begin(), aTEnd = mrModel in convertFromModel()
386 bool bSupportsVaryColorsByPoint = mrModel.maTypeGroups.size() == 1; in convertFromModel()
411 … getFormatter().convertFrameFormatting( aPropSet, mrModel.mxShapeProp, OBJECTTYPE_PLOTAREA2D ); in convertFromModel()
417 LayoutModel& rLayout = mrModel.mxLayout.getOrCreate(); in convertPositionFromModel()