summaryrefslogtreecommitdiff
path: root/sw/source/core/edit/edfld.cxx
AgeCommit message (Expand)Author
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-08-04loplugin:constparams in sw part3Noel Grandin
2017-07-02loplugin:casttovoid: swStephan Bergmann
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2016-03-22loplugin:constantparam in swNoel Grandin
2016-03-09loplugin:constantparam in swNoel Grandin
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-13remove some useless commentsNoel Grandin
2015-08-20tdf#92324 Fixed MailMerge printing with values from databaseVasily Melenchuk
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-05-25Use size_t consistently for GetFldTypeCount/GetFldType/RemoveFldTypeMatteo Casalin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-12WaE: variable 'i' is uninitialized when used hereTor Lillqvist
2015-04-12Use more proper integer types and range-for loopsMatteo Casalin
2015-04-12Avoid else branches after return statementsMatteo Casalin
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-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
2015-03-16use SwIterator<>Bjoern Michaelsen
2015-03-11convert SetAttrMode to enum classNoel Grandin
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2015-01-07fdo#79409 allow selection from list field in protected sectionAndras Timar
2014-12-15Related fdo#86929: Kill FOREACHPAM_START for good (part2)Julien Nabet
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen
2014-11-19loplugin: cstylecastNoel Grandin
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner
2014-05-02Rename SwDBMgr -> SwDBManager.Jan Holesovsky
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist
2014-04-22There is nothing "new" with SwNewDBMgr any moreTor Lillqvist
2014-02-27Remove visual noise from swAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-18convert sw/source/core/edit/*.cxx from String to OUStringNoel Grandin
2013-10-15convert sw/inc/editsh.hxx from String to OUStringNoel Grandin
2013-09-21sw: unify PCURCRSR / FOREACHPAM_START / FOREACHPAM_END macrosMiklos Vajna