summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)Author
2015-10-16convert Link<> to typedNoel Grandin
2015-10-15-Werror,-Wunused-private-fieldStephan Bergmann
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin
2015-10-13remove some useless commentsNoel Grandin
2015-10-12disable arrow heads in chart sidebar, tdf#94971Markus Mohrhard
2015-10-12update the line panel for data points, related tdf#94969Markus Mohrhard
2015-10-12update area panel for data points, tdf#94969Markus Mohrhard
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-12loplugin:mergeclassesNoel Grandin
2015-10-10also update line panel for axis, related tdf#94933Markus Mohrhard
2015-10-10also update line panel for average and trend line, tdf#94933Markus Mohrhard
2015-10-10we need to take the SolarMutex when we change the UIMarkus Mohrhard
2015-10-10use trendline context for trendlines, tdf#94931, tdf#94934Markus Mohrhard
2015-10-09don't put the checkbox into the HBox, tdf#94870Markus Mohrhard
2015-10-09correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard
2015-10-09remove whitespaceMarkus Mohrhard
2015-10-09loplugin:literaltoboolconversionStephan Bergmann
2015-10-09Moving average trendline equation: remove initialisationLaurent Balland-Poirier
2015-10-09tdf#70673 Improve exponential trend line equationLaurent Balland-Poirier
2015-10-08chart2: replace for_each with range-based forDaniel Robertson
2015-10-07Improve polynomial trend line equationLaurent Balland-Poirier
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti
2015-10-07Improve Power trend line equationLaurent Balland-Poirier
2015-10-07Log trend line equation: Remove useless variableLaurent Balland-Poirier
2015-10-07loplugin:mergeclassesNoel Grandin
2015-10-07remove another custom refcounting base classNoel Grandin
2015-10-07tdf#90839: follow-up workMarco Cecchetti
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-05Return rtl::Reference from ShapeTypeHandler::CreateAccessibleObjectStephan Bergmann
2015-10-03hide grid and axes options in chart elements if not supported, tdf#94297Markus Mohrhard
2015-10-03don't show area and line panel in pie chart Chart selection, tdf#94320Markus Mohrhard
2015-10-02Fix typosAndrea Gelmini
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-30Trend line equation: remove useless definesLaurent Balland-Poirier
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht
2015-09-30Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-29coverity#1325069 Resource leakCaolán McNamara
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
2015-09-27enable z axis objects when changing chart type, tdf#94290Markus Mohrhard
2015-09-27gcc3 is not supported anymore, so remove thatMarkus Mohrhard