summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Expand)AuthorAgeFilesLines
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-6/+3
* remove some useless commentsNoel Grandin2015-10-135-6/+3
* disable arrow heads in chart sidebar, tdf#94971Markus Mohrhard2015-10-121-0/+1
* update the line panel for data points, related tdf#94969Markus Mohrhard2015-10-121-3/+3
* update area panel for data points, tdf#94969Markus Mohrhard2015-10-121-1/+3
* Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-4/+4
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-12247-2302/+2302
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-128-11/+11
* convert Link<> to typedNoel Grandin2015-10-1222-56/+38
* loplugin:mergeclassesNoel Grandin2015-10-123-105/+37
* also update line panel for axis, related tdf#94933Markus Mohrhard2015-10-101-1/+4
* also update line panel for average and trend line, tdf#94933Markus Mohrhard2015-10-101-1/+1
* we need to take the SolarMutex when we change the UIMarkus Mohrhard2015-10-101-0/+2
* use trendline context for trendlines, tdf#94931, tdf#94934Markus Mohrhard2015-10-101-0/+3
* don't put the checkbox into the HBox, tdf#94870Markus Mohrhard2015-10-091-21/+19
* correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard2015-10-091-2/+2
* remove whitespaceMarkus Mohrhard2015-10-091-2/+0
* loplugin:literaltoboolconversionStephan Bergmann2015-10-091-1/+1
* Moving average trendline equation: remove initialisationLaurent Balland-Poirier2015-10-091-5/+1
* tdf#70673 Improve exponential trend line equationLaurent Balland-Poirier2015-10-091-36/+25
* chart2: replace for_each with range-based forDaniel Robertson2015-10-0814-164/+77
* Improve polynomial trend line equationLaurent Balland-Poirier2015-10-071-2/+6
* tdf#88154 workaround and unit testMarco Cecchetti2015-10-077-11/+83
* Improve Power trend line equationLaurent Balland-Poirier2015-10-071-7/+9
* Log trend line equation: Remove useless variableLaurent Balland-Poirier2015-10-071-8/+4
* loplugin:mergeclassesNoel Grandin2015-10-074-59/+9
* remove another custom refcounting base classNoel Grandin2015-10-073-29/+2
* tdf#90839: follow-up workMarco Cecchetti2015-10-071-1/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-5/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-2/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-2/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-13/+13
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-7/+5
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-3/+1
* Return rtl::Reference from ShapeTypeHandler::CreateAccessibleObjectStephan Bergmann2015-10-052-22/+19
* hide grid and axes options in chart elements if not supported, tdf#94297Markus Mohrhard2015-10-032-1/+65
* don't show area and line panel in pie chart Chart selection, tdf#94320Markus Mohrhard2015-10-031-0/+27
* Fix typosAndrea Gelmini2015-10-023-3/+3
* loplugin:unusedmethodsNoel Grandin2015-10-015-126/+0
* Trend line equation: remove useless definesLaurent Balland-Poirier2015-09-302-8/+3
* tdf#94559: second step to remove rtti.hxxOliver Specht2015-09-305-9/+9
* Fix typosAndrea Gelmini2015-09-3015-17/+17
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-3/+3
* coverity#1325069 Resource leakCaolán McNamara2015-09-291-1/+1
* Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann2015-09-281-14/+14
* enable z axis objects when changing chart type, tdf#94290Markus Mohrhard2015-09-271-1/+6
* gcc3 is not supported anymore, so remove thatMarkus Mohrhard2015-09-271-2/+1
* convert Link<> to typedNoel Grandin2015-09-252-9/+7
* convert Link<> to typedNoel Grandin2015-09-242-18/+15