summaryrefslogtreecommitdiff
path: root/bridges/source/jni_uno
AgeCommit message (Expand)Author
2014-11-18java: fix some raw types warningsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-12java: last statement in finalize() method should be call to super.finalize()Noel Grandin
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-03some coverity false positive markup effortsCaolán McNamara
2014-10-30coverity#704134 silence Resource leak in objectCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-16java: when overriding finalize(), keep it protectedNoel Grandin
2014-10-08coverity#706248 Uncaught exceptionCaolán McNamara
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann
2014-09-17jni_uno: string comparisonRobert Antoni Buj i Gelonch
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-06-05bridges: remove SAL_THROW macroNoel Grandin
2014-05-18fix some header guardsThomas Arnhold
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-12Coverity 441351, 441352: JNI_type_info's real dtor is "destroy"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-01Remove visual noise from bridgesAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-07auto_ptr -> heap_ptrStephan Bergmann
2014-02-05static assert is enoughStephan Bergmann
2013-12-03-Werror=unused-parameterStephan Bergmann
2013-12-03Clean up string concatenationStephan Bergmann
2013-12-03Clean up use of OSL debug functionalityStephan Bergmann
2013-12-03Remove long dead workaroundStephan Bergmann
2013-12-03BRIDGES_JNI_UNO_FORCE_BOXED_ANY is undefinedStephan Bergmann
2013-10-02No use using auto_ptr here (spares us a -Werror,-Wdeprecated-declarations)Stephan Bergmann
2013-09-11Improve debug outputStephan Bergmann
2013-04-19remove unused component_canUnload functionsMatúš Kukan
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist
2012-11-09Use JNIEXPORT to really export these for AndroidTor Lillqvist
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-24Remove java_uno.map unused after gbuildificationStephan Bergmann
2012-09-24JNIEXPORT -> SAL_DLLPUBLIC_EXPORT after gbuildificationStephan Bergmann
2012-09-22switch bridges to gbuildDavid Tardon
2012-09-22gbuildize bridgesDavid Tardon
2012-09-21There is no java_uno library to load in the disable-dynloading case on AndroidTor Lillqvist
2012-09-21Need also uno_ext_getMapping for Java when DISABLE_DYNLOADINGTor Lillqvist
2012-09-20DISABLE_DYNLOADING magic also for the jni_uno environmentTor Lillqvist