summaryrefslogtreecommitdiffstats
path: root/chart2/source/tools
Commit message (Expand)AuthorAgeFilesLines
* remove comments why a file gets includedThomas Arnhold2014-04-216-7/+0
* chart2: sal_Bool->boolNoel Grandin2014-04-1510-185/+185
* Separate mouse event handlers for GL3D bar chart.Kohei Yoshida2014-04-111-0/+54
* prevent excessive exceptionsMarkus Mohrhard2014-04-051-8/+12
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-037-12/+12
* fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre2014-04-031-1/+1
* Missing XServiceInfo base classStephan Bergmann2014-03-281-6/+10
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-276-40/+52
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-261-8/+9
* Skeleton template class for GL3D bar chart type.Kohei Yoshida2014-03-251-1/+1
* the type in the Any is a util::Date and not a DateTime, fdo#74549Markus Mohrhard2014-03-191-3/+3
* chart2: prefer passing OUString by referenceNoel Grandin2014-03-172-4/+5
* fix negative error bar range export, fdo#75510Markus Mohrhard2014-03-111-1/+1
* chart2: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-6/+1
* remove unused code chart::ChartModelHelper::setPageSizeNoel Grandin2014-03-051-8/+0
* remove unused code chart::ModifyListenerCallBack::startListeningNoel Grandin2014-03-051-15/+0
* fdo#75538 R^2 calculation for trendline similar to LINEST functionLaurent Balland-Poirier2014-03-031-5/+3
* Remove visual noise from chart2Alexander Wilms2014-02-271-2/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2627-246/+246
* Remove unneccessary commentsAlexander Wilms2014-02-231-1/+1
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+1
* 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