summaryrefslogtreecommitdiff
path: root/bridges/source/jni_uno
AgeCommit message (Expand)AuthorFilesLines
2015-06-15Work around change in JNI func sigs between Java 6 and 7Stephan Bergmann1-25/+32
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
2015-01-05Fix build error with libstdc++ 4.7 and ClangTor Lillqvist1-2/+2
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-11Fix JNI calls to AsynchronousFinalizerStephan Bergmann3-56/+39
2014-12-11Store JNI_info in JniUnoEnvironmentData instead of BridgeStephan Bergmann6-199/+222
2014-12-11better documentationStephan Bergmann1-0/+4
2014-12-11Move JniUnoEnvironmentData into its own include fileStephan Bergmann5-11/+53
2014-12-11Rename Context -> JniUnoEnvironmentDataStephan Bergmann4-28/+33
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann7-49/+141
2014-12-08Mark classes as noncopyableStephan Bergmann1-3/+6
2014-11-18java: fix some raw types warningsNoel Grandin1-1/+1
2014-11-18java: make fields final where possibleNoel Grandin1-4/+4
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-2/+3
2014-11-12java: last statement in finalize() method should be call to super.finalize()Noel Grandin1-1/+2
2014-11-05markup with event type not checker typeCaolán McNamara2-3/+5
2014-11-03some coverity false positive markup effortsCaolán McNamara1-0/+2
2014-10-30coverity#704134 silence Resource leak in objectCaolán McNamara1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin5-8/+0
2014-10-16java: when overriding finalize(), keep it protectedNoel Grandin1-1/+1
2014-10-08coverity#706248 Uncaught exceptionCaolán McNamara1-2/+0
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann4-15/+17
2014-09-17jni_uno: string comparisonRobert Antoni Buj i Gelonch2-2/+2
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-13java: reduce scope, make fields privateNoel Grandin1-9/+9
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin2-0/+2
2014-08-05java: remove commented out codeNoel Grandin1-2/+0
2014-06-05bridges: remove SAL_THROW macroNoel Grandin3-7/+7
2014-05-18fix some header guardsThomas Arnhold1-2/+2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold3-6/+6
2014-05-12Coverity 441351, 441352: JNI_type_info's real dtor is "destroy"Stephan Bergmann1-0/+6
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-01Remove visual noise from bridgesAlexander Wilms7-56/+4
2014-02-23Remove unneccessary commentsAlexander Wilms5-51/+51
2014-02-07auto_ptr -> heap_ptrStephan Bergmann4-39/+16
2014-02-05static assert is enoughStephan Bergmann1-45/+34