summaryrefslogtreecommitdiff
path: root/desktop/source/migration/migration.cxx
AgeCommit message (Expand)Author
2021-10-30Prepare for removal of non-const operator[] from Sequence in desktopMike Kaganski
2021-10-11loplugin:moveparam in desktopNoel Grandin
2021-10-03drop 'using namespace std' in desktop, e*, f*Julien Nabet
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-11loplugin:stringviewNoel
2020-09-23Fix typo in codeAndrea Gelmini
2020-09-17Remove some unused includesMiklos Vajna
2020-07-10replace usage of blacklist with denylistThorsten Behrens
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: desktopStephan Bergmann
2020-06-03Upcoming loplugin:elidestringvar: desktopStephan Bergmann
2020-05-20use for-range on Sequence in d*Noel Grandin
2020-02-24tdf#95845: Use CommandInfoProvider to receive UNO command labelsPelin Kuran
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen
2019-12-19sal_Char->char in desktop..dtransNoel Grandin
2019-10-01loplugin:stringadd in dbaccess..desktopNoel Grandin
2019-08-15loplugin:sequenceloop dbaccess..extensionsNoel Grandin
2019-07-19loplugin:referencecasting in desktopNoel Grandin
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov
2019-05-22New loplugin:dataStephan Bergmann
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-02-23loplugin:unusedfields in desktopNoel Grandin
2019-02-20Simplify containers iterations in desktop, dtrans, editeng, extensionsArkadiy Illarionov
2018-12-13loplugin:unusedfields in variousNoel Grandin
2018-11-26tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-09-17New loplugin:externalStephan Bergmann
2018-08-02loplugin:returnconstant in cui,desktopNoel Grandin
2018-07-02tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJacek Fraczek
2018-03-07use comphelper::containerToSequenceNoel Grandin
2018-03-07Use for-range loops in desktop (part2)Julien Nabet
2017-12-18loplugin:unusedindexMike Kaganski
2017-10-23loplugin:includeform: desktopStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-25Fix typosAndrea Gelmini
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-19loplugin:constparams in desktopNoel Grandin
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin
2017-07-13loplugin:oncevar: empty strings: desktopStephan Bergmann
2017-07-02loplugin:casttovoid: desktopStephan Bergmann
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock
2017-05-05Fix typosAndrea Gelmini