summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/authfld.cxx
AgeCommit message (Expand)Author
2019-12-04tdf#128845 writer, cannot modify a bibliography entryNoel Grandin
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-09-25tdf#107784: DOCX Import: Show citation's title in fields (2nd take)Xisco Fauli
2019-08-15loplugin:sequenceloop in swNoel Grandin
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov
2019-06-18loplugin:passstuffbyrefNoel Grandin
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen
2019-03-28return by unique_ptr from SwFieldType::CopyNoel Grandin
2019-02-10loplugin:indentation in swNoel Grandin
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2019-02-04Use indexed getToken()Matteo Casalin
2019-01-25loplugin:unusedmethodsNoel Grandin
2019-01-21fix -Werror=extraNoel Grandin
2019-01-21cleanup SwAuthEntry manual ref-countingNoel Grandin
2019-01-10use unique_ptr in swNoel Grandin
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-22tdf#120703 PVS: V637 rename inconsistent < and == operatorsCaolán McNamara
2018-11-15sw_redlinehide_3: add second result to SwAuthorityFieldMichael Stahl
2018-11-15sw_redlinehide_3: transport layout from ExpandField() to Expand()Michael Stahl
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin
2018-08-16loplugin:useuniqueptr in SwTOXBaseSectionNoel Grandin
2018-07-10pass SwField around by std::unique_ptrNoel Grandin
2018-02-20sw: convert DELETEZ to unique_ptr in authfld.cxxMichael Stahl
2018-01-30loplugin:unused-returns in swNoel Grandin
2018-01-25Adapt odd USHRT_MAX/4 limit in FIELD_PROP_PROP_SEQ handlerStephan Bergmann
2018-01-25Don't preset SwAuthorityField::m_SortKeyArr with three empty elementsStephan Bergmann
2018-01-15More loplugin:cstylecast: swStephan Bergmann
2017-08-04loplugin:constparams in sw part3Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-01-09New loplugin:externvar: swStephan Bergmann
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann
2016-11-29convert SwTOIOptions to o3tl::typed_flagsNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann
2016-06-03sw: convert some OSL_FAIL to assertMichael Stahl
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-03-15loplugin:constantparamNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-10-02sw: replace boost::ptr_vector with std::vectorMichael Stahl
2015-10-02sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-03Use more proper integer types and range-based for loopsMatteo Casalin
2015-05-03Simplify by early bail-outMatteo Casalin