Age | Commit message (Expand) | Author |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-10 | fix build, std::make_unique is C++14, use o3tl::make_unique | Noel Grandin |
2015-11-10 | fix build | Noel Grandin |
2015-11-10 | chart2: replace boost::ptr_vector with std::vector<unique_ptr> | Noel Grandin |
2015-11-10 | chart2: replace boost::ptr_vector with std::vector<unique_ptr> | Noel Grandin |
2015-11-10 | chart2: replace boost::ptr_vector with std::vector<unique_ptr> | Noel Grandin |
2015-11-10 | chart2: replace boost::ptr_vector with std::vector<unique_ptr> | Noel Grandin |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-11-06 | coverity#1338265 Uncaught exception | Caolán McNamara |
2015-11-06 | coverity#1338253 Uncaught exception | Caolán McNamara |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-05 | Reduce scope of #include <tools/poly.hxx> | Matteo Casalin |
2015-11-04 | yyyyy | Noel Grandin |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni |
2015-10-30 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-27 | loplugin:unusedmethods | Noel Grandin |
2015-10-27 | Replace boost::bind by lambdas in chart2 tree. | Mario J. Rugiero |
2015-10-23 | implement text rotation for chart axis sidebar panel, tdf#94970 | Markus Mohrhard |
2015-10-22 | make it harder to use the API wrongly, tdf#95056 | Markus Mohrhard |
2015-10-22 | disable all error bar radion buttons in the beginning, tdf#95057 | Markus Mohrhard |
2015-10-21 | refactor out some com::sun::star typedefs | Noel Grandin |
2015-10-20 | new loplugin: badvectorinit | Noel Grandin |
2015-10-20 | loplugin:defaultparams | Stephan Bergmann |
2015-10-19 | loplugin:defaultparams | Stephan Bergmann |
2015-10-19 | cleanup some local var declarations | Noel Grandin |
2015-10-18 | tdf#94960, Revert "it is insane to not map line and ..." | Markus Mohrhard |
2015-10-17 | coverity#1327446 Unchecked dynamic_cast | Caolán McNamara |
2015-10-16 | convert Link<> to typed | Noel Grandin |
2015-10-16 | convert Link<> to typed | Noel Grandin |
2015-10-15 | -Werror,-Wunused-private-field | Stephan Bergmann |
2015-10-15 | calling IsSet() before Call() on Link<> is unnecessary | Noel Grandin |
2015-10-13 | remove some useless comments | Noel Grandin |
2015-10-12 | disable arrow heads in chart sidebar, tdf#94971 | Markus Mohrhard |
2015-10-12 | update the line panel for data points, related tdf#94969 | Markus Mohrhard |
2015-10-12 | update area panel for data points, tdf#94969 | Markus Mohrhard |
2015-10-12 | Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | convert Link<> to typed | Noel Grandin |
2015-10-12 | loplugin:mergeclasses | Noel Grandin |
2015-10-10 | also update line panel for axis, related tdf#94933 | Markus Mohrhard |
2015-10-10 | also update line panel for average and trend line, tdf#94933 | Markus Mohrhard |
2015-10-10 | we need to take the SolarMutex when we change the UI | Markus Mohrhard |
2015-10-10 | use trendline context for trendlines, tdf#94931, tdf#94934 | Markus Mohrhard |
2015-10-09 | correctly dispose the chart sidebar when leaving chart, tdf#94292 | Markus Mohrhard |
2015-10-09 | remove whitespace | Markus Mohrhard |
2015-10-09 | loplugin:literaltoboolconversion | Stephan Bergmann |
2015-10-09 | Moving average trendline equation: remove initialisation | Laurent Balland-Poirier |
2015-10-09 | tdf#70673 Improve exponential trend line equation | Laurent Balland-Poirier |
2015-10-08 | chart2: replace for_each with range-based for | Daniel Robertson |