summaryrefslogtreecommitdiffstats
path: root/javaunohelper
Commit message (Expand)AuthorAgeFilesLines
* javaunohelper: fix all javadoc warningsMichael Stahl2016-02-176-3/+146
* cid#1326918 FB.NP_CLONE_COULD_RETURN_NULLStephan Bergmann2016-02-081-10/+13
* coverity#1326400 Dereference null return valueCaolán McNamara2016-02-041-6/+6
* coverity#1326973 SBSC: String concatenation in loop using + operatorCaolán McNamara2015-12-301-4/+6
* related tdf#86784: new API got backported to 5.1Thorsten Behrens2015-12-211-2/+2
* cid#1343654 FindBugs: Bad practice (FB.DMI_RANDOM_USED_ONLY_ONCE)Stephan Bergmann2015-12-211-1/+3
* Fix @since tagsStephan Bergmann2015-12-201-2/+2
* tdf#86784: Pass custom options to Java bootstrapKatarina Behrens2015-12-181-7/+51
* Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky2015-12-031-0/+20
* Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky2015-12-011-0/+44
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-241-1/+1
* 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