summaryrefslogtreecommitdiffstats
path: root/desktop/source/migration
Commit message (Expand)AuthorAgeFilesLines
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* remove unused ucbstreamhelper includesJochen Nitschke2018-03-191-1/+0
* use comphelper::containerToSequenceNoel Grandin2018-03-071-17/+3
* Use for-range loops in desktop (part2)Julien Nabet2018-03-074-103/+84
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorekuiitr2018-01-263-4/+3
* loplugin:unusedindexMike Kaganski2017-12-181-31/+22
* loplugin:salcall fix functionsNoel Grandin2017-12-118-14/+14
* loplugin:unusedmethodsNoel Grandin2017-11-292-13/+0
* loplugin:includeform: desktopStephan Bergmann2017-10-232-2/+2
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-042-5/+5
* Fix typosAndrea Gelmini2017-09-251-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-1/+1
* loplugin:constparams in desktopNoel Grandin2017-07-197-8/+8
* use more OUString::operator== in dbaccess..filterNoel Grandin2017-07-131-6/+6
* loplugin:oncevar: empty strings: desktopStephan Bergmann2017-07-131-4/+2
* new loplugin unnecessaryparenNoel Grandin2017-07-051-1/+1
* loplugin:casttovoid: desktopStephan Bergmann2017-07-021-1/+0
* remove default-able copy ctors and copy operatorsJochen Nitschke2017-06-281-10/+0
* loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin2017-06-231-3/+2
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-2/+0
* remove unnecessary use of OString::getStrNoel Grandin2017-05-283-27/+11
* remove unused uno::Reference varsNoel Grandin2017-05-121-1/+0
* remove some unnecessary temporary OUStringsNoel Grandin2017-05-111-1/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-073-4/+4
* tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock2017-05-073-4/+4
* Fix typosAndrea Gelmini2017-05-051-1/+1
* Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann2017-04-121-2/+2
* Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann2017-04-111-3/+4
* Use jfw::JavaInfoGuardStephan Bergmann2017-04-111-24/+3
* new loplugin unoanyNoel Grandin2017-02-281-6/+6
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-174-18/+18
* convert SearchParam::SearchType to scoped enumNoel Grandin2017-02-102-3/+3
* Add missing #includesStephan Bergmann2017-02-061-0/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-267-167/+49
* New loplugin:conststringvar: desktopStephan Bergmann2017-01-101-1/+1
* New loplugin:externvar: desktopStephan Bergmann2017-01-092-2/+2
* No apparent reason for an unnamed namespace in an include file hereStephan Bergmann2016-12-211-4/+0
* cleanup unused includes (related to tdf#88206)Jochen Nitschke2016-12-061-1/+0
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-054-9/+9
* loplugin:expandablemethods in dbaccessNoel Grandin2016-11-092-9/+3
* loplugin:oncevar in desktop..filterNoel Grandin2016-11-041-8/+2
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-5/+5
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-1/+1
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2016-08-261-6/+7
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2016-08-243-11/+14
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-1/+1
* tdf#43157: Clean up OSL_TRACEArnold Dumas2016-06-101-25/+9
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-2/+2