summaryrefslogtreecommitdiff
path: root/jvmfwk/source/elements.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-14loplugin:flatten loosen conditionNoel Grandin1-4/+1
2017-10-31loplugin:constantparam in i18nlangtagNoel Grandin1-6/+5
2017-10-23loplugin:includeform: jvmfwkStephan Bergmann1-10/+10
2017-10-13Use loop ranges in jvmfwkJulien Nabet1-9/+6
2017-05-30cleanup some OString stuff in jvmfwkNoel Grandin1-6/+3
2017-05-29Revert "loplugin:stringcopy"Stephan Bergmann1-1/+1
2017-05-19loplugin:stringcopyStephan Bergmann1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert jvmfwk from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-04-13More std::unique_ptr<JavaInfo> lifecycle managementStephan Bergmann1-12/+8
2017-04-12Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann1-31/+6
2017-04-12Simplify jfw::VersionInfoStephan Bergmann1-37/+0
2017-04-12Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann1-5/+3
2017-04-11Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann1-3/+7
2017-01-17new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin1-1/+0
2016-07-08loplugin:redundantcast: redundant static_casts in jvmfwkStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-03-10Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann1-2/+1
2016-03-10Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann1-6/+3
2016-03-10Manage JavaInfo instances via new/deleteStephan Bergmann1-3/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-53/+53
2015-10-27loplugin:unusedmethodsNoel Grandin1-21/+0
2015-08-27Clean up sEmptyStephan Bergmann1-4/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-3/+3
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-01-20Some more loplugin:cstylecast: jvmfwkStephan Bergmann1-104/+104
2014-12-04callcatcher: update unused codeCaolán McNamara1-28/+0
2014-08-25this code is redundant and leaks memoryMarkus Mohrhard1-3/+0
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-33/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-02-26Remove visual noise from jvmfwkAlexander Wilms1-4/+4
2014-02-18jvmfwk: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-4/+4
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-0/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-67/+67
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-2/+2
2012-11-15Drop support for /etc/opt/ure and ~/.ure from LibreOffice 4Stephan Bergmann1-10/+28
2012-10-09loplugin: unused OStringsCaolán McNamara1-3/+0
2012-10-04sal_Bool->bool in jvmfwkNoel Grandin1-2/+2
2012-08-10Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann1-124/+7
2012-07-13re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-04-05Fix Prefer prefix ++/-- operatorsJulien Nabet1-1/+1