summaryrefslogtreecommitdiff
path: root/bridges/source/jni_uno
AgeCommit message (Expand)AuthorFilesLines
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann2-3/+3
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin1-2/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-3/+3
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2-5/+5
2018-07-09Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-04-16loplugin:useuniqueptr in bridgesNoel Grandin2-9/+9
2018-01-25Fix typosAndrea Gelmini1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin3-18/+18
2017-10-23loplugin:includeform: bridgesStephan Bergmann9-42/+42
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-08-28Replace use of oslInterlockedCount with std::atomic in bridgesStephan Bergmann3-7/+13
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin1-1/+1
2017-05-23loplugin:comparisonwithconstant in bridgesNoel Grandin5-152/+152
2017-03-03Remove redundant 'inline' keywordStephan Bergmann2-15/+15
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist2-3/+3
2017-02-10Remove MinGW supportStephan Bergmann2-58/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann2-18/+18
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-6/+6
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke2-9/+19
2016-03-10Avoid reserved identifiersStephan Bergmann4-14/+14
2016-02-09Remove excess newlinesChris Sherlock4-6/+0
2016-02-01Fix loop to actually get executedStephan Bergmann1-4/+2
2016-02-01boost::unordered_map->std::unordered_map in bridgesNoel Grandin1-2/+2
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann9-323/+323
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann1-11/+12
2015-08-17cppcheck: noExplicitConstructorCaolán McNamara1-5/+5
2015-07-16loplugin:simplifyboolStephan Bergmann2-4/+4
2015-07-02loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin1-8/+0
2015-06-15Work around change in JNI func sigs between Java 6 and 7Stephan Bergmann1-25/+32
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-08jboolean-related clean-upStephan Bergmann3-8/+7
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-10/+7
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-7/+7
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann5-145/+145
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-6/+6
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-13/+12
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann2-5/+5
2015-01-20Some more loplugin:cstylecast: bridgesStephan Bergmann7-67/+64
2015-01-07loplugin:cstylecast: bridgesStephan Bergmann5-176/+176