summaryrefslogtreecommitdiff
path: root/sw/source/core/attr/format.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-08-02sw doc model xml dump: add SwFormat::dumpAsXml()Miklos Vajna1-0/+16
2024-05-03replace createFromAscii with OUString literals in SwFormatNoel Grandin1-23/+2
2024-04-30SwModify::Add/Remove always derefs argCaolán McNamara1-5/+5
2024-02-28tdf#139004 Prevent crash when deleting footnote stylesMatt K1-6/+13
2023-09-01remove AUTOFMT_DOCNODEBjoern Michaelsen1-1/+12
2023-02-08editeng: remove SvxLRSpaceItem::nTxtLeftMichael Stahl1-1/+1
2022-12-13sw: rename SwFormat::m_bAutoUpdateFormat to m_bAutoUpdateOnDirectFormatMiklos Vajna1-4/+4
2022-09-24Replace RES_NAME_CHANGED with an SfxHint for stronger typingBjoern Michaelsen1-3/+1
2022-08-19unique_ptr->optional in SwFormat::SwClientNotifyNoel Grandin1-13/+13
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-0/+1
2022-08-05sw: rename to unique name SwFrameFormat::SetFormatName()Michael Stahl1-1/+1
2022-08-04clang-tidy modernize-pass-by-value in swNoel Grandin1-2/+2
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen1-2/+0
2022-03-25simplify some TypedWhichId codeNoel Grandin1-2/+2
2022-03-02use SfxItemSet::GetItemIfSet in sw/source/core/attrNoel Grandin1-5/+2
2021-10-10use SfxItemSetFixed in swNoel Grandin1-1/+1
2021-07-19Use reference to WhichRangesContainer instead of pointer in swMike Kaganski1-4/+4
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-07-17use WhichRangesContainer in swNoel Grandin1-4/+4
2021-06-23optimised FindFormatByName for SwFrameFormatsNoel Grandin1-1/+1
2021-06-22Move SwDoc::FindFormatByName to SwFormatsBaseNoel Grandin1-0/+19
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin1-2/+2
2021-03-30Simplify SwFormat::SetPageFormatToDefaultMike Kaganski1-9/+2
2021-03-30Use o3tl::convert instead of GetMetricValMike Kaganski1-2/+2
2021-03-29tdf#98749 Move initialization of page defaults to writer corePanos1-0/+15
2021-02-04use more StaticWhichCastBjoern Michaelsen1-4/+4
2021-01-29remove SwCache bookkeeping from SwModifyBjoern Michaelsen1-36/+11
2021-01-25SwFntCache: move down from SwFormat to SwTextFormatCol where possibleBjoern Michaelsen1-17/+9
2021-01-18Revert "Revert "Move SwFntCache link from SwModify down to SwFormat""Bjoern Michaelsen1-27/+35
2021-01-15Revert "Move SwFntCache link from SwModify down to SwFormat"Stephan Bergmann1-26/+19
2021-01-13Move SwFntCache link from SwModify down to SwFormatBjoern Michaelsen1-19/+26
2021-01-11Revert "Revert "NotifyClients no more""Bjoern Michaelsen1-1/+1
2021-01-09~SwModify: do not silently tolerate clients registered past deathBjoern Michaelsen1-1/+2
2021-01-05Revert "NotifyClients no more"Stephan Bergmann1-1/+1
2021-01-05SwClientNotifyCall no moreBjoern Michaelsen1-19/+8
2021-01-03NotifyClients no moreBjoern Michaelsen1-1/+1
2020-12-07SwFormat: Modify no moreBjoern Michaelsen1-48/+55
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-0/+1
2020-11-12Make SwClientNotifyCall protectedBjoern Michaelsen1-1/+1
2020-11-02sw/source/core/undo: ModifyNotification no more ...Bjoern Michaelsen1-0/+5
2020-11-01SwFormat: remove last ModifyNotificationBjoern Michaelsen1-1/+1
2020-10-29move ClientNotifyAttrChg to calbck.hxx ...Bjoern Michaelsen1-17/+8
2020-10-29SwFormat: remove calls to obsolete functionsBjoern Michaelsen1-37/+23
2020-09-20Fix typoAndrea Gelmini1-3/+3
2020-09-20Refactor SwFormat::Modify ...Bjoern Michaelsen1-21/+23
2020-08-01loplugin:flatten in sw/core/access..sc/core/crsrNoel Grandin1-20/+20
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-4/+4
2020-04-30loplugin:makeshared in swNoel Grandin1-3/+3
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-2/+2
2020-01-24loplugin:makeshared in swNoel Grandin1-1/+1