summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/DocumentFieldsManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-23MM account next record fields for progress dialogJan-Marek Glogowski1-1/+32
2016-09-08loplugin:constantparam in swNoel Grandin1-5/+5
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-2/+2
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-1/+1
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-4/+2
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-3/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-3/+3
2016-04-22Avoid reserved identifiersStephan Bergmann1-35/+35
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2016-03-22loplugin:constantparam in swNoel Grandin1-2/+2
2016-03-09loplugin:constantparam in swNoel Grandin1-17/+9
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-11/+11
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-35/+35
2015-11-05tdf#76995: updated cached value on Evaluate() of db name fieldOliver Specht1-0/+1
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna1-10/+10
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-13cppcheck:variableScopeNoel Grandin1-2/+6
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-05-25Use size_t consistently for GetFldTypeCount/GetFldType/RemoveFldTypeMatteo Casalin1-34/+35
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-484/+484
2015-05-05loplugin:staticmethodsNoel Grandin1-5/+2
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-5/+5
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-3/+3
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-14loplugin: cstylecastNoel Grandin1-71/+71
2014-11-03sw: s/m_rSwdoc/m_rDoc/gMichael Stahl1-93/+93
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-09typo: formual -> formulaAndras Timar1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-16fdo#70346 MM: add mail merge data to condition dictJan-Marek Glogowski1-1/+8
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-14sw: assert that UnlockExpFlds() isn't called when it's not lockedMichael Stahl1-0/+1
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-6/+7
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-0/+1667