summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc
AgeCommit message (Expand)Author
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen
2020-01-23List more possible executable names returned by osl_getExecutableFileMike Kaganski
2020-01-23Use crt functions for IO in unopkg on WindowsMike Kaganski
2020-01-16clang-tidy modernize-concat-nested-namespace in dbaccess..desktopNoel Grandin
2020-01-10use more std::make_sharedNoel Grandin
2019-12-19sal_Char->char in desktop..dtransNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-08-24loplugin:returnconstval in desktop..formsNoel Grandin
2019-07-18cid#1448296 Unchecked return valueCaolán McNamara
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov
2019-05-13Fix typoAndrea Gelmini
2019-04-13use more std::make_uniqueNoel Grandin
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-01-13Reduce OUString operationsMatteo Casalin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-11-16Fix typosAndrea Gelmini
2018-10-22Put quotes around a URL in a message to make it more obvious if it is emptyTor Lillqvist
2018-10-12tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-27loplugin:constantparamNoel Grandin
2018-04-10tdf#42949 Remove unnecessary localization headers from desktopGabor Kelemen
2018-03-27Fix typo ("x86_64" -> "X86_64")Stephan Bergmann
2018-03-27loplugin:expressionalwayszero improvementsNoel Grandin
2018-03-05Use for-range loops in desktop (part1)Julien Nabet
2018-02-13Increase resolveUnoURL timeout from 20 to 40 secStephan Bergmann
2017-10-30Replace some lists by vectors in desktopJulien Nabet
2017-10-23loplugin:includeform: desktopStephan Bergmann
2017-10-13Log found extension updatesJan-Marek Glogowski
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-19loplugin:constparams in desktopNoel Grandin
2017-07-02loplugin:casttovoid: desktopStephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke