summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfld.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-13/+0
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-5/+5
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-19/+3
2019-04-08tdf#123968 sw: use inline editing for input fields for variablesMichael Stahl1-184/+195
2019-03-28use unique_ptr for SwFieldTypesNoel Grandin1-1/+1
2019-03-07sw: document a problem with IsFrameBehind()/SetGetExpFieldMichael Stahl1-0/+8
2019-02-14Use indexed getToken()Matteo Casalin1-5/+7
2019-01-23sw: prefix members of SetGetExpFieldMiklos Vajna1-63/+63
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-11-15sw: flag check looks incorrect in SwDocUpdateField::MakeFieldList()Michael Stahl1-1/+2
2018-11-15sw: prefix members of SwDocUpdateField & trivial cleanupsMichael Stahl1-25/+29
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-04loplugin:useuniqueptr in SetGetExpFieldsNoel Grandin1-11/+8
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-2/+7
2018-06-08sw_redlinehide: trivial GetNode() in docfld.cxx,docfly.cxx,doclay.cxxMichael Stahl1-1/+5
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen1-1/+0
2018-03-20loplugin:useuniqueptr in SwCalcNoel Grandin1-6/+7
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-10-19use std::unique_ptr in SwDocUpdateFieldNoel Grandin1-17/+8
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-20tdf#109197 crash when deleting user field variables in swNoel Grandin1-1/+4
2017-07-02loplugin:casttovoid: swStephan Bergmann1-3/+0
2017-06-02clang-tidy misc-uniqueptr-reset-releaseNoel Grandin1-1/+1
2017-03-11Fix typosAndrea Gelmini1-1/+1
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin1-52/+57
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin1-7/+6
2016-09-08loplugin:constantparam in swNoel Grandin1-27/+12
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-5/+5
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-5/+5
2016-08-19Resolves: tdf#100901 crash pressing tab in r-o document with hyperlinkCaolán McNamara1-1/+3
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-4/+4
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-27/+27
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin1-3/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-11/+11
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-16/+16
2015-10-02sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+3
2015-09-08tdf#91523 sw: fix navigation to index markOliver Specht1-1/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-230/+230
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-02-21Avoid unnecessary OUString copiesMatteo Casalin1-18/+11
2015-02-21Reduce scope of some variablesMatteo Casalin1-10/+11
2015-02-21Use more proper integer types and range-for loopsMatteo Casalin1-32/+31
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+1