diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-06-29 18:43:16 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-07-03 21:46:44 +0200 |
commit | 1cd3e2038010cb37bda82d38dd058b793b7eec26 (patch) | |
tree | d687acc5e82b2897ece13dda23b7bef09ba9e6e6 /chart2/source/inc | |
parent | 4c116a7b31328a781197082c826fe910afaaee8b (diff) |
Multiple trendline removing and changing type support.
Change-Id: I33a298341e228080920977639cb59986d0b4bd82
Diffstat (limited to 'chart2/source/inc')
-rw-r--r-- | chart2/source/inc/RegressionCurveHelper.hxx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/chart2/source/inc/RegressionCurveHelper.hxx b/chart2/source/inc/RegressionCurveHelper.hxx index 6adb73640443..5f209dd00145 100644 --- a/chart2/source/inc/RegressionCurveHelper.hxx +++ b/chart2/source/inc/RegressionCurveHelper.hxx @@ -152,12 +152,14 @@ public: <p>This function ignores mean-value lines.</p> */ - static void replaceOrAddCurveAndReduceToOne( + static void changeRegressionCurveType( tRegressionType eType, - ::com::sun::star::uno::Reference< - ::com::sun::star::chart2::XRegressionCurveContainer > & xRegCnt, - const ::com::sun::star::uno::Reference< - ::com::sun::star::uno::XComponentContext > & xContext ); + com::sun::star::uno::Reference< + com::sun::star::chart2::XRegressionCurveContainer > & xRegressionCurveContainer, + com::sun::star::uno::Reference< + com::sun::star::chart2::XRegressionCurve > & xRegressionCurve, + const com::sun::star::uno::Reference< + com::sun::star::uno::XComponentContext > & xContext ); // ------------------------------------------------------------ |