Lines Matching refs:aSeriesProp
296 PropertySet aSeriesProp( rxDataSeries ); in convertFromModel() local
299 case XML_x: aSeriesProp.setProperty( PROP_ErrorBarX, xErrorBar ); break; in convertFromModel()
300 case XML_y: aSeriesProp.setProperty( PROP_ErrorBarY, xErrorBar ); break; in convertFromModel()
481 PropertySet aSeriesProp( xDataSeries ); in createDataSeries() local
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 …rFormatter.convertFrameFormatting( aSeriesProp, mrModel.mxShapeProp, mrModel.mxPicOptions.getOrCre… in createDataSeries()
549 … rFormatter.convertFrameFormatting( aSeriesProp, mrModel.mxShapeProp, eObjType, mrModel.mnIndex ); in createDataSeries()
553 aSeriesProp.setProperty( PROP_VaryColorsByPoint, bIsPie ); in createDataSeries()