Age | Commit message (Expand) | Author |
2015-02-16 | we shouldn't need a static ref in these createOneInstance factory helpers | Caolán McNamara |
2015-02-08 | Typos + simple german translations | Julien Nabet |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-05 | convert all remaining BOOST_STATIC_ASSERT to static_assert | Caolán McNamara |
2015-01-28 | Use vector::data | Stephan Bergmann |
2015-01-28 | Some more loplugin:cstylecast clean-up | Stephan Bergmann |
2015-01-20 | Some more loplugin:cstylecast: stoc | Stephan Bergmann |
2015-01-12 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2015-01-07 | Just use WeakImplHelper1 instead of ImplHelper1 | Stephan Bergmann |
2015-01-04 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-18 | stoc: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-16 | stoc: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-11-25 | java: remove some comment noise | Noel Grandin |
2014-11-18 | cppuhelper: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-14 | fdo#86023 - O[U]String needs a 'clear' method | Brij Mohan Lal Srivastava |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-11-06 | Bin unused include files, thanks to Andrea Gelmini | Tor Lillqvist |
2014-10-31 | Removed duplicated includes | Andrea Gelmini |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-07 | java: remove useless overriding methods | Noel Grandin |
2014-09-29 | loplugin: cstylecast | Noel Grandin |
2014-09-18 | fdo#83512 Make use of OUStringHash and OStringHash | Daniel Sikeler |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-08 | java: remove unused imports | Noel Grandin |
2014-08-08 | java: remove unused variables | Noel Grandin |
2014-08-07 | Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy | Stephan Bergmann |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-05 | java: remove various unused variables | Noel Grandin |
2014-07-24 | use BOOST_STATIC_ASSERT for sizeof check | Michael Stahl |
2014-07-07 | DBG_ASSERT->assert when followed by dereference | Caolán McNamara |
2014-06-24 | fVal->nVal | Caolán McNamara |
2014-06-24 | coverity#982255 Operands don't affect result | Caolán McNamara |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-05 | stoc: remove SAL_THROW macro | Noel Grandin |
2014-06-01 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-29 | remove more unnecesary OUString constructor use | Noel Grandin |
2014-05-27 | remove more unnecessary use of OUString constructor | Noel Grandin |
2014-05-24 | cppcheck: redundantAssignment | Thomas Arnhold |
2014-05-23 | get stoc to build again | Caolán McNamara |
2014-05-23 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 | Julien Nabet |
2014-05-23 | remove boilerplate in UNO Exception constructor calls | Noel Grandin |
2014-05-22 | cppcheck: fprintf format string requires 1 parameter but only 0 are given | Thomas Arnhold |
2014-05-22 | stoc: fix includes | Thomas Arnhold |
2014-05-22 | stoc: convert TEST_LIST_CLASSES case also | Thomas Arnhold |
2014-05-22 | stoc: make use of css alias | Thomas Arnhold |
2014-05-22 | stoc: remove using namespace from headers | Thomas Arnhold |
2014-05-20 | enhance pass-by-ref plugin to detect large arguments | Noel Grandin |