summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/manager
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann5-10/+12
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-2/+3
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel2-7/+7
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel3-7/+7
2020-11-13tdf#123936 Formatting files in module desktop with clang-formatPhilipp Hofer1-17/+13
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen1-0/+1
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman5-20/+5
2020-08-19Fix typosAndrea Gelmini1-1/+1
2020-07-11desktop/deployment: create instances with uno constructorsNoel Grandin5-40/+99
2020-05-20use for-range on Sequence in d*Noel Grandin2-13/+9
2020-04-14loplugin:flatten in desktopNoel Grandin1-22/+22
2020-03-27tdf#131084 Revert "Drop checking for user extensions w/ the same ID on every ...Michael Stahl1-0/+27
2020-02-27Drop checking for user extensions w/ the same ID on every synchronizationKatarina Behrens1-27/+0
2020-02-21Drop o3tl::optional wrapperStephan Bergmann3-5/+5
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-1/+1
2020-01-28remove some unused local varsNoel Grandin1-2/+1
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen10-38/+11
2020-01-16clang-tidy modernize-concat-nested-namespace in dbaccess..desktopNoel Grandin1-4/+2
2020-01-10Remove catch block for css::lang::IllegalArgumentExceptionStephan Bergmann1-3/+0
2020-01-10unopkg: Remove too verbose loggingSamuel Mehrbrodt1-2/+1
2019-12-19sal_Char->char in desktop..dtransNoel Grandin1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann3-5/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-2/+7
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-19/+14
2019-09-26loplugin:constmethod in comphelper..desktopNoel Grandin2-4/+4
2019-08-19loplugin:constvars in cppuhelper..desktopNoel Grandin1-1/+1
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-4/+2
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin2-8/+9
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-1/+1
2019-04-13loplugin:sequentialassign in dbaccess..desktopNoel Grandin1-2/+1
2019-04-06Fix typoAndrea Gelmini1-1/+1
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin1-1/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin1-6/+10
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-2/+1
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin2-5/+5
2018-11-29Revert "Simplify code"Samuel Mehrbrodt1-3/+7
2018-11-29Simplify codeSamuel Mehrbrodt1-7/+3
2018-11-16Fix typosAndrea Gelmini1-1/+1
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-2/+2
2018-10-29Remove unused parameterSamuel Mehrbrodt1-2/+1
2018-10-26unopkg: Make logging to default location work againSamuel Mehrbrodt1-3/+19
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen3-0/+3
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin1-6/+4
2018-05-23rename config_extension_update.h.in to config_extensions.h.inRene Engelhard1-1/+1
2018-04-27loplugin:constantparamNoel Grandin1-2/+2
2018-04-10tdf#42949 Remove unnecessary localization headers from desktopGabor Kelemen2-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-05Use for-range loops in desktop (part1)Julien Nabet5-42/+32