summaryrefslogtreecommitdiffstats
path: root/javaunohelper/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean-up uno/lbnames.hStephan Bergmann2013-12-162-0/+2
* cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer2013-05-061-9/+4
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-062-7/+6
* Let juhx.dll export undecorated symbols on WindowsStephan Bergmann2013-04-185-19/+112
* Remove createRegistryServiceFactory preload left-overStephan Bergmann2013-04-111-22/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-074-16/+11
* drop prefix from ::cssThomas Arnhold2013-04-021-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-8/+4
* Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2013-01-303-18/+12
* API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.Stephan Bergmann2012-12-211-91/+0
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
* Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist2012-11-092-4/+4
* Use JNIEXPORT to really export these for AndroidTor Lillqvist2012-11-092-4/+4
* DISABLE_DYNLOADING tentative fixTor Lillqvist2012-10-071-2/+20