Home
last modified time | relevance | path

Searched refs:xRegCurve (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/chart2/source/tools/
H A DRegressionCurveHelper.cxx270 const uno::Reference< chart2::XRegressionCurve > & xRegCurve ) in isMeanValueLine()
272 uno::Reference< XServiceName > xServName( xRegCurve, uno::UNO_QUERY ); in isMeanValueLine()
456 uno::Reference< chart2::XRegressionCurve > xRegCurve( aCurves[ i ] ); in removeEquations() local
457 if( xRegCurve.is() ) in removeEquations()
459 … uno::Reference< beans::XPropertySet > xEqProp( xRegCurve->getEquationProperties() ) ; in removeEquations()
/aoo4110/main/chart2/source/controller/main/
H A DControllerCommandDispatch.cxx243 …uno::Reference< chart2::XRegressionCurve > xRegCurve( RegressionCurveHelper::getFirstCurveNotMeanV… in update() local
244 bMayFormatTrendline = bMayDeleteTrendline = xRegCurve.is(); in update()
248 …tTrendlineEquation = bMayDeleteTrendlineEquation = RegressionCurveHelper::hasEquation( xRegCurve ); in update()
271 uno::Reference< chart2::XRegressionCurve > xRegCurve( in update() local
273 …tTrendlineEquation = bMayDeleteTrendlineEquation = RegressionCurveHelper::hasEquation( xRegCurve ); in update()
H A DChartController_Insert.cxx574 uno::Reference< chart2::XRegressionCurve > xRegCurve( in executeDispatch_InsertTrendlineEquation() local
576 if( !xRegCurve.is() ) in executeDispatch_InsertTrendlineEquation()
580 xRegCurve.set( RegressionCurveHelper::getFirstCurveNotMeanValueLine( xRegCurveCnt ) ); in executeDispatch_InsertTrendlineEquation()
582 if( xRegCurve.is()) in executeDispatch_InsertTrendlineEquation()
584 uno::Reference< beans::XPropertySet > xEqProp( xRegCurve->getEquationProperties()); in executeDispatch_InsertTrendlineEquation()
/aoo4110/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx383 … Reference< XRegressionCurve > xRegCurve( createInstance( aServiceName ), UNO_QUERY_THROW ); in convertFromModel() local
384 PropertySet aPropSet( xRegCurve ); in convertFromModel()
390 PropertySet aLabelProp( xRegCurve->getEquationProperties() ); in convertFromModel()
405 xRegCurveCont->addRegressionCurve( xRegCurve ); in convertFromModel()
/aoo4110/main/sc/source/filter/excel/
H A Dxichart.cxx1636 Reference< XRegressionCurve > xRegCurve; in CreateRegressionCurve() local
1638 xRegCurve.set( ScfApiHelper::CreateInstance( aService ), UNO_QUERY ); in CreateRegressionCurve()
1641 if( xRegCurve.is() && mxDataFmt.is() ) in CreateRegressionCurve()
1643 ScfPropertySet aPropSet( xRegCurve ); in CreateRegressionCurve()
1647 ScfPropertySet aLabelProp( xRegCurve->getEquationProperties() ); in CreateRegressionCurve()
1666 return xRegCurve; in CreateRegressionCurve()
2108 Reference< XRegressionCurve > xRegCurve = (*aIt)->CreateRegressionCurve(); in ConvertTrendLines() local
2109 if( xRegCurve.is() ) in ConvertTrendLines()
2110 xRegCurveCont->addRegressionCurve( xRegCurve ); in ConvertTrendLines()
H A Dxechart.cxx1677 bool XclExpChSerTrendLine::Convert( Reference< XRegressionCurve > xRegCurve, sal_uInt16 nSeriesIdx ) in Convert() argument
1679 if( !xRegCurve.is() ) in Convert()
1683 ScfPropertySet aCurveProp( xRegCurve ); in Convert()
1705 ScfPropertySet aEquationProp( xRegCurve->getEquationProperties() ); in Convert()
2013 …hSeries::ConvertTrendLine( const XclExpChSeries& rParent, Reference< XRegressionCurve > xRegCurve ) in ConvertTrendLine() argument
2017 bool bOk = mxTrendLine->Convert( xRegCurve, mnSeriesIdx ); in ConvertTrendLine()
/aoo4110/main/xmloff/source/chart/
H A DSchXMLSeries2Context.cxx936 …Reference< chart2::XRegressionCurve > xRegCurve( SchXMLTools::getRegressionCurve( iStyle->m_xSerie… in setStylesToStatisticsObjects() local
937 if( xRegCurve.is()) in setStylesToStatisticsObjects()
938 xRegCurve->setEquationProperties( iStyle->m_xEquationProperties ); in setStylesToStatisticsObjects()
H A DSchXMLExport.cxx3121 … Reference< chart2::XRegressionCurve > xRegCurve( SchXMLTools::getRegressionCurve( xSeries )); in exportRegressionCurve() local
3123 if( xRegCurve.is()) in exportRegressionCurve()
3124 xEquationProperties.set( xRegCurve->getEquationProperties()); in exportRegressionCurve()
/aoo4110/main/sc/source/filter/inc/
H A Dxechart.hxx701 bool Convert( XRegressionCurveRef xRegCurve, sal_uInt16 nSeriesIdx );
769 …ol ConvertTrendLine( const XclExpChSeries& rParent, XRegressionCurveRef xRegCurve );
/aoo4110/main/chart2/source/inc/
H A DRegressionCurveHelper.hxx67 ::com::sun::star::chart2::XRegressionCurve > & xRegCurve );

Completed in 184 milliseconds