summaryrefslogtreecommitdiff
path: root/javaunohelper/source
AgeCommit message (Expand)AuthorFilesLines
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-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-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
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-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-01-20Some more loplugin:cstylecast: javaunohelperStephan Bergmann3-15/+15
2015-01-07javaunohelper: missing includeMiklos Vajna1-0/+1
2015-01-07WaE: -Werror=unused-variable with #define DISABLE_DYNLOADINGCaolán McNamara1-8/+7
2014-12-15silence coverity#705667 Resource leakCaolán McNamara1-9/+7
2014-10-30coverity#705665 osl_Module->osl::ModuleCaolán McNamara1-11/+13
2014-09-29loplugin: cstylecastNoel Grandin1-2/+2
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-5/+5
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-10/+4
2014-04-23javaunohelper: sal_Bool->boolNoel Grandin1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2014-02-26Remove visual noise from javaunohelperAlexander Wilms2-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2013-12-16Clean-up uno/lbnames.hStephan Bergmann2-0/+2
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer1-9/+4
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2-7/+6
2013-04-18Let juhx.dll export undecorated symbols on WindowsStephan Bergmann5-19/+112
2013-04-11Remove createRegistryServiceFactory preload left-overStephan Bergmann1-22/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-16/+11
2013-04-02drop prefix from ::cssThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-8/+4
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac3-18/+12
2012-12-21API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.Stephan Bergmann1-91/+0
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist2-4/+4
2012-11-09Use JNIEXPORT to really export these for AndroidTor Lillqvist2-4/+4
2012-10-07DISABLE_DYNLOADING tentative fixTor Lillqvist1-2/+20
2012-08-08Export JNI functions from juh, juhx libsStephan Bergmann4-34/+8
2012-06-27re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-21re-base on ALv2 code.Michael Meeks3-72/+45
2012-06-21re-base on ALv2 code.Michael Meeks1-0/+17
2012-02-17merge feature/gbuild_javaDavid Tardon1-134/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2-4/+4
2011-12-30Fix for fdo43460 Part XXI getLength() to isEmpty()Olivier Hallot1-1/+1
2011-12-25remove stray makefilesDavid Tardon1-134/+0
2011-12-15catch exception by constant referenceTakeshi Abe1-2/+2