Searched refs:LogarithmicRegressionCurve (Results 1 – 4 of 4) sorted by relevance
354 LogarithmicRegressionCurve::LogarithmicRegressionCurve( in LogarithmicRegressionCurve() function in chart::LogarithmicRegressionCurve358 LogarithmicRegressionCurve::LogarithmicRegressionCurve( in LogarithmicRegressionCurve() function in chart::LogarithmicRegressionCurve359 const LogarithmicRegressionCurve & rOther ) : in LogarithmicRegressionCurve()362 LogarithmicRegressionCurve::~LogarithmicRegressionCurve() in ~LogarithmicRegressionCurve()364 uno::Sequence< ::rtl::OUString > LogarithmicRegressionCurve::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()372 APPHELPER_XSERVICEINFO_IMPL( LogarithmicRegressionCurve, lcl_aImplementationName_Logarithmic );374 uno::Reference< util::XCloneable > SAL_CALL LogarithmicRegressionCurve::createClone() in createClone()377 return uno::Reference< util::XCloneable >( new LogarithmicRegressionCurve( *this )); in createClone()
192 class LogarithmicRegressionCurve : public RegressionCurveModel class195 explicit LogarithmicRegressionCurve(198 explicit LogarithmicRegressionCurve(199 const LogarithmicRegressionCurve & rOther );200 virtual ~LogarithmicRegressionCurve();209 APPHELPER_SERVICE_FACTORY_HELPER( LogarithmicRegressionCurve )
130 ::chart::LogarithmicRegressionCurve::create131 , ::chart::LogarithmicRegressionCurve::getImplementationName_Static132 , ::chart::LogarithmicRegressionCurve::getSupportedServiceNames_Static
111 new LogarithmicRegressionCurve( xContext )); in createRegressionCurveByServiceName()
Completed in 37 milliseconds