Age | Commit message (Expand) | Author |
2017-07-21 | Eliminate Date::operator+=() and -=() and replace with Date::AddDays() | Eike Rathke |
2017-07-21 | de-hrc various things | Caolán McNamara |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-07-19 | Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...) | Eike Rathke |
2017-07-18 | Change nonsense non-const Date* GetNullDate() to const Date& | Eike Rathke |
2017-07-18 | No reason to silently misbehave when these UNO services are missing | Stephan Bergmann |
2017-07-15 | emfplus: create a wmf/emf/emf+ primitive based importer | Armin Le Grand |
2017-07-13 | loplugin:oncevar: empty strings: chart2 | Stephan Bergmann |
2017-07-13 | use more OUString::operator== in a*..chart2 | Noel Grandin |
2017-07-11 | simplify calls OUString::copy in foo.copy(x, foo.getLength() - x) | Noel Grandin |
2017-07-11 | use more range-for on uno::Sequence | Noel Grandin |
2017-07-10 | tdf#108986 : no arrow for "Data" button on pivot chart | Dennis Francis |
2017-07-10 | tdf#108921 : Enforce a minimum legend size for pivot charts... | Dennis Francis |
2017-07-10 | teach unnecessaryparen loplugin about identifiers | Noel Grandin |
2017-07-09 | C++11 replace std::remove_copy_if with std::copy_if | Jochen Nitschke |
2017-07-07 | remove nullptr checks on STL search result iterators | Jochen Nitschke |
2017-07-07 | C++11 remove std::binary_function bases from functors | Jochen Nitschke |
2017-07-06 | use OString::operator== in preference to ::equals | Noel Grandin |
2017-07-06 | tdf#108782 replace std::bind2nd with lambda | Jochen Nitschke |
2017-07-06 | tdf#108923 : Use display string for generating chart labels | Dennis Francis |
2017-07-05 | loplugin:useuniqueptr in basic..cppcanvas | Noel Grandin |
2017-07-05 | new loplugin unnecessaryparen | Noel Grandin |
2017-07-04 | tdf#105831 Add Donate entry on Help menu | Olivier |
2017-07-03 | use begin()/end() when working with Sequence | Noel Grandin |
2017-07-03 | C++11 remove std::unary_function bases from functors | Jochen Nitschke |
2017-07-02 | loplugin:casttovoid: chart2 | Stephan Bergmann |
2017-06-29 | PieChart::PieLabelInfo::moveAwayFrom bAlternativeMoveDirection is "TODO" | Stephan Bergmann |
2017-06-29 | ChartTypeHelper::getSupportedLabelPlacements nDimensionCount was ignored | Stephan Bergmann |
2017-06-28 | -Werror=ignored-qualifiers (GCC 8) | Stephan Bergmann |
2017-06-23 | iOS, convert CPPUnittest to noop | jan Iversen |
2017-06-23 | Fix typos | Andrea Gelmini |
2017-06-23 | loplugin:unusedfields in accessibility..comphelper | Noel Grandin |
2017-06-21 | convert ErrCode to strong typedef | Noel Grandin |
2017-06-20 | only some languages put a space between number and % | Caolán McNamara |
2017-06-20 | loplugin:oncevar chart2 | Noel Grandin |
2017-06-19 | Make SfxItemSet ranges correct by construction: Fix static cases | Stephan Bergmann |
2017-06-18 | remove unused osl/mutex.hxx includes | Jochen Nitschke |
2017-06-16 | Make SfxItemSet ranges correct by construction | Stephan Bergmann |
2017-06-12 | cleanup unused css/frame/* includes | Jochen Nitschke |
2017-06-09 | Fix typo in queryAggregation | Stephan Bergmann |
2017-06-09 | clang-tidy readability-non-const-parameter | Noel Grandin |
2017-06-09 | use comphelper::InitPropertySequence in more places | Noel Grandin |
2017-06-08 | clang-tidy performance-type-promotion-in-math-fn | Noel Grandin |
2017-06-05 | clang-tidy performance-unnecessary-value-param | Noel Grandin |
2017-06-02 | Add custom HID to the 'From Data Table' option | Gabor Kelemen |
2017-05-31 | Remove some unnecessary scaffolding around SAL_WARN calls | Stephan Bergmann |
2017-05-31 | clang-tidy readability-redundant-control-flow | Noel Grandin |
2017-05-30 | remove duplicate 'using namespace' | Jochen Nitschke |
2017-05-30 | teach redundantcast plugin about functional casts | Noel Grandin |
2017-05-28 | remove unnecessary use of OString::getStr | Noel Grandin |