/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_CHART2_SOURCE_INC_POLYNOMIALREGRESSIONCURVECALCULATOR_HXX #define INCLUDED_CHART2_SOURCE_INC_POLYNOMIALREGRESSIONCURVECALCULATOR_HXX #include "RegressionCurveCalculator.hxx" #include namespace chart { class PolynomialRegressionCurveCalculator : public RegressionCurveCalculator { public: PolynomialRegressionCurveCalculator(); virtual ~PolynomialRegressionCurveCalculator() override; protected: virtual OUString ImplGetRepresentation( const css::uno::Reference& xNumFormatter, sal_Int32 nNumberFormatKey, sal_Int32* pFormulaMaxWidth = nullptr ) const override; virtual double SAL_CALL getCurveValue( double x ) override; private: // ____ XRegressionCurveCalculator ____ virtual void SAL_CALL recalculateRegression( const css::uno::Sequence& aXValues, const css::uno::Sequence& aYValues ) override; std::vector mCoefficients; }; } // namespace chart #endif // INCLUDED_CHART2_SOURCE_INC_POLYNOMIALREGRESSIONCURVECALCULATOR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-17uitest: sw: I don't think this time.sleep is neededXisco Fauli
2021-11-17uitest: sw: Use execute_dialog_through_command and remove sleepsXisco Fauli
2021-11-10uitest: blind fix for UITest_writer_tests7 failedXisco Fauli
2021-11-09tdf#145158: sw: Add UItestXisco Fauli
2021-10-27tdf#143244: sw: move UItest to CppUnittestXisco Fauli
2021-10-27tdf#136715: move UItest to CppUnittestXisco Fauli
2021-10-26uitest: rearrange tests to avoid "close_doc: no active frame"Xisco Fauli
2021-10-26tdf#136715 sw: fix table Undo to update table styleBalazs Santha
2021-10-14tdf#145093 sw track changes: fix crash at moving list itemsLászló Németh
2021-10-04tdf#144439: generate list format string on level changeVasily Melenchuk
2021-10-04tdf#144578: numbering: generate include upper levels for UIVasily Melenchuk
2021-09-16tdf#143574 tdf#144271 sw: textboxes in group shapes - part 2Attila Bakos (NISZ)
2021-09-13uitest: combine execute_modeless_dialog_through_command methodsXisco Fauli
2021-09-13uitest: guard execute_modeless_dialog_through_command in swXisco Fauli
2021-09-10uitest: sw: Close the modeless dialogs after using themXisco Fauli
2021-09-01tdf#143574 sw: textboxes in group shapes - part 1Attila Bakos (NISZ)
2021-08-18tdf#143778, tdf#143785: sw: add UItestXisco Fauli
2021-07-23uitest: sw: Add comment about how the test would have failedXisco Fauli
2021-07-22tdf#143244 sw: fix redo of adding table rows breaks table styleBalazs Santha
2021-07-16Fix typosAndrea Gelmini
2021-07-15tdf#134452 sw: fix page break disappears after applying table styleBalazs Santha