summaryrefslogtreecommitdiff
path: root/embedserv/source/embed
AgeCommit message (Expand)AuthorFilesLines
2024-06-16Simplify a bitMike Kaganski4-71/+64
2024-04-08tdf#148251 Use std::swap instead of using temporary valuesAmandaQuaresmaCoutinho1-11/+4
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2-3/+3
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann1-6/+6
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-4/+27
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-27/+4
2023-05-28Use getXWeak in embedservMike Kaganski1-1/+1
2023-03-16tdf#143148: Use pragma once instead of include guardsUday Sharma1-5/+1
2022-05-04Just use Any ctor instead of makeAny in embedservStephan Bergmann1-2/+2
2021-12-22Silence loplugin:fakebool for BOOL GetMessageW even harderStephan Bergmann1-1/+1
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in embedservNoel Grandin1-19/+4
2021-11-13Use o3tl::convertMike Kaganski1-4/+5
2021-10-30Prepare for removal of non-const operator[] from Sequence in embedservMike Kaganski3-56/+45
2021-10-29Fix misuses of NULL across Windows-only codeStephan Bergmann2-2/+2
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): embedservStephan Bergmann2-2/+2
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin1-8/+8
2021-06-25-Werror,-Wunused-but-set-parameter (clang-cl 13 trunk)Stephan Bergmann1-3/+1
2021-06-25-Werror,-Wunused-but-set-variable (clang-cl 13 trunk)Stephan Bergmann1-2/+2
2021-06-25-Werror,-Wunused-but-set-variable (clang-cl 13 trunk)Stephan Bergmann1-3/+1
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann2-7/+4
2021-02-09loplugin:fakebool (clang-cl)Stephan Bergmann1-1/+1
2021-02-09Silence -Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-1/+1
2021-02-01Drop FAR/NEAR from 16-bit WinAPI timesMike Kaganski4-14/+14
2021-01-31Simplify thread apartment initializationMike Kaganski1-44/+3
2021-01-28WIN handle GetMessageW return valuesJan-Marek Glogowski1-1/+11
2021-01-12Simplify some string constructionStephan Bergmann1-6/+1
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-3/+3
2020-11-13tdf#123936 Formatting files in module embedserv with clang-formatPhilipp Hofer3-27/+16
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 Grandin2-79/+11
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-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 Bergmann2-0/+11
2019-11-26loplugin:consttobool (clang-cl)Stephan Bergmann1-3/+3
2019-11-24cppcheck: performing init in init list (dbaccess/desktop/dtrans/e.)Julien Nabet1-2/+1
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann2-3/+3
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-1/+1
2019-10-17Remove some memset callsMike Kaganski1-6/+3
2019-10-02-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann5-59/+59
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-01-10o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann3-8/+12
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-2/+2