summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edfld.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna1-4/+4
2020-06-10loplugin:buriedassign in swNoel Grandin1-1/+2
2020-03-10SwEditShell::IsAnyDatabaseFieldInDoc(): SwIterator no more ...Bjoern Michaelsen1-8/+3
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-4/+0
2019-08-20loplugin:constvars in swNoel Grandin1-1/+1
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-14/+8
2019-04-08tdf#123968 sw: use inline editing for input fields for variablesMichael Stahl1-1/+5
2019-03-28use unique_ptr for SwFieldTypesNoel Grandin1-6/+6
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen1-0/+1
2018-12-18sw_redlinehide_4b: adapt FindAttrImpl()Michael Stahl1-4/+4
2018-12-18sw: refactor a confusing thicket of overloads, all named Find()Michael Stahl1-3/+4
2018-11-15sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl1-1/+1
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-08-04loplugin:constparams in sw part3Noel Grandin1-3/+3
2017-07-02loplugin:casttovoid: swStephan Bergmann1-1/+0
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl1-1/+1
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin1-15/+16
2016-03-22loplugin:constantparam in swNoel Grandin1-32/+7
2016-03-09loplugin:constantparam in swNoel Grandin1-2/+2
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin1-17/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-13remove some useless commentsNoel Grandin1-1/+1
2015-08-20tdf#92324 Fixed MailMerge printing with values from databaseVasily Melenchuk1-0/+5
2015-07-06improve the returnbyref lopluginNoel Grandin1-3/+3
2015-05-25Use size_t consistently for GetFldTypeCount/GetFldType/RemoveFldTypeMatteo Casalin1-8/+8
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-99/+99
2015-04-12WaE: variable 'i' is uninitialized when used hereTor Lillqvist1-1/+1
2015-04-12Use more proper integer types and range-for loopsMatteo Casalin1-31/+25
2015-04-12Avoid else branches after return statementsMatteo Casalin1-18/+14
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-1/+1
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-2/+2
2015-03-16use SwIterator<>Bjoern Michaelsen1-4/+4
2015-03-11convert SetAttrMode to enum classNoel Grandin1-2/+2
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+6
2015-01-07fdo#79409 allow selection from list field in protected sectionAndras Timar1-1/+1
2014-12-15Related fdo#86929: Kill FOREACHPAM_START for good (part2)Julien Nabet1-8/+10
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen1-1/+1
2014-11-19loplugin: cstylecastNoel Grandin1-5/+5
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-15/+16
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1/+2
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-1/+2
2014-05-02Rename SwDBMgr -> SwDBManager.Jan Holesovsky1-3/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-11/+11