summaryrefslogtreecommitdiff
path: root/jvmfwk/source
AgeCommit message (Expand)AuthorFilesLines
2016-05-22Convert javaPluginError to scoped enumNoel Grandin1-19/+19
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-5/+5
2016-04-05Values read from the Windows registry shouldn't be assert'edStephan Bergmann1-2/+3
2016-03-15tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-6/+2
2016-03-10No more need for jfw_freeJavaInfoStephan Bergmann1-14/+8
2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann2-12/+3
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann2-21/+8
2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann2-14/+8
2016-03-10No need to repeat SAL_CALL in definitionsStephan Bergmann1-20/+18
2016-03-10No need for extern "C" hereStephan Bergmann1-6/+6
2016-03-09include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann3-3/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin4-5/+5
2016-02-09Remove excess newlinesChris Sherlock4-8/+0
2016-02-08loplugin:unusedmethodsNoel Grandin2-3/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-106/+106
2015-11-09new loplugin: oncevarNoel Grandin1-11/+5
2015-11-04yyyyyNoel Grandin1-13/+5
2015-10-27loplugin:unusedmethodsNoel Grandin3-52/+0
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot1-2/+2
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-9/+9
2015-10-01loplugin:unusedmethodsNoel Grandin1-4/+0
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-08-27Clean up sEmptyStephan Bergmann1-4/+3
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-5/+5
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-5/+5
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-27fprintf -> SAL_INFOStephan Bergmann2-43/+27
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-08std::ptr_fun became deprecated since C++11Takeshi Abe1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann3-10/+9
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-8/+8
2015-03-27loplugin:staticfunctionNoel Grandin2-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann2-9/+9
2015-01-20Some more loplugin:cstylecast: jvmfwkStephan Bergmann5-119/+119
2014-12-16jvmfwk: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+2
2014-12-15Check each potential JRE location only onceStephan Bergmann1-4/+12
2014-12-15fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn1-101/+180
2014-12-15Remove unused cModule leftoversStephan Bergmann1-8/+4
2014-12-08callcatcher: update unused codeCaolán McNamara2-16/+0
2014-12-04callcatcher: update unused codeCaolán McNamara8-150/+0
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann1-1/+1
2014-11-19changed type of parameters from rtl_uString to OUStringMichael Weghorn1-18/+20
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2-4/+10
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin2-10/+4