summaryrefslogtreecommitdiff
path: root/javaunohelper
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: javaunohelperStephan Bergmann7-36/+36
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-2/+2
2017-09-13Fix a locking bug in our Java ComponentBase class, where after the transitionDamjan Jovanovic1-2/+5
2017-09-02Typos for "available"Julien Nabet1-1/+1
2017-06-23Fix typos: uniform registeredAndrea Gelmini1-1/+1
2017-06-12Translate German comments and debug strings (leftovers in dirs j... to q...)Johnny_M1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+2
2017-05-07tdf#43157: convert javaunohelper from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2-2/+0
2017-03-25Fix typosAndrea Gelmini2-3/+3
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-6/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-6/+2
2017-01-17Typo: listerner->listenerJulien Nabet1-1/+1
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin1-2/+2
2016-02-17javaunohelper: fix all javadoc warningsMichael Stahl6-3/+146
2016-02-08cid#1326918 FB.NP_CLONE_COULD_RETURN_NULLStephan Bergmann1-10/+13
2016-02-04coverity#1326400 Dereference null return valueCaolán McNamara1-6/+6
2015-12-30coverity#1326973 SBSC: String concatenation in loop using + operatorCaolán McNamara1-4/+6
2015-12-21related tdf#86784: new API got backported to 5.1Thorsten Behrens1-2/+2
2015-12-21cid#1343654 FindBugs: Bad practice (FB.DMI_RANDOM_USED_ONLY_ONCE)Stephan Bergmann1-1/+3
2015-12-20Fix @since tagsStephan Bergmann1-2/+2
2015-12-18tdf#86784: Pass custom options to Java bootstrapKatarina Behrens1-7/+51
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky1-0/+20
2015-12-01Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky1-0/+44
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann2-3/+3
2015-11-11coverity#1338592 Explicit null dereferencedCaolán McNamara1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-21/+21
2015-11-09new loplugin: oncevarNoel Grandin1-8/+4
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin4-12/+10
2015-11-05java: combine nested if statementsNoel Grandin2-18/+11
2015-11-05java:no need to explicitly create these constructorsNoel Grandin1-4/+0
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+2
2015-10-23com::sun::star->css in lingucomponentNoel Grandin1-2/+2
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara1-2/+6
2015-10-15cid#1326115 Unchecked return valueNoel Grandin1-13/+2
2015-10-14cid#1326733 Dm: Dubious method usedNoel Grandin1-29/+25
2015-10-14use early returns to make method easier to readNoel Grandin1-74/+73
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin4-18/+18
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin1-2/+2
2015-05-08jboolean-related clean-upStephan Bergmann1-3/+3
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-4/+4
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-9/+9