summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/package/dp_package.cxx
AgeCommit message (Expand)Author
2019-09-26loplugin:constmethod in comphelper..desktopNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): desktopStephan Bergmann
2019-06-15loplugin:logexceptionnicely in desktopNoel Grandin
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov
2019-05-13Fix typoAndrea Gelmini
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-02-19pretty up logging of exceptionsNoel Grandin
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin
2018-12-11Expand warning (mention file path)Samuel Mehrbrodt
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin
2018-03-14loplugin:constantparamNoel Grandin
2018-03-07Use for-range loops in desktop (part2)Julien Nabet
2017-10-23loplugin:includeform: desktopStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2017-02-10convert InsertOperation to scoped enumNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, desktopStephan Bergmann
2017-01-18XPackageTypeInfo::getIcon is uselessCaolán McNamara
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-05sequence->vector in xmlscriptNoel Grandin
2016-03-07fix typo getSupportedPlaforms -> getSupportedPlatformsDouglas Mencken
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-23separate variables by scoping instead of reusingLionel Elie Mamane
2015-07-23fix regression introduced by 21834f14c97071c5bcf13ef02bf940dc1922663fLionel Elie Mamane
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe