summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/expfld.cxx
AgeCommit message (Expand)Author
2018-09-17New loplugin:externalStephan Bergmann
2018-07-30sw: prefix members of SwHyperlinkIter_Impl and SwInputFieldMiklos Vajna
2018-07-25sw: prefix members of SwGetExpField and SwGetRefFieldMiklos Vajna
2018-07-10pass SwField around by std::unique_ptrNoel Grandin
2018-06-08sw_redlinehide: trivial GetNode() conversion in fieldsMichael Stahl
2018-05-22tdf#117171 support localized sequence numbering stylesLászló Németh
2018-03-20loplugin:useuniqueptr in SwCalcNoel Grandin
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-01-30loplugin:unused-returns in swNoel Grandin
2018-01-15More loplugin:cstylecast: swStephan Bergmann
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-19loplugin:stringcopy: swStephan Bergmann
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-10tdf#39468 Translate German comments in swJens Carl
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin
2016-10-27loplugin:expandablemethods in swNoel Grandin
2016-10-20loplugin:expandablemethodds in sw(part1)Noel Grandin
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann
2016-06-03sw: convert some OSL_FAIL to assertMichael Stahl
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-14loplugin:passstuffbyref in swNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-21loplugin: unused return valuesNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna
2015-06-04Resolves: tdf#91637 avoid -1 string indexCaolán McNamara
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-03Reduce scope, use more proper types and check downcastMatteo Casalin
2015-05-03Scan sorted array for a gap only if there could be oneMatteo Casalin
2015-05-03Reduce checks in loopMatteo Casalin
2015-05-03Avoid possible downcasts and rely on implicit type conversionsMatteo Casalin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen
2015-03-24Revert "Revert "make ClientIteratorBase only know about WriterListener""Bjoern Michaelsen