summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-10fix build, std::make_unique is C++14, use o3tl::make_uniqueNoel Grandin
2015-11-10fix buildNoel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-11-10chart2: replace boost::ptr_vector with std::vector<unique_ptr>Noel Grandin
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06coverity#1338265 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338253 Uncaught exceptionCaolán McNamara
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin
2015-11-04yyyyyNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-27Replace boost::bind by lambdas in chart2 tree.Mario J. Rugiero
2015-10-23implement text rotation for chart axis sidebar panel, tdf#94970Markus Mohrhard
2015-10-22make it harder to use the API wrongly, tdf#95056Markus Mohrhard
2015-10-22disable all error bar radion buttons in the beginning, tdf#95057Markus Mohrhard
2015-10-21refactor out some com::sun::star typedefsNoel Grandin
2015-10-20new loplugin: badvectorinitNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-19cleanup some local var declarationsNoel Grandin
2015-10-18tdf#94960, Revert "it is insane to not map line and ..."Markus Mohrhard
2015-10-17coverity#1327446 Unchecked dynamic_castCaolán McNamara
2015-10-16convert Link<> to typedNoel Grandin
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-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