summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Proper fix for coverity#1326893Stephan Bergmann1-16/+3
2015-11-04yyyyyNoel Grandin3-5/+4
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni4-21/+21
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin24-50/+44
2015-10-27loplugin:unusedmethodsNoel Grandin1-1/+1
2015-10-27Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero2-5/+2
2015-10-27tdf#91063 Move border to Gtkbox in Data Series content panelYousuf Philips1-1/+1
2015-10-24tdf#91063 Change show legend label to tooltip in chart sidebarYousuf Philips1-1/+2
2015-10-23implement text rotation for chart axis sidebar panel, tdf#94970Markus Mohrhard2-2/+45
2015-10-22make it harder to use the API wrongly, tdf#95056Markus Mohrhard1-8/+14
2015-10-22disable all error bar radion buttons in the beginning, tdf#95057Markus Mohrhard1-0/+3
2015-10-21refactor out some com::sun::star typedefsNoel Grandin2-16/+5
2015-10-20new loplugin: badvectorinitNoel Grandin2-4/+8
2015-10-20loplugin:defaultparamsStephan Bergmann4-8/+8
2015-10-19tdf#91063 Move border to Gtkbox similar to other panelsYousuf Philips1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann6-9/+9
2015-10-19cleanup some local var declarationsNoel Grandin3-18/+18
2015-10-18tdf#94960, Revert "it is insane to not map line and ..."Markus Mohrhard1-3/+3
2015-10-18mark numbers as untranslatableStanislav Horacek1-2/+2
2015-10-17coverity#1327446 Unchecked dynamic_castCaolán McNamara1-2/+1
2015-10-16convert Link<> to typedNoel Grandin4-6/+5
2015-10-16convert Link<> to typedNoel Grandin21-83/+67
2015-10-15-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-6/+3
2015-10-13remove some useless commentsNoel Grandin5-6/+3
2015-10-12disable arrow heads in chart sidebar, tdf#94971Markus Mohrhard1-0/+1
2015-10-12update the line panel for data points, related tdf#94969Markus Mohrhard1-3/+3
2015-10-12update area panel for data points, tdf#94969Markus Mohrhard1-1/+3
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann247-2302/+2302
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-11/+11
2015-10-12convert Link<> to typedNoel Grandin22-56/+38
2015-10-12loplugin:mergeclassesNoel Grandin3-105/+37
2015-10-10also update line panel for axis, related tdf#94933Markus Mohrhard1-1/+4
2015-10-10also update line panel for average and trend line, tdf#94933Markus Mohrhard1-1/+1
2015-10-10we need to take the SolarMutex when we change the UIMarkus Mohrhard1-0/+2
2015-10-10use trendline context for trendlines, tdf#94931, tdf#94934Markus Mohrhard1-0/+3
2015-10-09don't put the checkbox into the HBox, tdf#94870Markus Mohrhard1-21/+19
2015-10-09correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard1-2/+2
2015-10-09remove whitespaceMarkus Mohrhard1-2/+0
2015-10-09loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2015-10-09Moving average trendline equation: remove initialisationLaurent Balland-Poirier1-5/+1
2015-10-09tdf#70673 Improve exponential trend line equationLaurent Balland-Poirier1-36/+25
2015-10-08chart2: replace for_each with range-based forDaniel Robertson14-164/+77
2015-10-07Improve polynomial trend line equationLaurent Balland-Poirier1-2/+6
2015-10-07tdf#88154 workaround and unit testMarco Cecchetti7-11/+83
2015-10-07Improve Power trend line equationLaurent Balland-Poirier1-7/+9
2015-10-07Log trend line equation: Remove useless variableLaurent Balland-Poirier1-8/+4
2015-10-07loplugin:mergeclassesNoel Grandin4-59/+9
2015-10-07remove another custom refcounting base classNoel Grandin3-29/+2