summaryrefslogtreecommitdiffstats
path: root/embedserv
Commit message (Expand)AuthorAgeFilesLines
* tdf#123936 Formatting files in module embedserv with clang-formatPhilipp Hofer2020-11-135-43/+35
* clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann2020-10-191-3/+3
* Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann2020-09-071-2/+2
* loplugin:stringstatic (clang-cl)Stephan Bergmann2020-08-211-14/+14
* loplugin:elidestringvar (clang-cl)Stephan Bergmann2020-08-041-3/+1
* embedserv: create instances with uno constructorsNoel Grandin2020-07-074-82/+14
* use for-range on Sequence in e*Noel Grandin2020-05-201-3/+2
* use for-range on Sequence in d*Noel Grandin2020-05-201-17/+15
* compact namespace in editeng..extensionsNoel Grandin2020-05-081-2/+2
* -Werror,-Wpointer-to-int-cast (LLVM 10 trunk clang-cl)Stephan Bergmann2020-03-201-2/+2
* sal_Char->char in editeng..eventattacherNoel Grandin2019-12-191-1/+1
* loplugin:external (clang-cl)Stephan Bergmann2019-12-053-0/+16
* loplugin:consttobool (clang-cl)Stephan Bergmann2019-11-262-5/+5
* cppcheck: performing init in init list (dbaccess/desktop/dtrans/e.)Julien Nabet2019-11-241-2/+1
* loplugin:fakebool (clang-cl)Stephan Bergmann2019-11-195-6/+6
* loplugin:fakebool (clang-cl)Stephan Bergmann2019-11-191-1/+1
* Avoid C++20 comparison operator overloading ambiguities (clang-cl -std=c++2a)Stephan Bergmann2019-11-082-13/+18
* Remove some memset callsMike Kaganski2019-10-171-6/+3
* -Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann2019-10-027-139/+139
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2019-10-011-4/+4
* loplugin:referencecasting (clang-cl)Stephan Bergmann2019-10-011-11/+4
* loplugin:indentation (clang-cl)Stephan Bergmann2019-10-012-4/+4
* loplugin:stringconstant (clang-cl)Stephan Bergmann2019-10-013-12/+12
* clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai2019-04-101-0/+3
* loplugin:typedefparam (clang-cl)Stephan Bergmann2019-03-274-10/+10
* loplugin:indentation (clang-cl)Stephan Bergmann2019-02-261-2/+2
* Clean up dead uses of DISABLE_ATLStephan Bergmann2019-01-241-6/+1
* o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen2019-01-211-3/+1
* o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann2019-01-103-8/+12
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-082-2/+2
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-11-181-1/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-3/+3
* pvs-studio: V716 Suspicious type conversion in return statementCaolán McNamara2018-10-221-5/+2
* Drop duplicate WINVER and _WIN32_WINNT definesJan-Marek Glogowski2018-10-111-3/+0
* loplugin:external (clang-cl)Stephan Bergmann2018-09-246-10/+12
* loplugin:simplifyconstruct (clang-cl)Stephan Bergmann2018-09-171-1/+1
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-011-0/+1
* Fix typosAndrea Gelmini2018-07-231-1/+1
* tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov2018-06-262-2/+1
* Use for-range loops in embeddedobj, embedserv and formulaJulien Nabet2018-03-172-19/+12
* embedserv: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-0115-59/+0
* loplugin:emptyif (clang-cl)Stephan Bergmann2018-01-242-7/+0
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-234-26/+26
* loplugin:salcall (clang-cl)Stephan Bergmann2017-12-151-4/+4
* loplugin:salcall (clang-cl)Stephan Bergmann2017-12-113-8/+8
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2017-11-271-2/+2
* Remove unnecessary state checks and the variablesMuhammet Kara2017-11-071-8/+0
* loplugin:includeform: embedserv (Windows)Stephan Bergmann2017-10-2715-30/+30
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-052-22/+24