update dev300-m58
[ooovba.git] / chart2 / source / tools / _serviceregistration_tools.cxx
blobbef2a99a4e717084946293886a3f0c2da22b6f09
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: _serviceregistration_tools.cxx,v $
10 * $Revision: 1.7 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 // MARKER(update_precomp.py): autogen include statement, do not remove
32 #include "precompiled_chart2.hxx"
33 #include <cppuhelper/implementationentry.hxx>
34 #include "LabeledDataSequence.hxx"
35 #include "CachedDataSequence.hxx"
36 #include "DataSource.hxx"
37 #include "ConfigColorScheme.hxx"
38 #include "Scaling.hxx"
39 #include "ErrorBar.hxx"
40 #include "RegressionCurveModel.hxx"
41 #include "RegressionEquation.hxx"
42 #include "InternalDataProvider.hxx"
43 #include "charttoolsdllapi.hxx"
45 static struct ::cppu::ImplementationEntry g_entries_chart2_tools[] =
48 ::chart::LabeledDataSequence::create
49 , ::chart::LabeledDataSequence::getImplementationName_Static
50 , ::chart::LabeledDataSequence::getSupportedServiceNames_Static
51 , ::cppu::createSingleComponentFactory
52 , 0
53 , 0
56 ::chart::CachedDataSequence::create
57 , ::chart::CachedDataSequence::getImplementationName_Static
58 , ::chart::CachedDataSequence::getSupportedServiceNames_Static
59 , ::cppu::createSingleComponentFactory
60 , 0
61 , 0
64 ::chart::DataSource::create
65 , ::chart::DataSource::getImplementationName_Static
66 , ::chart::DataSource::getSupportedServiceNames_Static
67 , ::cppu::createSingleComponentFactory
68 , 0
69 , 0
72 ::chart::ConfigColorScheme::create
73 , ::chart::ConfigColorScheme::getImplementationName_Static
74 , ::chart::ConfigColorScheme::getSupportedServiceNames_Static
75 , ::cppu::createSingleComponentFactory
76 , 0
77 , 0
81 ::chart::LogarithmicScaling::create
82 , ::chart::LogarithmicScaling::getImplementationName_Static
83 , ::chart::LogarithmicScaling::getSupportedServiceNames_Static
84 , ::cppu::createSingleComponentFactory
85 , 0
86 , 0
89 ::chart::ExponentialScaling::create
90 , ::chart::ExponentialScaling::getImplementationName_Static
91 , ::chart::ExponentialScaling::getSupportedServiceNames_Static
92 , ::cppu::createSingleComponentFactory
93 , 0
94 , 0
97 ::chart::LinearScaling::create
98 , ::chart::LinearScaling::getImplementationName_Static
99 , ::chart::LinearScaling::getSupportedServiceNames_Static
100 , ::cppu::createSingleComponentFactory
105 ::chart::PowerScaling::create
106 , ::chart::PowerScaling::getImplementationName_Static
107 , ::chart::PowerScaling::getSupportedServiceNames_Static
108 , ::cppu::createSingleComponentFactory
113 ::chart::ErrorBar::create
114 , ::chart::ErrorBar::getImplementationName_Static
115 , ::chart::ErrorBar::getSupportedServiceNames_Static
116 , ::cppu::createSingleComponentFactory
121 ::chart::MeanValueRegressionCurve::create
122 , ::chart::MeanValueRegressionCurve::getImplementationName_Static
123 , ::chart::MeanValueRegressionCurve::getSupportedServiceNames_Static
124 , ::cppu::createSingleComponentFactory
129 ::chart::LinearRegressionCurve::create
130 , ::chart::LinearRegressionCurve::getImplementationName_Static
131 , ::chart::LinearRegressionCurve::getSupportedServiceNames_Static
132 , ::cppu::createSingleComponentFactory
137 ::chart::LogarithmicRegressionCurve::create
138 , ::chart::LogarithmicRegressionCurve::getImplementationName_Static
139 , ::chart::LogarithmicRegressionCurve::getSupportedServiceNames_Static
140 , ::cppu::createSingleComponentFactory
145 ::chart::ExponentialRegressionCurve::create
146 , ::chart::ExponentialRegressionCurve::getImplementationName_Static
147 , ::chart::ExponentialRegressionCurve::getSupportedServiceNames_Static
148 , ::cppu::createSingleComponentFactory
153 ::chart::PotentialRegressionCurve::create
154 , ::chart::PotentialRegressionCurve::getImplementationName_Static
155 , ::chart::PotentialRegressionCurve::getSupportedServiceNames_Static
156 , ::cppu::createSingleComponentFactory
161 ::chart::RegressionEquation::create
162 , ::chart::RegressionEquation::getImplementationName_Static
163 , ::chart::RegressionEquation::getSupportedServiceNames_Static
164 , ::cppu::createSingleComponentFactory
169 ::chart::InternalDataProvider::create
170 , ::chart::InternalDataProvider::getImplementationName_Static
171 , ::chart::InternalDataProvider::getSupportedServiceNames_Static
172 , ::cppu::createSingleComponentFactory
176 ,{ 0, 0, 0, 0, 0, 0 }
179 // component exports
180 extern "C"
182 //==================================================================================================
183 OOO_DLLPUBLIC_CHARTTOOLS void SAL_CALL component_getImplementationEnvironment(
184 const sal_Char ** ppEnvTypeName, uno_Environment ** /* ppEnv */ )
186 *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
188 //==================================================================================================
189 OOO_DLLPUBLIC_CHARTTOOLS sal_Bool SAL_CALL component_writeInfo(
190 void * pServiceManager, void * pRegistryKey )
192 return ::cppu::component_writeInfoHelper(
193 pServiceManager, pRegistryKey, g_entries_chart2_tools );
195 //==================================================================================================
196 OOO_DLLPUBLIC_CHARTTOOLS void * SAL_CALL component_getFactory(
197 const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
199 return ::cppu::component_getFactoryHelper(
200 pImplName, pServiceManager, pRegistryKey , g_entries_chart2_tools );
203 //=========================================================================