summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unofield.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-2/+2
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-4/+4
2020-03-11tdf#39674 Translate German variable namesJohnny_M1-2/+2
2020-02-26use GatherFieldsBjoern Michaelsen1-21/+6
2020-02-26use GatherFieldsBjoern Michaelsen1-11/+4
2020-02-25add GatherField member functionBjoern Michaelsen1-15/+5
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-24loplugin:makeshared in swNoel Grandin1-1/+1
2019-12-23sal_Char->char in swNoel Grandin1-1/+1
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-15/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-3/+3
2019-10-14tdf#128076: throw exception only if it's not alive and it's not a descriptionXisco Fauli1-3/+3
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin1-3/+3
2019-09-07kill SwXShape SwClientBjoern Michaelsen1-1/+0
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-5/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-5/+5
2019-07-25tdf#119228 Add storage and serialisation for the Resolved flagScott Clarke1-1/+3
2019-07-24sw: fix indentation in SwXTextField::attach()Miklos Vajna1-596/+596
2019-07-20cid#1448255 Out-of-bounds accessCaolán McNamara1-1/+1
2019-07-16tdf#1448234 Uninitialized pointer fieldCaolán McNamara1-1/+2
2019-06-27sw: fix SwXTextField::Impl::IsDescriptor()Michael Stahl1-3/+9
2019-06-26tdf#125382: Check if pDoc is not nullXisco Fauli1-0/+4
2019-06-20sw comments: allow ranges to be created which cover only the placeholder charMiklos Vajna1-3/+3
2019-05-31tdf#125372 writer, file with lots of hints very slow to open, part8Noel Grandin1-2/+2
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-05-05[API CHANGE] SwXTextField: no more SwModify/SwClientBjoern Michaelsen1-94/+80
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov1-1/+1
2019-04-08tdf#123968 sw: use inline editing for input fields for variablesMichael Stahl1-0/+62
2019-04-06SwXTextField::Impl FieldTypeClient: SwClient no moreBjoern Michaelsen1-23/+34
2019-03-28use unique_ptr for SwFieldTypesNoel Grandin1-3/+3
2019-02-10loplugin:indentation in swNoel Grandin1-2/+2
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2019-02-04Use indexed getToken()Matteo Casalin1-3/+3
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-11-15sw_redlinehide_3: add second result to SwRefPageGetFieldMichael Stahl1-1/+1
2018-11-15sw_redlinehide_3: add second result to SwGetExpField, SwSetExpFieldMichael Stahl1-2/+2
2018-11-15sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl1-1/+1
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-1/+1
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara1-44/+43
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-03loplugin:constfields in swNoel Grandin1-4/+4
2018-09-28Fix DI_TITEL -> DI_TITLEAndrea Gelmini1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+0
2018-08-22loplugin:useuniqueptr in SwTextAPIObjectNoel Grandin1-3/+3
2018-07-10pass SwField around by std::unique_ptrNoel Grandin1-2/+2
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin1-1/+2