summaryrefslogtreecommitdiff
path: root/chart2/source/tools
AgeCommit message (Expand)Author
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-07fdo#73374 Trendline: correct R^2 for forced interceptLaurent Balland-Poirier
2014-01-29coverity#1019405-04 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-29give up with the nice solutions and enjoy the ugly hackMarkus Mohrhard
2014-01-29some improvements for the time based chartingMarkus Mohrhard
2014-01-28bool improvementsStephan Bergmann
2014-01-28Fix odd bSimple = ThreeDLookScheme_Simple argumentsStephan Bergmann
2014-01-25fdo#54938 Convert chart2 to cppu::supportsServiceAlexandre Vicenzi
2014-01-24fdo#63154 Removed unused solar.h reference in chart2Alexandre Vicenzi
2014-01-22bool improvementsStephan Bergmann
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