summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfld.cxx
AgeCommit message (Expand)Author
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersprivate/mst/sw_redlinehide_2Michael Stahl
2018-06-08sw_redlinehide: trivial GetNode() in docfld.cxx,docfly.cxx,doclay.cxxMichael Stahl
2018-04-17tdf#42949 Remove unnecessary localization headers from swGabor Kelemen
2018-03-20loplugin:useuniqueptr in SwCalcNoel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-10-19use std::unique_ptr in SwDocUpdateFieldNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20tdf#109197 crash when deleting user field variables in swNoel Grandin
2017-07-02loplugin:casttovoid: swStephan Bergmann
2017-06-02clang-tidy misc-uniqueptr-reset-releaseNoel Grandin
2017-03-11Fix typosAndrea Gelmini
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin
2016-09-08loplugin:constantparam in swNoel Grandin
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann
2016-08-19Resolves: tdf#100901 crash pressing tab in r-o document with hyperlinkCaolán McNamara
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-02sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-09-08tdf#91523 sw: fix navigation to index markOliver Specht
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen
2015-02-21Avoid unnecessary OUString copiesMatteo Casalin
2015-02-21Reduce scope of some variablesMatteo Casalin
2015-02-21Use more proper integer types and range-for loopsMatteo Casalin
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-23dead assign (clang)Bjoern Michaelsen
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna
2014-11-14loplugin: cstylecastNoel Grandin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-13125044: - use field's content cache on <SwTxtFld> construction onlyOliver-Rainer Wittmann