summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/DocumentFieldsManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-10-29use virtual function call for dynamic dispatchBjoern Michaelsen1-37/+7
2021-10-29consolidate DDE updates in FieldTypeBjoern Michaelsen1-2/+4
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-5/+5
2021-10-10use SfxItemSetFixed in swNoel Grandin1-2/+1
2021-09-24make it possible to build required database stuff for fuzzingCaolán McNamara1-15/+16
2021-08-23sw: evaluate bookmark conditions differentlyMichael Stahl1-0/+11
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-1/+1
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-1/+1
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-0/+1
2020-11-16Replace needless SwClientNotifyCalls with CallSwClientNotifyBjoern Michaelsen1-14/+9
2020-11-12Make SwClientNotifyCall protectedBjoern Michaelsen1-1/+1
2020-11-05retire most of SwModifyBjoern Michaelsen1-1/+1
2020-10-29DocumentFieldsManager: remove calls to obsolete functionsBjoern Michaelsen1-8/+12
2020-10-05SwGetRefFieldType ctor never passed a null SwDoc*Caolán McNamara1-1/+1
2020-10-05Evaluate family never passed a null SwDoc*Caolán McNamara1-13/+13
2020-09-30loplugin:reducevarscope in swNoel1-1/+1
2020-09-18tdf#122648 DOCX import: fix table formula in all tablesLászló Németh1-1/+1
2020-08-01loplugin:flatten in sw/core/docNoel Grandin1-31/+31
2020-06-16sw: fix type of FieldsToCalc() parameterMichael Stahl1-1/+2
2020-04-19loplugin:buriedassign in sw(3)Noel Grandin1-9/+12
2020-03-15DocumentFieldManager::GetFixFieldsAtPos(): SwIterator no more ...Bjoern Michaelsen1-3/+4
2020-03-15DocumentFieldManager::SetFixFields(): SwIterator no more ...Bjoern Michaelsen1-3/+3
2020-03-15DocumentFieldManager::UpdateTableFields(): SwIterator no more ...Bjoern Michaelsen1-6/+3
2020-03-10DocumentFieldsManager::UpdateTableFields(): SwIterator no more ...Bjoern Michaelsen1-61/+48
2020-02-07SwFormatField::Modify no more (folded into SwClientNotify)Bjoern Michaelsen1-4/+4
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-1/+0
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-19tdf#128232: fix crash when trying to delete unused User FieldJulien Nabet1-2/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-2/+2
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin1-2/+2
2019-07-31Avoid -fsanitize=float-cast-overflowStephan Bergmann1-6/+9
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-1/+1
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-11/+7
2019-04-15sw: fix recursive SwTextInputField::LockNotifyContentChangeMichael Stahl1-1/+3
2019-04-08tdf#123968 sw: use inline editing for input fields for variablesMichael Stahl1-2/+23
2019-03-28use unique_ptr for SwFieldTypesNoel Grandin1-59/+60
2019-03-28return by unique_ptr from SwFieldType::CopyNoel Grandin1-6/+6
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-3/+2
2019-01-18tdf#104816 sw: if non-section content, let all sections hide.Justin Luth1-18/+29
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-3/+3
2018-11-18tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-16loplugin:buriedassign in swNoel Grandin1-2/+6
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara1-0/+1
2018-11-15sw: fix a search-and-replace gone bad in DocumentFieldsManager.cxxMichael Stahl1-12/+12
2018-11-15sw_redlinehide_3: add second result to SwAuthorityFieldMichael Stahl1-7/+16
2018-11-15sw_redlinehide_3: add second result to SwGetExpField, SwSetExpFieldMichael Stahl1-36/+138
2018-11-15sw: booleans are hard, let's go shoppingMichael Stahl1-1/+1
2018-11-15sw: prefix members of SwDocUpdateField & trivial cleanupsMichael Stahl1-18/+19
2018-11-15sw: remove the SwSetExpFieldType::m_pOutlChgNd memberMichael Stahl1-5/+6