summaryrefslogtreecommitdiff
path: root/sw/source/core/attr
AgeCommit message (Expand)AuthorFilesLines
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-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-5/+5
2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens1-1/+1
2021-02-16Use some more o3tl::convertMike Kaganski1-4/+7
2021-02-08Remove SwModify::SetInDocDTOR ...Bjoern Michaelsen1-11/+0
2021-02-04use more StaticWhichCastBjoern Michaelsen2-20/+20
2021-01-29remove SwCache bookkeeping from SwModifyBjoern Michaelsen3-65/+57
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 Michaelsen2-50/+47
2021-01-15Revert "Move SwFntCache link from SwModify down to SwFormat"Stephan Bergmann2-38/+42
2021-01-13Move SwFntCache link from SwModify down to SwFormatBjoern Michaelsen2-42/+38
2021-01-11Revert "Revert "NotifyClients no more""Bjoern Michaelsen2-21/+13
2021-01-09~SwModify: do not silently tolerate clients registered past deathBjoern Michaelsen2-5/+10
2021-01-05Revert "NotifyClients no more"Stephan Bergmann2-13/+22
2021-01-05SwClientNotifyCall no moreBjoern Michaelsen2-23/+26
2021-01-03NotifyClients no moreBjoern Michaelsen2-22/+13
2021-01-02SwFrame: Modify no moreBjoern Michaelsen1-14/+8
2020-12-07SwFormat: Modify no moreBjoern Michaelsen1-48/+55
2020-11-26Refactor SwFormatDropBjoern Michaelsen1-7/+8
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen3-4/+1
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer1-1/+1
2020-11-12Make SwClientNotifyCall protectedBjoern Michaelsen2-3/+3
2020-11-05retire most of SwModifyBjoern Michaelsen2-4/+4
2020-11-05get rid of long deprecated SwModify::BroadcastModifyBjoern Michaelsen1-1/+1
2020-11-05Ensure no class directly derives from SwModifyBjoern Michaelsen1-1/+16
2020-11-04remove SwClient::ModifyNotifcation, now unusedBjoern Michaelsen1-7/+0
2020-11-04SwModify: remove the LockClientList madnessBjoern Michaelsen1-22/+1
2020-11-02move SwCondCollCondChg on top of SfxHintBjoern Michaelsen1-5/+0
2020-11-02sw/source/core/undo: ModifyNotification no more ...Bjoern Michaelsen1-0/+5
2020-11-01Make SwClient::ModifyNotification non-virtualBjoern Michaelsen1-0/+7
2020-11-01SwFormat: remove last ModifyNotificationBjoern Michaelsen1-1/+1
2020-10-29move ClientNotifyAttrChg to calbck.hxx ...Bjoern Michaelsen2-17/+16
2020-10-29SwFormat: remove calls to obsolete functionsBjoern Michaelsen1-37/+23
2020-10-20use tools::Long in swNoel1-1/+1
2020-09-30loplugin:reducevarscope in swNoel1-2/+1
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara2-2/+2
2020-09-20Fix typoAndrea Gelmini1-3/+3
2020-09-20Refactor SwFormat::Modify ...Bjoern Michaelsen1-21/+23
2020-08-28tdf#131801: sw: support of style references in ListAutoFormatVasily Melenchuk1-0/+10
2020-08-01loplugin:flatten in sw/core/access..sc/core/crsrNoel Grandin3-100/+100
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-04-17loplugin:buriedassign in sw(1)Noel Grandin1-14/+16
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-2/+2
2020-01-24loplugin:makeshared in swNoel Grandin1-1/+1
2019-12-23sal_Char->char in swNoel Grandin1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara5-7/+7