summaryrefslogtreecommitdiffstats
path: root/bridges/test
Commit message (Expand)AuthorAgeFilesLines
* this dir has lain unused for years nowCaolán McNamara2016-01-0959-10973/+0
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-073-10/+10
* Fix typosAndrea Gelmini2016-01-051-1/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* java:no need to explicitly create these constructorsNoel Grandin2015-11-051-6/+0
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-3/+3
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-303-6/+4
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-305-8/+6
* tdf#39440: fix several warnings reported by cppcheckSerge Krot2015-10-251-1/+1
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-106-11/+10
* Revert "Revert "Typo: repsent->represent""Stephan Bergmann2015-06-301-1/+1
* Revert "Typo: iff->if"Julien Nabet2015-06-231-1/+1
* Revert "Typo: repsent->represent"Julien Nabet2015-06-231-1/+1
* Typo: repsent->representJulien Nabet2015-06-231-1/+1
* Typo: iff->ifJulien Nabet2015-06-231-1/+1
* 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