summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/component/dp_component.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-07-11desktop/deployment: create instances with uno constructorsNoel Grandin1-11/+29
2020-05-20use for-range on Sequence in d*Noel Grandin1-9/+9
2020-04-14loplugin:flatten in desktopNoel Grandin1-127/+128
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-1/+1
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen1-0/+1
2020-01-16clang-tidy modernize-concat-nested-namespace in dbaccess..desktopNoel Grandin1-6/+2
2019-12-03use scoped enumStephan Bergmann1-14/+13
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
2019-10-24Introduce OStringCharStephan Bergmann1-2/+2
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-8/+7
2019-08-24loplugin:returnconstval in desktop..formsNoel Grandin1-6/+6
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin1-5/+5
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin1-3/+3
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-4/+4
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin1-9/+4
2018-06-27tdf#96099 Remove some trivial std::deque typedefsArkadiy Illarionov1-13/+11
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-5/+0
2017-12-19remove unused typedefsNoel Grandin1-1/+0
2017-11-04Following 42bfbc216474b4f60d5a5e52a88d95baded5191cJulien Nabet1-1/+1
2017-11-03Replace remaining lists by deques (desktop)Julien Nabet1-21/+17
2017-10-23loplugin:includeform: desktopStephan Bergmann1-6/+6
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-4/+2
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin1-3/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-9/+10
2017-07-02loplugin:casttovoid: desktopStephan Bergmann1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-9/+9
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-2/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-7/+3
2017-01-18XPackageTypeInfo::getIcon is uselessCaolán McNamara1-12/+12
2017-01-09New loplugin:externvar: desktopStephan Bergmann1-1/+2
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-2/+2
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-7/+2
2016-08-22clearly we want to match "-env:" only at arg start, not as substring anywhereEike Rathke1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-16/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-05sequence->vector in xmlscriptNoel Grandin1-4/+2
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-01-11loplugin: unused return values in desktopNoel Grandin1-8/+4
2016-01-06Use OUStringBuffer when constructing string in loopAndrzej Hunt1-3/+3
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12