summaryrefslogtreecommitdiffstats
path: root/javaunohelper
Commit message (Expand)AuthorAgeFilesLines
...
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-172-3/+3
* coverity#1338592 Explicit null dereferencedCaolán McNamara2015-11-111-4/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-21/+21
* new loplugin: oncevarNoel Grandin2015-11-091-8/+4
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-054-12/+10
* java: combine nested if statementsNoel Grandin2015-11-052-18/+11
* java:no need to explicitly create these constructorsNoel Grandin2015-11-051-4/+0
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-2/+2
* com::sun::star->css in lingucomponentNoel Grandin2015-10-231-2/+2
* coverity#1326731 Dm: Dubious method usedCaolán McNamara2015-10-151-2/+6
* cid#1326115 Unchecked return valueNoel Grandin2015-10-151-13/+2
* cid#1326733 Dm: Dubious method usedNoel Grandin2015-10-141-29/+25
* use early returns to make method easier to readNoel Grandin2015-10-141-74/+73
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* Fix typosAndrea Gelmini2015-09-301-2/+2
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-151-2/+2
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-1/+1
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-114-18/+18
* java:Non-synchronized method should not override a synchronized methodNoel Grandin2015-06-091-2/+2
* jboolean-related clean-upStephan Bergmann2015-05-081-3/+3
* More loplugin:simplifyboolStephan Bergmann2015-04-271-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-4/+4
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-9/+9
* Some more loplugin:cstylecast: javaunohelperStephan Bergmann2015-01-203-15/+15
* java: simplify array creationNoel Grandin2015-01-091-7/+7
* fix indexesCaolán McNamara2015-01-091-3/+3
* drop crashrep unused since start of LibreOfficeCaolán McNamara2015-01-071-1/+0
* javaunohelper: missing includeMiklos Vajna2015-01-071-0/+1
* WaE: -Werror=unused-variable with #define DISABLE_DYNLOADINGCaolán McNamara2015-01-071-8/+7
* java: remove more dead codeNoel Grandin2015-01-051-2/+2
* java: remove dead codeNoel Grandin2015-01-053-8/+0
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-1/+1
* java: remove OOoRunnerLightNoel Grandin2014-12-161-1/+1
* java: remove some unused fields and variablesNoel Grandin2014-12-153-3/+3
* silence coverity#705667 Resource leakCaolán McNamara2014-12-151-9/+7
* stronger checks when creating Java UNO componentsNoel Grandin2014-12-151-9/+41
* java: remove some unnecessary interfacesNoel Grandin2014-12-111-4/+1
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-2/+2
* java: improve use of WrappedTargetException to set cause properlyNoel Grandin2014-12-102-6/+6
* Fold URE: WindowsStephan Bergmann2014-12-031-2/+1
* Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann2014-11-281-1/+1
* Fold URE: Linux ure/lib/* -> program/Stephan Bergmann2014-11-281-1/+6
* java: remove some comment noiseNoel Grandin2014-11-252-14/+0
* java: final fields that can be staticNoel Grandin2014-11-251-1/+1
* java: remove some unnecessary castsNoel Grandin2014-11-181-38/+38
* java: make fields final where possibleNoel Grandin2014-11-188-16/+16
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-92/+93
* coverity#705665 osl_Module->osl::ModuleCaolán McNamara2014-10-301-11/+13