Age | Commit message (Expand) | Author |
2014-08-14 | java: remove unused imports | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-13 | remove unnecessary use of Java reflection | Noel Grandin |
2014-08-13 | java: remove dead methods | Noel Grandin |
2014-08-13 | update_pch | Thomas Arnhold |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin |
2014-08-13 | java: reduce scope, make member classes private | Noel Grandin |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-13 | java: reduce scope, make constructors private | Noel Grandin |
2014-08-12 | java: fix broken javadoc tags | Noel Grandin |
2014-08-12 | java: remove useless javadoc tags | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-11 | java: remove unused parameters | Noel Grandin |
2014-08-11 | java: remove unused parameters | Noel Grandin |
2014-08-08 | java: remove exceptions from throws clauses that are not | Noel Grandin |
2014-08-08 | java: remove redundant null checks | Noel Grandin |
2014-08-08 | java: remove unnecessary semi-colons | Noel Grandin |
2014-08-08 | java: remove unused imports | Noel Grandin |
2014-08-08 | java: remove dead methods | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-05 | java: remove unused fields | Noel Grandin |
2014-08-04 | java: remove some casting in lib.TestParameters#getMSF | Noel Grandin |
2014-07-26 | coverity#706541 Uncaught exception | Caolán McNamara |
2014-07-11 | new loplugin: externalandnotdefined | Noel Grandin |
2014-07-10 | use SimpleReferenceObject in forms module | Noel Grandin |
2014-07-03 | use assert when followed by deref | Caolán McNamara |
2014-07-01 | New loplugin:stringconcat | Stephan Bergmann |
2014-06-29 | Typo: beeing->being | Julien Nabet |
2014-06-25 | fixes for up-casting to Reference<XInterface> | Noel Grandin |
2014-06-25 | remove spurious com::sun::star::chaos | Michael Stahl |
2014-06-24 | coverity#706547 Uncaught exception | Caolán McNamara |
2014-06-17 | rtl::Reference fits just fine here | Stephan Bergmann |
2014-06-17 | improve the inlinesimplememberfunctions clang plugin | Noel Grandin |
2014-06-13 | loplugin:staticcall | Stephan Bergmann |
2014-06-09 | loplugin: inlinesimplememberfunctions | Noel Grandin |
2014-06-05 | forms: remove SAL_THROW macro | Noel Grandin |
2014-06-04 | forms: expand DECLARE_XCLONEABLE | Thomas Arnhold |
2014-06-04 | forms: expand DECLARE_DEFAULT_DTOR | Thomas Arnhold |
2014-06-01 | Fixed lower case typo in header guard definition | Jens Carl |
2014-05-30 | 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 unnecessary use of Reference constructor in throw | Noel Grandin |
2014-05-27 | Remove unnecessary semicolons | Peter Senna Tschudin |
2014-05-25 | Remove ASCII art, useless comments and whitespace from forms module | Chris Laplante |
2014-05-23 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 | Julien Nabet |
2014-05-19 | hrc and src files: squeeze multiple newlines | Thomas Arnhold |
2014-05-14 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12 | Julien Nabet |
2014-05-10 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9 | Julien Nabet |
2014-05-09 | update_pch: add a bunch of pch files | Thomas Arnhold |
2014-05-08 | various: sal_Bool->bool | Noel Grandin |