summaryrefslogtreecommitdiff
path: root/sw/source/core/fields
AgeCommit message (Expand)AuthorFilesLines
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna2-5/+5
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-04-28sw bibliography: fix warning when de-selecting a biblio entry fieldMiklos Vajna2-6/+8
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-7/+7
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-6/+6
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-1/+1
2021-04-13sw bibliography, refer to a page: fix biblio field relative URLsMiklos Vajna1-0/+12
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara4-44/+44
2021-03-18tdf#140980 sw: fix bad strikethrough of annotationsLászló Németh1-1/+16
2021-03-12sw bibliography, refer to a page: make the biblio field clickableMiklos Vajna2-2/+16
2021-03-01sw doc model xml dump: show SwAuthEntryMiklos Vajna1-0/+19
2021-02-26sw doc model xml dump: show SwAuthorityFieldMiklos Vajna1-0/+23
2021-02-15loplugin:referencecasting in swNoel1-1/+1
2021-02-11sw tooltip on bibliography fields: add the actual tooltip functionalityMiklos Vajna1-0/+48
2021-02-10sw tooltip on bibliography fields: add an SwTOXInternational factoryMiklos Vajna1-3/+8
2021-01-28simplify code, use more subView()Noel1-2/+2
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2021-01-11Revert "Revert "NotifyClients no more""Bjoern Michaelsen1-2/+2
2021-01-05Revert "NotifyClients no more"Stephan Bergmann1-2/+2
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-2/+2
2021-01-03NotifyClients no moreBjoern Michaelsen1-2/+2
2020-12-26Remove pointless macroGabor Kelemen1-3/+1
2020-12-09cid#1470573 Unchecked dynamic_castCaolán McNamara1-1/+1
2020-12-07SwUserFieldType: Modify no moreBjoern Michaelsen1-6/+6
2020-12-07Sw{Get,Set}ExpFieldType: Modify no moreBjoern Michaelsen1-4/+6
2020-12-07SwRefPageSetFieldType: Modify no moreBjoern Michaelsen1-4/+7
2020-12-07SwAuthorityFieldType: Modify no moreBjoern Michaelsen1-2/+2
2020-12-06SwDDETable: Modify no moreBjoern Michaelsen1-11/+13
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-5/+5
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen8-8/+4
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-21SwEditShell: remove SwIterator hackBjoern Michaelsen1-1/+5
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl1-1/+1
2020-11-16Replace needless SwClientNotifyCalls with CallSwClientNotifyBjoern Michaelsen1-22/+31
2020-11-11convert more long -> tools::LongNoel1-2/+2
2020-11-11Fix typosAndrea Gelmini1-2/+2
2020-11-10sw user field type: fix failing string to double conversionkirchhoffb1-6/+18
2020-11-05Ensure no class directly derives from SwModifyBjoern Michaelsen1-1/+1
2020-11-02SwFieldType: ModifyNotification no more ...Bjoern Michaelsen1-0/+12
2020-11-01sw/source/core/doc: Stop abusing observer pattern for code obfuscation.Bjoern Michaelsen1-1/+1
2020-10-20use tools::Long in swNoel4-7/+7
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-05SwGetRefFieldType ctor never passed a null SwDoc*Caolán McNamara1-17/+17
2020-10-05SwDateTimeField::GetDateTime always dereferences its SwDoc*Caolán McNamara2-7/+7
2020-10-05Evaluate family never passed a null SwDoc*Caolán McNamara4-57/+56
2020-09-30loplugin:reducevarscope in swNoel1-4/+2
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara5-10/+10
2020-09-28sw: prefix members of SwFrameChangesLeave, SwSidebarItem, ...Miklos Vajna2-7/+7