summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorTomaž Vajngerl <quikee@gmail.com>2013-05-28 22:12:58 +0200
committerTomaž Vajngerl <quikee@gmail.com>2013-07-03 21:46:40 +0200
commit9c5e2c65ae5b99ea9fab43881117a1473fd073df (patch)
treec9c116396e5d099622e0dcc81af41b9737c60799 /chart2
parentc61a0a3394ac354288a6d183845f598a9b9ae32a (diff)
Import/export of polynomial and moving average for old MS XP/2003 format
Also make new services work, so they can be used in filters. Change-Id: If4ebd86b2b7bc4fc43d36109f05d06d42c531dab
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/tools/_serviceregistration_tools.cxx16
1 files changed, 16 insertions, 0 deletions
diff --git a/chart2/source/tools/_serviceregistration_tools.cxx b/chart2/source/tools/_serviceregistration_tools.cxx
index 0aa3aa535678..80d52057c68c 100644
--- a/chart2/source/tools/_serviceregistration_tools.cxx
+++ b/chart2/source/tools/_serviceregistration_tools.cxx
@@ -145,6 +145,22 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_tools[] =
, 0
}
,{
+ ::chart::PolynomialRegressionCurve::create
+ , ::chart::PolynomialRegressionCurve::getImplementationName_Static
+ , ::chart::PolynomialRegressionCurve::getSupportedServiceNames_Static
+ , ::cppu::createSingleComponentFactory
+ , 0
+ , 0
+ }
+ ,{
+ ::chart::MovingAverageRegressionCurve::create
+ , ::chart::MovingAverageRegressionCurve::getImplementationName_Static
+ , ::chart::MovingAverageRegressionCurve::getSupportedServiceNames_Static
+ , ::cppu::createSingleComponentFactory
+ , 0
+ , 0
+ }
+ ,{
::chart::RegressionEquation::create
, ::chart::RegressionEquation::getImplementationName_Static
, ::chart::RegressionEquation::getSupportedServiceNames_Static