summaryrefslogtreecommitdiffstats
path: root/bridges/test
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-20/+12
* Replace JNIEXPORT -> SAL_JNI_EXPORTStephan Bergmann2015-01-061-1/+1
* java: unnecessary importsNoel Grandin2015-01-051-4/+0
* java: remove more dead codeNoel Grandin2015-01-052-6/+1
* java: unused importsNoel Grandin2014-12-191-1/+0
* java: remove some unused fields and variablesNoel Grandin2014-12-154-23/+3
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-10/+10
* java: improve use of WrappedTargetException to set cause properlyNoel Grandin2014-12-101-2/+2
* java: last statement in finalize() method should be call to super.finalize()Noel Grandin2014-11-121-1/+2
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-298-8/+0
* fix use of RuntimeException constructorNoel Grandin2014-10-141-2/+2
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-251-4/+4
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-201-1/+0
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-192-11/+11
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-192-13/+13
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-192-13/+13
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-15/+15
* java: remove commented out codeNoel Grandin2014-08-141-5/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1217-0/+48
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-1/+1
* java: remove unnecessary semi-colonsNoel Grandin2014-08-081-1/+1
* java: remove unused fieldsNoel Grandin2014-08-081-3/+0
* java: remove unused fieldsNoel Grandin2014-08-051-4/+0
* java: remove various unused variablesNoel Grandin2014-08-051-1/+0
* bridges: remove SAL_THROW macroNoel Grandin2014-06-052-2/+0
* whitespace for include statementsThomas Arnhold2014-04-151-2/+2
* Remove visual noise from bridgesAlexander Wilms2014-03-011-2/+1
* Remove unneccessary commentsAlexander Wilms2014-02-232-2/+2
* fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsServiceAlexandre Vicenzi2014-02-061-11/+3
* fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi2014-02-021-39/+2
* Clean-up uno/lbnames.hStephan Bergmann2013-12-165-4/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-193-5/+5
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-1/+1
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-252-14/+4
* Bin pointless commentTor Lillqvist2013-10-121-1/+1
* typo fixes in commentsAndras Timar2013-09-261-1/+1
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-227-0/+21
* Don't export a variable called PATH_SEPARATORTor Lillqvist2013-05-154-16/+16
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-154-16/+16
* Java cleanup, convert Hashtable to HashMapNoel Grandin2013-05-061-6/+7
* Java cleanup, remove unused importsNoel Grandin2013-04-261-1/+0
* Java cleanup, use generic containers where possibleNoel Grandin2013-04-241-2/+2
* Java cleanup, remove unnecessary castsNoel Grandin2013-04-192-7/+7
* Related rhbz#867808: More apparently bogus "throw new ..." in C++ codeStephan Bergmann2013-04-162-3/+3
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-077-76/+73
* Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith2013-04-025-15/+15
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-194-4/+4
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-199-66/+66
* sal_Bool to boolTakeshi Abe2013-03-043-3/+3