summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/component/dp_component.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-04Following 42bfbc216474b4f60d5a5e52a88d95baded5191cJulien Nabet1-1/+1
2017-11-03Replace remaining lists by deques (desktop)Julien Nabet1-21/+17
2017-10-23loplugin:includeform: desktopStephan Bergmann1-6/+6
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-4/+2
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin1-3/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-2/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-9/+10
2017-07-02loplugin:casttovoid: desktopStephan Bergmann1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert desktop module away from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-9/+9
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-2/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-7/+3
2017-01-18XPackageTypeInfo::getIcon is uselessCaolán McNamara1-12/+12
2017-01-09New loplugin:externvar: desktopStephan Bergmann1-1/+2
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-2/+2
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-7/+2
2016-08-22clearly we want to match "-env:" only at arg start, not as substring anywhereEike Rathke1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-16/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-05sequence->vector in xmlscriptNoel Grandin1-4/+2
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-01-11loplugin: unused return values in desktopNoel Grandin1-8/+4
2016-01-06Use OUStringBuffer when constructing string in loopAndrzej Hunt1-3/+3
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-8/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-14/+14
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-11/+11
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud1-11/+11
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-11/+11
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-02-23related lp#1419836: provide decent error messageBjoern Michaelsen1-2/+11
2015-02-23use initializer listBjoern Michaelsen1-7/+7
2015-02-23fdo#57950: skip verbose OUStringBufferBjoern Michaelsen1-6/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+5
2014-12-18desktop: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-12fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-11coverity#703948 Unchecked return valueCaolán McNamara1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-09-30desktop: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-12desktop: sal_Bool -> boolStephan Bergmann1-2/+2
2014-06-04desktop: fix includesThomas Arnhold1-20/+20
2014-04-22desktop: sal_Bool->boolNoel Grandin1-1/+1
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-14/+14