summaryrefslogtreecommitdiff
path: root/sw/source/core/fields
AgeCommit message (Expand)AuthorFilesLines
2019-12-04tdf#128845 writer, cannot modify a bibliography entryNoel Grandin1-5/+9
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-10-22loplugin:constantparamNoel Grandin1-1/+1
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann6-14/+14
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin2-2/+2
2019-09-28loplugin:constmethod in swNoel Grandin3-3/+3
2019-09-25tdf#107784: DOCX Import: Show citation's title in fields (2nd take)Xisco Fauli1-1/+8
2019-09-24Revert "tdf#107784: DOCX Import: Show citation's title in fields"Xisco FaulĂ­1-1/+1
2019-09-24tdf#107784: DOCX Import: Show citation's title in fieldsXisco Fauli1-1/+1
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin4-83/+83
2019-08-15loplugin:sequenceloop in swNoel Grandin1-1/+1
2019-07-25tdf#119228 Add storage and serialisation for the Resolved flagScott Clarke1-2/+26
2019-07-16sw comments on frames: avoid overlay that covers only an as-char imageMiklos Vajna1-1/+16
2019-07-15sw comments on frames: avoid overlay that covers only an at-char imageMiklos Vajna1-0/+1
2019-07-08Simplify Sequence iterations in sw/qa/* and sw/source/core/*Arkadiy Illarionov2-15/+12
2019-06-21sw comments on frames: fix layout to place anchor next to the imageMiklos Vajna1-5/+83
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski1-1/+1
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-05-31tdf#125372 writer, file with lots of hints very slow to open, part8Noel Grandin1-1/+1
2019-05-30GetAnyEnd does not need to return a pointerNoel Grandin1-1/+1
2019-05-28tdf#125372 writer, file with lots of hints very slow to open, part3Noel Grandin1-1/+1
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-2/+2
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+5
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen2-0/+3
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-5/+3
2019-04-16tdf#123855 sw_redlinehide: fix GetExpandText() not expanding footnotesMichael Stahl1-1/+1
2019-04-15sw: fix recursive SwTextInputField::LockNotifyContentChangeMichael Stahl1-13/+19
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-04-14loplugin:sequentialassign in swNoel Grandin2-4/+2
2019-04-08tdf#123968 sw: use inline editing for input fields for variablesMichael Stahl1-1/+15
2019-03-28use unique_ptr for SwFieldTypesNoel Grandin2-5/+10
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-03-28return by unique_ptr from SwFieldType::CopyNoel Grandin13-78/+64
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+2
2019-03-07sw_redlinehide: fix SwGetExpField ODF importMichael Stahl1-0/+1
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-02-25sw: prefix members in usrfld.hxxMiklos Vajna1-50/+50
2019-02-18sw: prefix members in dbfld.hxxMiklos Vajna1-49/+49
2019-02-10loplugin:indentation in swNoel Grandin4-11/+11
2019-02-08Use indexed getToken()Matteo Casalin1-2/+3
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen6-18/+12
2019-02-04Use indexed getToken()Matteo Casalin1-1/+2
2019-02-04sw: prefix members of SwDBFieldMiklos Vajna1-48/+48
2019-02-01Introduce O3TL_UNREACHABLE as a better alternative to assert(false)Stephan Bergmann1-10/+7
2019-01-25loplugin:unusedmethodsNoel Grandin1-5/+0
2019-01-21fix -Werror=extraNoel Grandin1-0/+1
2019-01-21cleanup SwAuthEntry manual ref-countingNoel Grandin1-103/+42
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-2/+6
2019-01-11tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen2-0/+3