Age | Commit message (Expand) | Author |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-01-06 | Replace JNIEXPORT -> SAL_JNI_EXPORT | Stephan Bergmann |
2015-01-05 | java: unnecessary imports | Noel Grandin |
2015-01-05 | java: remove more dead code | Noel Grandin |
2014-12-19 | java: unused imports | Noel Grandin |
2014-12-15 | java: remove some unused fields and variables | Noel Grandin |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-10 | java: improve use of WrappedTargetException to set cause properly | Noel Grandin |
2014-11-12 | java: last statement in finalize() method should be call to super.finalize() | Noel Grandin |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini |
2014-10-29 | remove unnecessary 'using namespace rtl' declarations | Noel Grandin |
2014-10-14 | fix use of RuntimeException constructor | Noel Grandin |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
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 |