summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc
Commit message (Expand)AuthorAgeFilesLines
* remove comments why a file gets includedThomas Arnhold2014-04-215-8/+0
* fix non unique property handleMarkus Mohrhard2014-04-171-1/+2
* chart2: sal_Bool->boolNoel Grandin2014-04-159-103/+103
* Separate mouse event handlers for GL3D bar chart.Kohei Yoshida2014-04-111-0/+29
* add initial code for creating 3D bar shapesMarkus Mohrhard2014-04-081-1/+1
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-7/+7
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-2728-227/+227
* Make the new OpenGL chart type a compile time option.Kohei Yoshida2014-03-251-0/+2
* List child type for GL3D bar chart type.Kohei Yoshida2014-03-251-0/+1
* Add a new chart type "GL 3D Bar" (working name).Kohei Yoshida2014-03-251-3/+4
* Initial skeleton class for the new chart type. Still very much empty.Kohei Yoshida2014-03-251-2/+3
* chart2: prefer passing OUString by referenceNoel Grandin2014-03-172-4/+4
* improve the handling of property mapping sequencesMarkus Mohrhard2014-03-091-2/+3
* remove unused code chart::ChartModelHelper::setPageSizeNoel Grandin2014-03-051-4/+0
* remove unused code chart::ModifyListenerCallBack::startListeningNoel Grandin2014-03-051-1/+0
* convert chart type page to .ui formatCaolán McNamara2014-03-031-15/+0
* Remove visual noise from chart2Alexander Wilms2014-02-274-20/+20
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2623-202/+202
* replace auto_ptr with boost::scoped_ptrMarkus Mohrhard2014-02-221-2/+2
* the return of callcatcherCaolán McNamara2014-02-101-1/+0
* give up with the nice solutions and enjoy the ugly hackMarkus Mohrhard2014-01-291-8/+2
* some improvements for the time based chartingMarkus Mohrhard2014-01-291-2/+8
* no auto_ptr in this classMarkus Mohrhard2014-01-291-1/+0
* It performs better to use unordered_map than std::map here.Kohei Yoshida2014-01-021-2/+3
* Convert insert error bars dialog to widget UIOlivier Hallot2013-12-281-2/+0
* Convert chart data label dialog to widget UIOlivier Hallot2013-12-271-1/+0
* typo fixesAndras Timar2013-12-201-1/+1
* RegressionCurveCalculator & co - com::sun::star -> cssTomaž Vajngerl2013-12-147-95/+99
* Make RegressionCurveHelper more readable (com::sun::star -> css)Tomaž Vajngerl2013-12-141-91/+52
* fdo#40315 Improve text for moving average trendlineLaurent Balland-Poirier2013-12-101-1/+2
* More clearly name the trendline in chart's element selection box.Tomaž Vajngerl2013-12-091-0/+12
* Display correct equation with multiple trendlines in chart.Tomaž Vajngerl2013-12-091-0/+7
* Convert chart 3D scene illumination to .uiOlivier Hallot2013-12-091-3/+0
* Custom name for a trend line (shown in legend).Tomaž Vajngerl2013-11-241-1/+2
* use ChartModel instead of XModel in a few placesMarkus Mohrhard2013-11-1910-32/+86
* windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold2013-10-281-40/+0
* fixincludeguards.sh: chart2Thomas Arnhold2013-10-2387-227/+226
* remove unused header file: servicenames_charttypes.hxxThomas Arnhold2013-10-231-37/+0
* chart2: String to OUStringJelle van der Waa2013-09-081-1/+1
* std::auto_ptr is deprecated.Kohei Yoshida2013-09-031-1/+3
* Service manager class member not used. Remove it.Kohei Yoshida2013-09-031-3/+2
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-2949-232/+0
* Use QR decomposition instead of gauss elimination for polynomial reg.Tomaž Vajngerl2013-07-141-1/+2
* fdo#66422 Vertical grid toolbar button - choice major/minor/offTomaž Vajngerl2013-07-041-1/+1
* Fixes to compiler errors, setRegressionProperties description.Tomaž Vajngerl2013-07-032-2/+4
* Linear curve is polyinomial curve with degree = 1Tomaž Vajngerl2013-07-032-31/+20
* Insert new trendline instead of changing the existing one.Tomaž Vajngerl2013-07-031-44/+35
* Multiple trendline removing and changing type support.Tomaž Vajngerl2013-07-031-5/+7
* Force intercept for polynomial regression & dialog improvementsTomaž Vajngerl2013-07-032-44/+49
* fdo#35712 polynomial and moving average regression linesTomaž Vajngerl2013-07-036-6/+162