summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/dp_backend.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-01Replace some lists by vectors in deployment/registry (desktop)Julien Nabet1-1/+1
2017-10-23loplugin:includeform: desktopStephan Bergmann1-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-3/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-6/+6
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin1-4/+1
2017-05-09loplugin:constantparamNoel Grandin1-4/+2
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-4/+4
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-66/+15
2017-01-18XPackageTypeInfo::getIcon is uselessCaolán McNamara1-14/+2
2016-12-02convert some anonymous enums to scopedNoel Grandin1-7/+7
2016-11-04loplugin:oncevar in desktop..filterNoel Grandin1-3/+1
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-3/+3
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-3/+3
2015-05-11Improve exception messageStephan Bergmann1-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2014-09-05coverity#983652 Uncaught exceptionCaolán McNamara1-1/+1
2014-09-05coverity#706497 Uncaught exceptionCaolán McNamara1-2/+12
2014-09-02coverity#706501 Uncaught exceptionCaolán McNamara1-3/+2
2014-06-04desktop: fix includesThomas Arnhold1-18/+18
2014-05-27coverity#706499 Uncaught exceptionCaolán McNamara1-5/+7
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-3/+2
2014-05-13Elide utl::TempFile_ImplStephan Bergmann1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-35/+35
2014-02-23Remove unneccessary commentsAlexander Wilms1-43/+43
2013-10-23convert code to use OUString::endsWithNoel Grandin1-1/+1
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-02-05Avoid a SAL_WARN caused by IllegalArgumentEx now being a RuntimeExStephan Bergmann1-0/+9
2012-12-30RTL_CONSTASCII_(U)STRINGPARAM removed in desktopChr. Rossmanith1-13/+12
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-3/+0
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-26/+20
2012-10-26Add sanity-check assertionStephan Bergmann1-0/+4
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-2/+1
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-3/+3
2012-08-10Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann1-2/+0
2012-07-20Fix SAL_LOG area usageStephan Bergmann1-4/+6
2012-04-26Do not accidentally instantiate other exts when removing exts at startupStephan Bergmann1-1/+2
2012-04-23Unused sDataFolderURLStephan Bergmann1-1/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-5/+5
2012-03-29desktop: unwind hideous StrTitle mess a littleMichael Meeks1-3/+3
2012-02-01Some cppcheck cleaningJulien Nabet1-1/+1
2011-12-21Fix for fdo43460 Part XIII getLength() to isEmpty()Olivier Hallot1-2/+2