summaryrefslogtreecommitdiff
path: root/desktop/source/migration
AgeCommit message (Expand)AuthorFilesLines
2018-09-17New loplugin:externalStephan Bergmann2-3/+3
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin1-1/+0
2018-08-02loplugin:returnconstant in cui,desktopNoel Grandin2-4/+2
2018-08-01Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-2/+1
2018-07-02tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJacek Fraczek1-18/+12
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-19remove unused ucbstreamhelper includesJochen Nitschke1-1/+0
2018-03-07use comphelper::containerToSequenceNoel Grandin1-17/+3
2018-03-07Use for-range loops in desktop (part2)Julien Nabet4-103/+84
2018-01-26tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorekuiitr3-4/+3
2017-12-18loplugin:unusedindexMike Kaganski1-31/+22
2017-12-11loplugin:salcall fix functionsNoel Grandin8-14/+14
2017-11-29loplugin:unusedmethodsNoel Grandin2-13/+0
2017-10-23loplugin:includeform: desktopStephan Bergmann2-2/+2
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin2-5/+5
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-19loplugin:constparams in desktopNoel Grandin7-8/+8
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-6/+6
2017-07-13loplugin:oncevar: empty strings: desktopStephan Bergmann1-4/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: desktopStephan Bergmann1-1/+0
2017-06-28remove default-able copy ctors and copy operatorsJochen Nitschke1-10/+0
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin1-3/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-2/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin3-27/+11
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock3-4/+4
2017-05-07tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock3-4/+4
2017-05-05Fix typosAndrea Gelmini1-1/+1
2017-04-12Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann1-2/+2
2017-04-11Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann1-3/+4
2017-04-11Use jfw::JavaInfoGuardStephan Bergmann1-24/+3
2017-02-28new loplugin unoanyNoel Grandin1-6/+6
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist4-18/+18
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin2-3/+3
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann7-167/+49
2017-01-10New loplugin:conststringvar: desktopStephan Bergmann1-1/+1
2017-01-09New loplugin:externvar: desktopStephan Bergmann2-2/+2
2016-12-21No apparent reason for an unnamed namespace in an include file hereStephan Bergmann1-4/+0
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke1-1/+0
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin4-9/+9
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin2-9/+3
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin1-8/+2
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-2/+2