Age | Commit message (Expand) | Author |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-19 | java: use 'Byte.valueOf' instead of 'new Byte' | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
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 exceptions from throws clauses that are not | Noel Grandin |
2014-08-08 | java: remove unnecessary semi-colons | Noel Grandin |
2014-08-08 | java: remove unused fields | Noel Grandin |
2014-08-05 | java: remove unused fields | Noel Grandin |
2014-08-05 | java: remove various unused variables | Noel Grandin |
2014-06-05 | bridges: remove SAL_THROW macro | Noel Grandin |
2014-04-15 | whitespace for include statements | Thomas Arnhold |
2014-03-01 | Remove visual noise from bridges | Alexander Wilms |
2014-02-23 | Remove unneccessary comments | Alexander Wilms |
2014-02-06 | fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsService | Alexandre Vicenzi |
2014-02-02 | fdo#54938 Convert bridges, editeng and others to cppu::supportsService | Alexandre Vicenzi |
2013-12-16 | Clean-up uno/lbnames.h | Stephan Bergmann |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin |
2013-11-04 | remove redundant calls to OUString constructor in if expression | Noel Grandin |
2013-10-25 | fdo#54938: More uses of cppu::supportsService | Marcos Paulo de Souza |
2013-10-12 | Bin pointless comment | Tor Lillqvist |
2013-09-26 | typo fixes in comments | Andras Timar |
2013-09-22 | add mode lines to new files (and idls) since last run | Caolán McNamara |
2013-05-15 | Don't export a variable called PATH_SEPARATOR | Tor Lillqvist |
2013-05-15 | Spelling "separate" (etc) correctly is hard | Tor Lillqvist |
2013-05-06 | Java cleanup, convert Hashtable to HashMap | Noel Grandin |
2013-04-26 | Java cleanup, remove unused imports | Noel Grandin |
2013-04-24 | Java cleanup, use generic containers where possible | Noel Grandin |
2013-04-19 | Java cleanup, remove unnecessary casts | Noel Grandin |
2013-04-16 | Related rhbz#867808: More apparently bogus "throw new ..." in C++ code | Stephan Bergmann |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-04-02 | Remove RTL_CONSTASCII_(U)STRINGPARAM in bridges | Chr. Rossmanith |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2013-03-04 | sal_Bool to bool | Takeshi Abe |
2013-03-01 | Replace rtl::O(U)String with O(U)String | Ádám Csaba Király |
2013-01-30 | Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRING | Jean-Noël Rouvignac |
2012-12-25 | Get rid of (most uses of) GUI | Tor Lillqvist |
2012-12-21 | fdo#46808, Convert frame::Desktop to new style service. | Noel Grandin |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens |
2012-11-30 | API CHANGE remove [oneway] method attributes | Thorsten Behrens |
2012-11-15 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-09-25 | replace remaining InterlockedCount() with inlined version | Norbert Thiebaud |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann |
2012-09-10 | Java cleanup, remove unnecessary imports | Noel Grandin |
2012-09-05 | Java cleanup, rename folders and packages to make them match | Noel Grandin |
2012-09-05 | Java cleanup, make the package name match the folder name | Noel Grandin |
2012-09-03 | Some clean up of previous commit | Stephan Bergmann |