summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-3/+4
2021-10-30Prepare for removal of non-const operator[] from Sequence in desktopMike Kaganski1-1/+2
2021-01-03Removed duplicated includesAndrea Gelmini1-1/+0
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-7/+11
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-12/+12
2020-06-03Upcoming loplugin:elidestringvar: desktopStephan Bergmann1-10/+5
2020-04-14loplugin:flatten in desktopNoel Grandin1-80/+81
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-15/+15
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen1-5/+3
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-15/+15
2019-05-13Fix typoAndrea Gelmini1-1/+1
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-2/+2
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski1-3/+1
2019-01-13Reduce OUString operationsMatteo Casalin1-2/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-4/+9
2018-03-05Use for-range loops in desktop (part1)Julien Nabet1-2/+2
2017-10-23loplugin:includeform: desktopStephan Bergmann1-2/+2
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-6/+5
2017-05-07revert OSL_ASSERT changesChris Sherlock1-6/+6
2017-05-07tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock1-6/+6
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-5/+5
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-11/+8
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin1-7/+0
2016-11-23loplugin:unnecessaryoverride (dtors) in desktopStephan Bergmann1-9/+0
2016-10-07loplugin:staticmethods: desktopStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-08tdf#94306 replace boost::noncopyable in d...Jochen Nitschke1-3/+4
2016-03-07fix typo getSupportedPlaforms -> getSupportedPlatformsDouglas Mencken1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson1-3/+2
2015-09-12desktop: com::sun::star->cssNoel Grandin1-5/+5
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-4/+3
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-24cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-01-20Some more loplugin:cstylecast: desktopStephan Bergmann1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-5/+1
2014-06-04desktop: fix includesThomas Arnhold1-34/+34
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+1
2014-04-22desktop: sal_Bool->boolNoel Grandin1-1/+1
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-5/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-02-27Remove visual noise from desktopAlexander Wilms1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-10/+10