summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc/dp_descriptioninfoset.cxx
AgeCommit message (Expand)Author
2020-04-14loplugin:flatten in desktopNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-05-13Fix typoAndrea Gelmini
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-01-13Reduce OUString operationsMatteo Casalin
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-03-05Use for-range loops in desktop (part1)Julien Nabet
2017-10-23loplugin:includeform: desktopStephan Bergmann
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin
2016-11-23loplugin:unnecessaryoverride (dtors) in desktopStephan Bergmann
2016-10-07loplugin:staticmethods: desktopStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-04-08tdf#94306 replace boost::noncopyable in d...Jochen Nitschke
2016-03-07fix typo getSupportedPlaforms -> getSupportedPlatformsDouglas Mencken
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson
2015-09-12desktop: com::sun::star->cssNoel Grandin
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-03Fix typosAndrea Gelmini
2015-06-24cppcheck: noExplicitConstructorCaolán McNamara
2015-01-20Some more loplugin:cstylecast: desktopStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-04desktop: fix includesThomas Arnhold
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-04-22desktop: sal_Bool->boolNoel Grandin
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-27Remove visual noise from desktopAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-08Some ConfigurationProvider -> theDefaultProvider simplificationsStephan Bergmann
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-11remove unnecessary use of OUString constructor in DESKTOP moduleNoel Grandin
2013-10-22Remove unnecessary component_getProcessComponentContext C wrapperStephan Bergmann
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-03DescriptionInfoset with LanguageTagEike Rathke