summaryrefslogtreecommitdiff
path: root/bridges/test
AgeCommit message (Expand)AuthorFilesLines
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-11-05java:no need to explicitly create these constructorsNoel Grandin1-6/+0
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-3/+3
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin3-6/+4
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin5-8/+6
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot1-1/+1
2015-07-10tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe6-11/+10
2015-06-30Revert "Revert "Typo: repsent->represent""Stephan Bergmann1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Revert "Typo: repsent->represent"Julien Nabet1-1/+1
2015-06-23Typo: repsent->representJulien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-20/+12
2015-01-06Replace JNIEXPORT -> SAL_JNI_EXPORTStephan Bergmann1-1/+1
2015-01-05java: unnecessary importsNoel Grandin1-4/+0
2015-01-05java: remove more dead codeNoel Grandin2-6/+1
2014-12-19java: unused importsNoel Grandin1-1/+0
2014-12-15java: remove some unused fields and variablesNoel Grandin4-23/+3
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-10/+10
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin1-2/+2
2014-11-12java: last statement in finalize() method should be call to super.finalize()Noel Grandin1-1/+2
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin8-8/+0
2014-10-14fix use of RuntimeException constructorNoel Grandin1-2/+2
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin1-4/+4
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin1-1/+0
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2-11/+11
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2-13/+13
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2-13/+13
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-15/+15
2014-08-14java: remove commented out codeNoel Grandin1-5/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin17-0/+48
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-1/+1
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-1/+1
2014-08-08java: remove unused fieldsNoel Grandin1-3/+0
2014-08-05java: remove unused fieldsNoel Grandin1-4/+0
2014-08-05java: remove various unused variablesNoel Grandin1-1/+0
2014-06-05bridges: remove SAL_THROW macroNoel Grandin2-2/+0
2014-04-15whitespace for include statementsThomas Arnhold1-2/+2
2014-03-01Remove visual noise from bridgesAlexander Wilms1-2/+1
2014-02-23Remove unneccessary commentsAlexander Wilms2-2/+2
2014-02-06fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsServiceAlexandre Vicenzi1-11/+3
2014-02-02fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi1-39/+2
2013-12-16Clean-up uno/lbnames.hStephan Bergmann5-4/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin3-5/+5
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2-14/+4
2013-10-12Bin pointless commentTor Lillqvist1-1/+1
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara7-0/+21