summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/manager
AgeCommit message (Expand)Author
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin
2017-04-15Fix typosAndrea Gelmini
2017-03-25Fix typosAndrea Gelmini
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
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-31Remove meaningless commentStephan Bergmann
2017-01-31Create missing parent dirs when checking for r/o dirStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, desktopStephan Bergmann
2017-01-09New loplugin:externvar: desktopStephan Bergmann
2016-12-12coverity#1397042 Unchecked return valueCaolán McNamara
2016-12-08loplugin:staticmethodsTor Lillqvist
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke
2016-11-23loplugin:unnecessaryoverride (dtors) in desktopStephan Bergmann
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in comphelper..formsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-08Related: rhbz#100713 move extensions restart to a better placeCaolán McNamara
2016-06-23tdf#46279 Show restart message after extension installationirem
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-01Fix typosAndrea Gelmini
2016-04-25clang-tidy modernize-loop-convert in d*Noel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-05loplugin:constantparamNoel Grandin
2016-04-05sequence->vector in xmlscriptNoel Grandin
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara
2016-03-23loplugin:constantparam in desktopNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-03desktop: replace boost::bind with lambda or std::bindMichael Stahl
2015-12-23loplugin:unusedfields in desktopNoel Grandin
2015-11-20loplugin:unusedfields in desktopNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (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-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06Fix typosAndrea Gelmini
2015-09-12desktop: com::sun::star->cssNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-20loplugin: defaultparamsNoel Grandin
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-17loplugin:unusedmethods desktopNoel Grandin
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud