summaryrefslogtreecommitdiffstats
path: root/chart2/source/tools
Commit message (Expand)AuthorAgeFilesLines
* fdo#73374 Trendline: correct R^2 for forced interceptLaurent Balland-Poirier2014-02-071-1/+14
* coverity#1019405-04 : Uninitialized scalar fieldNorbert Thiebaud2014-01-291-0/+2
* give up with the nice solutions and enjoy the ugly hackMarkus Mohrhard2014-01-291-31/+0
* some improvements for the time based chartingMarkus Mohrhard2014-01-291-0/+31
* bool improvementsStephan Bergmann2014-01-284-10/+10
* Fix odd bSimple = ThreeDLookScheme_Simple argumentsStephan Bergmann2014-01-281-2/+2
* fdo#54938 Convert chart2 to cppu::supportsServiceAlexandre Vicenzi2014-01-251-8/+2
* fdo#63154 Removed unused solar.h reference in chart2Alexandre Vicenzi2014-01-241-3/+0
* bool improvementsStephan Bergmann2014-01-222-3/+3
* cppcheck: fix some redundantAssignmentJulien Nabet2014-01-121-4/+2
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-121-16/+16
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-111-16/+16
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-111-16/+16
* fdo#40315 Improve text for moving average trendlineLaurent Balland-Poirier2013-12-101-0/+4
* More clearly name the trendline in chart's element selection box.Tomaž Vajngerl2013-12-091-12/+42
* Display correct equation with multiple trendlines in chart.Tomaž Vajngerl2013-12-091-0/+24
* Custom name for a trend line (shown in legend).Tomaž Vajngerl2013-11-242-1/+20
* remove unnecessary use of OUString::createFromAsciiNoel Grandin2013-11-211-1/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-202-3/+3
* fix testsMarkus Mohrhard2013-11-192-2/+2
* dbgutil build fixMarkus Mohrhard2013-11-191-1/+0
* use ChartModel instead of XModel in a few placesMarkus Mohrhard2013-11-1910-148/+387
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-141-3/+0
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-146-16/+16
* fixincludeguards.sh: chart2Thomas Arnhold2013-10-234-12/+12
* cppcheck: some cleaningsJulien Nabet2013-09-291-4/+2
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-251-1/+0
* commited PolynomialRegressionCurveCalculator2 by accidentTomaž Vajngerl2013-08-241-264/+0
* Forgotten one SAL_CALL in AgileDocumentHandlerTomaž Vajngerl2013-08-241-0/+264
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-214-47/+47
* Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha insteadJulien Nabet2013-08-191-2/+2
* Reduce scopeJulien Nabet2013-08-111-1/+1
* Mark as constTakeshi Abe2013-08-021-1/+1
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-2966-305/+0
* Mark as constTakeshi Abe2013-07-222-2/+2
* pow is ambiguousTomaž Vajngerl2013-07-141-1/+1
* Remove gauss.hxx from MovingAverageRegressionCurveCalculator.Tomaž Vajngerl2013-07-141-1/+0
* Use QR decomposition instead of gauss elimination for polynomial reg.Tomaž Vajngerl2013-07-142-211/+104
* use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2013-07-131-3/+3
* PCH for more librariesLuboš Luňák2013-07-121-5/+5
* module svl: all String and some bool and related clean-upNorbert Thiebaud2013-07-071-7/+5
* Clear values before calculation of moving average curve.Tomaž Vajngerl2013-07-041-0/+3
* Polynomial curve equation: show "x^1" as "x"Tomaž Vajngerl2013-07-031-2/+9
* Fixes to compiler errors, setRegressionProperties description.Tomaž Vajngerl2013-07-032-6/+7
* Compiler error fixes in PolynomialRegressionCurveCalculatorTomaž Vajngerl2013-07-031-5/+6
* use sal_Int32 instead of int in PolynomialRegressionCurveCalculatorTomaž Vajngerl2013-07-031-10/+10
* Linear curve is polyinomial curve with degree = 1Tomaž Vajngerl2013-07-031-102/+12
* Add legend name for polynomial and moving average trendlines.Tomaž Vajngerl2013-07-031-9/+8
* Insert new trendline instead of changing the existing one.Tomaž Vajngerl2013-07-031-14/+17