Lines Matching refs:mrModel

174         PropertySet aPropSet( rxDataSeries->getDataPointByIndex( mrModel.mnIndex ) );  in convertFromModel()
175 lclConvertLabelFormatting( aPropSet, getFormatter(), mrModel, rTypeGroup, false ); in convertFromModel()
195 if( !mrModel.mbDeleted ) in convertFromModel()
198 lclConvertLabelFormatting( aPropSet, getFormatter(), mrModel, rTypeGroup, true ); in convertFromModel()
202 …for( DataLabelsModel::DataLabelVector::iterator aIt = mrModel.maPointLabels.begin(), aEnd = mrMode… in convertFromModel()
222 bool bShowPos = (mrModel.mnTypeId == XML_plus) || (mrModel.mnTypeId == XML_both); in convertFromModel()
223 bool bShowNeg = (mrModel.mnTypeId == XML_minus) || (mrModel.mnTypeId == XML_both); in convertFromModel()
235 switch( mrModel.mnValueType ) in convertFromModel()
271 aBarProp.setProperty( PROP_PositiveError, mrModel.mfValue ); in convertFromModel()
272 aBarProp.setProperty( PROP_NegativeError, mrModel.mfValue ); in convertFromModel()
276 aBarProp.setProperty( PROP_PositiveError, mrModel.mfValue ); in convertFromModel()
277 aBarProp.setProperty( PROP_NegativeError, mrModel.mfValue ); in convertFromModel()
281 aBarProp.setProperty( PROP_Weight, mrModel.mfValue ); in convertFromModel()
292 getFormatter().convertFrameFormatting( aBarProp, mrModel.mxShapeProp, OBJECTTYPE_ERRORBAR ); in convertFromModel()
297 switch( mrModel.mnDirection ) in convertFromModel()
319 switch( mrModel.mnDirection ) in createLabeledDataSequence()
326 switch( mrModel.mnDirection ) in createLabeledDataSequence()
334 return lclCreateLabeledDataSequence( *this, mrModel.maSources.get( eSourceType ).get(), aRole ); in createLabeledDataSequence()
351 …getFormatter().convertFormatting( rPropSet, mrModel.mxShapeProp, mrModel.mxTextProp, OBJECTTYPE_TR… in convertFromModel()
371 switch( mrModel.mnTypeId ) in convertFromModel()
387 … getFormatter().convertFrameFormatting( aPropSet, mrModel.mxShapeProp, OBJECTTYPE_TRENDLINE ); in convertFromModel()
391 aLabelProp.setProperty( PROP_ShowEquation, mrModel.mbDispEquation ); in convertFromModel()
392 aLabelProp.setProperty( PROP_ShowCorrelationCoefficient, mrModel.mbDispRSquared ); in convertFromModel()
395 if( mrModel.mbDispEquation || mrModel.mbDispRSquared ) in convertFromModel()
397 TrendlineLabelConverter aLabelConv( *this, mrModel.mxLabel.getOrCreate() ); in convertFromModel()
430 PropertySet aPropSet( rxDataSeries->getDataPointByIndex( mrModel.mnIndex ) ); in convertFromModel()
433 …if( mrModel.monMarkerSymbol.differsFrom( rSeries.mnMarkerSymbol ) || mrModel.monMarkerSize.differs… in convertFromModel()
434 …rTypeGroup.convertMarker( aPropSet, mrModel.monMarkerSymbol.get( rSeries.mnMarkerSymbol ), mrModel in convertFromModel()
437 if( mrModel.monExplosion.differsFrom( rSeries.mnExplosion ) ) in convertFromModel()
438 rTypeGroup.convertPieExplosion( aPropSet, mrModel.monExplosion.get() ); in convertFromModel()
441 if( mrModel.mxShapeProp.is() ) in convertFromModel()
444 …getFormatter().convertFrameFormatting( aPropSet, mrModel.mxShapeProp, mrModel.mxPicOptions.getOrCr… in convertFromModel()
446 …getFormatter().convertFrameFormatting( aPropSet, mrModel.mxShapeProp, rTypeGroup.getSeriesObjectTy… in convertFromModel()
519 …for( SeriesModel::ErrorBarVector::iterator aIt = mrModel.maErrorBars.begin(), aEnd = mrModel.maErr… in createDataSeries()
526 …for( SeriesModel::TrendlineVector::iterator aIt = mrModel.maTrendlines.begin(), aEnd = mrModel.maT… in createDataSeries()
533 rTypeGroup.convertMarker( aSeriesProp, mrModel.mnMarkerSymbol, mrModel.mnMarkerSize ); in createDataSeries()
536 rTypeGroup.convertLineSmooth( aSeriesProp, mrModel.mbSmooth ); in createDataSeries()
539 …rTypeGroup.convertBarGeometry( aSeriesProp, mrModel.monShape.get( rTypeGroup.getModel().mnShape ) … in createDataSeries()
541 rTypeGroup.convertPieExplosion( aSeriesProp, mrModel.mnExplosion ); in createDataSeries()
547 …r.convertFrameFormatting( aSeriesProp, mrModel.mxShapeProp, mrModel.mxPicOptions.getOrCreate(), eO… in createDataSeries()
549 … rFormatter.convertFrameFormatting( aSeriesProp, mrModel.mxShapeProp, eObjType, mrModel.mnIndex ); in createDataSeries()
557 …t && rTypeGroup.isSeriesFrameFormat() && ObjectFormatter::isAutomaticFill( mrModel.mxShapeProp )) ) in createDataSeries()
571 …matter.convertAutomaticFill( aPointProp, eObjType, bVaryColorsByPoint ? nIndex : mrModel.mnIndex ); in createDataSeries()
581 …for( SeriesModel::DataPointVector::iterator aIt = mrModel.maPoints.begin(), aEnd = mrModel.maPoint… in createDataSeries()
584 aPointConv.convertFromModel( xDataSeries, rTypeGroup, mrModel ); in createDataSeries()
591 …ModelRef< DataLabelsModel > xLabels = mrModel.mxLabels.is() ? mrModel.mxLabels : rTypeGroup.getMod… in createDataSeries()
606 DataSourceModel* pValues = mrModel.maSources.get( eSourceType ).get(); in createLabeledDataSequence()
607 TextModel* pTitle = bUseTextLabel ? mrModel.mxText.get() : 0; in createLabeledDataSequence()