summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unosett.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-02-03broken commitprivate/sweetshark/swdependBjoern Michaelsen1-8/+4
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-9/+9
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-13/+13
2018-01-11loplugin:redundantcast: swStephan Bergmann1-1/+1
2018-01-05sw: clean up some no longer building leftover debug codeMiklos Vajna1-6/+0
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe1-3/+3
2017-10-27loplugin:constantparam in swNoel Grandin1-23/+17
2017-10-23loplugin:includeform: swStephan Bergmann1-2/+2
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-2/+1
2017-09-26loplugin:flatten in swNoel Grandin1-510/+497
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+16
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-04-28loplugin:salunicodeliteral: swStephan Bergmann1-1/+1
2017-04-03use actual UNO enums in swNoel Grandin1-2/+2
2017-04-01sw: replace hardcoded uno namesVitaliy Anderson1-27/+27
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-3/+3
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-4/+5
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin1-4/+4
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin1-7/+7
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-74/+34
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-20/+20
2016-09-08loplugin:constantparam in swNoel Grandin1-3/+1
2016-09-07cosmetic, substitute text::HoriOrientation::NONE for 0Caolán McNamara1-3/+3
2016-09-06if we throw in sw on HoriOrientation::NONE then don't pass it in from rtfCaolán McNamara1-1/+1
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-1/+1
2016-06-16Remove the :: prefix in ::std for swMark Page1-2/+2
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann1-16/+17
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-2/+2
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock1-19/+19
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock1-1/+1
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-4/+2
2015-12-04fix SwClient crash in SwXNumberingRules/SwXTableRows/SwXTableColumnsNoel Grandin1-9/+25
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-15/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-28/+28
2015-11-09fix a set of race conditions in the writer uno wrappersBjoern Michaelsen1-0/+1
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-1/+1
2015-08-21loplugin:defaultparamsNoel Grandin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-207/+207
2015-05-18comphelper: the makePropertyValue<> template is useful outside swMiklos Vajna1-42/+24
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-21/+21