summaryrefslogtreecommitdiffstats
path: root/embedserv
Commit message (Expand)AuthorAgeFilesLines
* use OMultiTypeInterfaceContainerHelperVar3 in embedservNoel Grandin2021-12-042-20/+7
* Use o3tl::convertMike Kaganski2021-11-131-4/+5
* Prepare for removal of non-const operator[] from Sequence in embedservMike Kaganski2021-10-304-57/+46
* Fix misuses of NULL across Windows-only codeStephan Bergmann2021-10-292-2/+2
* Extended loplugin:referencecasting/redundantcast (clang-cl): embedservStephan Bergmann2021-09-302-2/+2
* create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin2021-08-081-8/+8
* -Werror,-Wunused-but-set-parameter (clang-cl 13 trunk)Stephan Bergmann2021-06-251-3/+1
* -Werror,-Wunused-but-set-variable (clang-cl 13 trunk)Stephan Bergmann2021-06-251-2/+2
* -Werror,-Wunused-but-set-variable (clang-cl 13 trunk)Stephan Bergmann2021-06-251-3/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-0/+2
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* loplugin:refcounting (clang-cl)Stephan Bergmann2021-03-094-9/+7
* loplugin:fakebool (clang-cl)Stephan Bergmann2021-02-091-1/+1
* Silence -Werror,-Wunused-variable (clang-cl)Stephan Bergmann2021-02-091-1/+1
* Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski2021-02-019-28/+28
* Simplify thread apartment initializationMike Kaganski2021-01-311-44/+3
* WIN handle GetMessageW return valuesJan-Marek Glogowski2021-01-281-1/+11
* Simplify some string constructionStephan Bergmann2021-01-121-6/+1
* make *String(string_view) constructors explicitNoel Grandin2020-12-191-3/+3
* 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