summaryrefslogtreecommitdiffstats
path: root/javaunohelper/source
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings for Raspberry pi 4 (part5)Julien Nabet2021-01-103-0/+24
* Fix some warnings for Raspberry pi 4 (part2)Julien Nabet2021-01-021-0/+7
* Upcoming loplugin:elidestringvar: javaunohelperStephan Bergmann2020-06-041-2/+1
* compact namespace in i18npool..ooxNoel Grandin2020-05-092-5/+3
* sal_Char->char in idlc..linguisticNoel Grandin2019-12-191-2/+2
* Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann2019-11-131-1/+1
* javaunohelper: blind fix for Android build broken by 2d22f8bb15c1Michael Stahl2019-05-161-0/+4
* tdf#42949 Fix IWYU warnings in javaunohelper/Gabor Kelemen2019-05-162-7/+1
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-011-0/+1
* log nice exception messages whereever possibleNoel Grandin2019-03-071-2/+5
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-291-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-111-1/+1
* loplugin:includeform: javaunohelperStephan Bergmann2017-10-237-36/+36
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-2/+2
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-071-2/+2
* tdf#43157: convert javaunohelper from OSL_ASSERT to assertChris Sherlock2017-05-071-2/+2
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-6/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-6/+2
* OSL_TRACE->SAL in framework..salNoel Grandin2016-12-131-2/+2
* 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
* 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
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-3/+3
* 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
* 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
* Some more loplugin:cstylecast: javaunohelperStephan Bergmann2015-01-203-15/+15
* javaunohelper: missing includeMiklos Vajna2015-01-071-0/+1
* WaE: -Werror=unused-variable with #define DISABLE_DYNLOADINGCaolán McNamara2015-01-071-8/+7
* silence coverity#705667 Resource leakCaolán McNamara2014-12-151-9/+7
* coverity#705665 osl_Module->osl::ModuleCaolán McNamara2014-10-301-11/+13
* loplugin: cstylecastNoel Grandin2014-09-291-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-5/+5
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-232-10/+4
* javaunohelper: sal_Bool->boolNoel Grandin2014-04-231-2/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-3/+3
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-4/+4
* Remove visual noise from javaunohelperAlexander Wilms2014-02-262-4/+4
* Remove unneccessary commentsAlexander Wilms2014-02-231-1/+1