summaryrefslogtreecommitdiff
path: root/embedserv
AgeCommit message (Expand)AuthorFilesLines
2020-11-13tdf#123936 Formatting files in module embedserv with clang-formatPhilipp Hofer5-43/+35
2020-10-19clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann1-3/+3
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-2/+2
2020-08-21loplugin:stringstatic (clang-cl)Stephan Bergmann1-14/+14
2020-08-04loplugin:elidestringvar (clang-cl)Stephan Bergmann1-3/+1
2020-07-07embedserv: create instances with uno constructorsNoel Grandin4-82/+14
2020-05-20use for-range on Sequence in e*Noel Grandin1-3/+2
2020-05-20use for-range on Sequence in d*Noel Grandin1-17/+15
2020-05-08compact namespace in editeng..extensionsNoel Grandin1-2/+2
2020-03-20-Werror,-Wpointer-to-int-cast (LLVM 10 trunk clang-cl)Stephan Bergmann1-2/+2
2019-12-19sal_Char->char in editeng..eventattacherNoel Grandin1-1/+1
2019-12-05loplugin:external (clang-cl)Stephan Bergmann3-0/+16
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann2-5/+5
2019-11-24cppcheck: performing init in init list (dbaccess/desktop/dtrans/e.)Julien Nabet1-2/+1
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann5-6/+6
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-1/+1
2019-11-08Avoid C++20 comparison operator overloading ambiguities (clang-cl -std=c++2a)Stephan Bergmann2-13/+18
2019-10-17Remove some memset callsMike Kaganski1-6/+3
2019-10-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann7-139/+139
2019-10-01loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-4/+4
2019-10-01loplugin:referencecasting (clang-cl)Stephan Bergmann1-11/+4
2019-10-01loplugin:indentation (clang-cl)Stephan Bergmann2-4/+4
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann3-12/+12
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai1-0/+3
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann4-10/+10
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann1-2/+2
2019-01-24Clean up dead uses of DISABLE_ATLStephan Bergmann1-6/+1
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen1-3/+1
2019-01-10o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann3-8/+12
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-2/+2
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-3/+3
2018-10-22pvs-studio: V716 Suspicious type conversion in return statementCaolán McNamara1-5/+2
2018-10-11Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski1-3/+0
2018-09-24loplugin:external (clang-cl)Stephan Bergmann6-10/+12
2018-09-17loplugin:simplifyconstruct (clang-cl)Stephan Bergmann1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov2-2/+1
2018-03-17Use for-range loops in embeddedobj, embedserv and formulaJulien Nabet2-19/+12
2018-02-01embedserv: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski15-59/+0
2018-01-24loplugin:emptyif (clang-cl)Stephan Bergmann2-7/+0
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann4-26/+26
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann1-4/+4
2017-12-11loplugin:salcall (clang-cl)Stephan Bergmann3-8/+8
2017-11-27loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-2/+2
2017-11-07Remove unnecessary state checks and the variablesMuhammet Kara1-8/+0
2017-10-27loplugin:includeform: embedserv (Windows)Stephan Bergmann15-30/+30
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2-22/+24