summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)Author
2014-01-12cppcheck: fix some redundantAssignmentJulien Nabet
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-10fdo#40315 Improve text for moving average trendlineLaurent Balland-Poirier
2013-12-09More clearly name the trendline in chart's element selection box.Tomaž Vajngerl
2013-12-09Display correct equation with multiple trendlines in chart.Tomaž Vajngerl
2013-11-24Custom name for a trend line (shown in legend).Tomaž Vajngerl
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-19fix testsMarkus Mohrhard
2013-11-19dbgutil build fixMarkus Mohrhard
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold
2013-09-29cppcheck: some cleaningsJulien Nabet
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-08-24commited PolynomialRegressionCurveCalculator2 by accidentTomaž Vajngerl
2013-08-24Forgotten one SAL_CALL in AgileDocumentHandlerTomaž Vajngerl
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha insteadJulien Nabet
2013-08-11Reduce scopeJulien Nabet
2013-08-02Mark as constTakeshi Abe
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-07-22Mark as constTakeshi Abe
2013-07-14pow is ambiguousTomaž Vajngerl
2013-07-14Remove gauss.hxx from MovingAverageRegressionCurveCalculator.Tomaž Vajngerl
2013-07-14Use QR decomposition instead of gauss elimination for polynomial reg.Tomaž Vajngerl
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-07-12PCH for more librariesLuboš Luňák
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-07-04Clear values before calculation of moving average curve.Tomaž Vajngerl
2013-07-03Polynomial curve equation: show "x^1" as "x"Tomaž Vajngerl
2013-07-03Fixes to compiler errors, setRegressionProperties description.Tomaž Vajngerl
2013-07-03Compiler error fixes in PolynomialRegressionCurveCalculatorTomaž Vajngerl
2013-07-03use sal_Int32 instead of int in PolynomialRegressionCurveCalculatorTomaž Vajngerl
2013-07-03Linear curve is polyinomial curve with degree = 1Tomaž Vajngerl
2013-07-03Add legend name for polynomial and moving average trendlines.Tomaž Vajngerl
2013-07-03Insert new trendline instead of changing the existing one.Tomaž Vajngerl
2013-07-03Multiple trendline removing and changing type support.Tomaž Vajngerl
2013-07-03Force intercept for polynomial regression & dialog improvementsTomaž Vajngerl
2013-07-03Import/export of polynomial and moving average for old MS XP/2003 formatTomaž Vajngerl
2013-07-03Slight cleanup in polynomial curve calculationTomaž Vajngerl
2013-07-03fdo#35712 polynomial and moving average regression linesTomaž Vajngerl
2013-07-01Resolves: #i120559# Corrected load for charts without RangeString...Armin Le Grand
2013-06-17fdo#43460 chart2: use isEmpty()Jelle van der Waa
2013-06-14Some more toInt32 clean upStephan Bergmann
2013-06-03Fix variable value reassigned before old value usedJulien Nabet