summaryrefslogtreecommitdiff
path: root/cppu/source/uno/lbmap.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-30new loplugin:noexceptmoveNoel Grandin1-2/+2
2019-04-27tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski1-11/+8
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov1-3/+2
2019-01-29cppu: fix Android buildMiklos Vajna1-0/+4
2019-01-29tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen1-4/+1
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin1-3/+12
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-2/+0
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-5/+5
2018-07-29replace double checked locking patternsJochen Nitschke1-11/+4
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov1-3/+2
2018-05-10move Java from config_features to already existing config_javaRene Engelhard1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-4/+4
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-4/+4
2017-10-23loplugin:includeform: cppuStephan Bergmann1-16/+16
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-5/+5
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock1-5/+5
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin1-4/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-3/+3
2016-09-20cid#1371314: Add move semanticsStephan Bergmann1-0/+10
2016-05-01tdf#97499 Fixed containers parameters clearing #8tymyjan1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-20/+20
2015-11-10cid#1338241 removed throw from C function.jan iversen1-1/+8
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-01-29cppu: convert some OSL_TRACEMichael Stahl1-11/+3
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann1-3/+3
2015-01-08valgrind: uninitialized variableCaolán McNamara1-1/+1
2015-01-08coverity#1261762 Resource leakCaolán McNamara1-16/+17
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-4/+4
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-4/+4
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-7/+2
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin1-1/+1
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-06-05cppu: remove SAL_THROW macroNoel Grandin1-31/+16
2014-02-27Remove visual noise from cppuAlexander Wilms1-13/+13
2014-02-23Remove unneccessary commentsAlexander Wilms1-13/+13
2014-02-17cppu: sal_Bool -> boolStephan Bergmann1-2/+2
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-6/+6
2013-12-26WaE: unused function 'setNegativeBridge'Tor Lillqvist1-1/+5
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-1/+1
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-08-22Better assertionsStephan Bergmann1-1/+4
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-1/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2