summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/expfld.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-3/+3
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-2/+2
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-2/+2
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+1
2017-05-19loplugin:stringcopy: swStephan Bergmann1-1/+1
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-2/+2
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-04-10tdf#39468 Translate German comments in swJens Carl1-1/+1
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-5/+5
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-2/+4
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin1-6/+6
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin1-1/+1
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin1-1/+1
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin1-1/+1
2016-10-27loplugin:expandablemethods in swNoel Grandin1-27/+15
2016-10-20loplugin:expandablemethodds in sw(part1)Noel Grandin1-1/+1
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-2/+2
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann1-1/+1
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann1-5/+6
2016-06-03sw: convert some OSL_FAIL to assertMichael Stahl1-4/+4
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-14loplugin:passstuffbyref in swNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-21loplugin: unused return valuesNoel Grandin1-4/+3
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-35/+35
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-1/+1
2015-06-04Resolves: tdf#91637 avoid -1 string indexCaolán McNamara1-2/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-125/+125
2015-05-03Reduce scope, use more proper types and check downcastMatteo Casalin1-3/+5
2015-05-03Scan sorted array for a gap only if there could be oneMatteo Casalin1-3/+7
2015-05-03Reduce checks in loopMatteo Casalin1-5/+3
2015-05-03Avoid possible downcasts and rely on implicit type conversionsMatteo Casalin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-2/+2
2015-03-24Revert "Revert "make ClientIteratorBase only know about WriterListener""Bjoern Michaelsen1-1/+1
2015-03-23Revert "make ClientIteratorBase only know about WriterListener"Stephan Bergmann1-1/+1
2015-03-20make ClientIteratorBase only know about WriterListenerBjoern Michaelsen1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-01-22::rtl::OUString->OUStringCaolán McNamara1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+8
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-16/+4
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-19loplugin: cstylecastNoel Grandin1-21/+21
2014-09-06Use size_t consistently, constify, reduce scopeMatteo Casalin1-5/+6
2014-08-20SwWrtShell::StartInputFldDlg() can be called with RES_SETEXPFLD tooMichael Stahl1-0/+6
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-5/+6