summaryrefslogtreecommitdiffstats
path: root/desktop/source/deployment/manager
Commit message (Expand)AuthorAgeFilesLines
* migrate to boost::gettextCaolán McNamara2017-07-216-101/+17
* use more OUString::operator== in dbaccess..filterNoel Grandin2017-07-132-5/+5
* loplugin:casttovoid: desktopStephan Bergmann2017-07-021-0/+2
* loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin2017-06-231-6/+3
* Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann2017-05-311-3/+0
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-6/+3
* remove unused uno::Reference varsNoel Grandin2017-05-121-2/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-076-37/+37
* tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock2017-05-076-37/+37
* remove empty commentsNoel Grandin2017-05-031-2/+0
* clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin2017-04-191-3/+1
* Fix typosAndrea Gelmini2017-04-152-2/+2
* Fix typosAndrea Gelmini2017-03-253-3/+3
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-178-32/+32
* convert InsertOperation to scoped enumNoel Grandin2017-02-101-2/+2
* Add missing #includesStephan Bergmann2017-02-063-0/+9
* Remove meaningless commentStephan Bergmann2017-01-311-2/+0
* Create missing parent dirs when checking for r/o dirStephan Bergmann2017-01-311-2/+22
* Remove dynamic exception specificationsStephan Bergmann2017-01-268-303/+63
* loplugin: unnecessary destructor: comphelper..desktopNoel Grandin2017-01-231-1/+0
* New loplugin:dynexcspec: Add @throws documentation, desktopStephan Bergmann2017-01-191-0/+7
* New loplugin:externvar: desktopStephan Bergmann2017-01-093-6/+9
* coverity#1397042 Unchecked return valueCaolán McNamara2016-12-121-1/+1
* loplugin:staticmethodsTor Lillqvist2016-12-081-0/+5
* cleanup unused includes (related to tdf#88206)Jochen Nitschke2016-12-061-1/+0
* loplugin:unnecessaryoverride (dtors) in desktopStephan Bergmann2016-11-232-14/+0
* make comphelper::containerToSequence a little smarterNoel Grandin2016-11-091-12/+3
* loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin2016-11-081-6/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-135-6/+6
* Related: rhbz#100713 move extensions restart to a better placeCaolán McNamara2016-07-081-8/+2
* tdf#46279 Show restart message after extension installationirem2016-06-231-0/+6
* clang-tidy misc-unused-alias-declsNoel Grandin2016-05-192-2/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-2/+0
* Fix typosAndrea Gelmini2016-05-011-1/+1
* clang-tidy modernize-loop-convert in d*Noel Grandin2016-04-251-2/+1
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* loplugin:constantparamNoel Grandin2016-04-051-1/+1
* sequence->vector in xmlscriptNoel Grandin2016-04-053-9/+6
* cppcheck: noExplicitConstructorCaolán McNamara2016-04-041-1/+1
* loplugin:constantparam in desktopNoel Grandin2016-03-233-5/+4
* Remove excess newlinesChris Sherlock2016-02-095-15/+0
* desktop: replace boost::bind with lambda or std::bindMichael Stahl2016-02-032-8/+7
* loplugin:unusedfields in desktopNoel Grandin2015-12-231-1/+0
* loplugin:unusedfields in desktopNoel Grandin2015-11-201-8/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-105-20/+20
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-3/+3
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-2/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-56/+56
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2