summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-09Remove deadcode SwModify::CheckCaching()Bjoern Michaelsen1-3/+1
2021-02-08Remove SwModify::SetInDocDTOR ...Bjoern Michaelsen1-1/+0
2021-01-29remove SwCache bookkeeping from SwModifyBjoern Michaelsen1-5/+2
2021-01-18Revert "Revert "Move SwFntCache link from SwModify down to SwFormat""Bjoern Michaelsen1-4/+1
2021-01-15Revert "Move SwFntCache link from SwModify down to SwFormat"Stephan Bergmann1-1/+4
2021-01-13Move SwFntCache link from SwModify down to SwFormatBjoern Michaelsen1-4/+1
2021-01-11Revert "Revert "NotifyClients no more""Bjoern Michaelsen1-5/+1
2021-01-05Revert "NotifyClients no more"Stephan Bergmann1-1/+5
2021-01-05SwClientNotifyCall no moreBjoern Michaelsen1-7/+8
2021-01-03NotifyClients no moreBjoern Michaelsen1-5/+1
2021-01-02SwFrame: Modify no moreBjoern Michaelsen1-11/+2
2020-11-12Make SwClientNotifyCall protectedBjoern Michaelsen1-2/+8
2020-11-05get rid of long deprecated SwModify::BroadcastModifyBjoern Michaelsen1-4/+0
2020-11-04remove SwClient::ModifyNotifcation, now unusedBjoern Michaelsen1-3/+0
2020-11-04SwModify: remove the LockClientList madnessBjoern Michaelsen1-2/+1
2020-11-01Make SwClient::ModifyNotification non-virtualBjoern Michaelsen1-4/+4
2020-10-29move ClientNotifyAttrChg to calbck.hxx ...Bjoern Michaelsen1-0/+3
2020-09-27Move default way to find Which to an inline functionBjoern Michaelsen1-0/+2
2020-04-17loplugin:buriedassign in sw(1)Noel Grandin1-2/+3
2020-04-02loplugin:unusedmethodsNoel Grandin1-47/+0
2019-11-22make some classes module-privateNoel Grandin1-2/+2
2019-10-22loplugin:constantparamNoel Grandin1-4/+1
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-01-12make SwFormat a ::sw::BroadcastingModifyBjoern Michaelsen1-1/+2
2019-01-02Remove SwModify/SwClient for UNO BookmarksBjoern Michaelsen1-7/+10
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-2/+2
2018-10-25sw: fix some IWYU warningsMiklos Vajna1-2/+3
2018-09-19sw: IsListeningTo can be constMichael Stahl1-1/+1
2018-07-26make SwContentNode handle legacy ModifyNotification() again (tdf#117749)Bjoern Michaelsen1-1/+1
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-07-04-Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+2
2018-07-02sw: prefix members of SwAccSingleTableSelHander_ImplMiklos Vajna1-6/+6
2018-06-08sw_redlinehide: add an indirect iteration mode to SwIteratorMichael Stahl1-12/+94
2018-05-13dont use SwClient/SwModify in unocore: HeadFootTextBjoern Michaelsen1-0/+4
2018-05-12Fix typosAndrea Gelmini1-1/+1
2018-05-12dont use SwClient/SwModify in unocore: SectionBjoern Michaelsen1-0/+14
2018-05-09no extra heap allocs by WriterMultiListenerBjoern Michaelsen1-8/+4
2018-05-08remove now obsolete SwDependBjoern Michaelsen1-45/+0
2018-05-06make SwDepend an implementation detail of sw::WriterMultiListenerBjoern Michaelsen1-4/+5
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna1-8/+0
2018-04-09std::list->std::vector in sw::WriterMultiListenerNoel Grandin1-2/+2
2018-03-15loplugin:unusedmethodsNoel Grandin1-2/+0
2018-03-11introduce sw::WriterMultiListenerBjoern Michaelsen1-6/+50
2018-01-31Fix some IWYU warningsMiklos Vajna1-4/+3
2018-01-26introduce SwClient::StartListeningToSameModifyAsBjoern Michaelsen1-0/+1
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-0/+1
2017-10-23loplugin:includeform: swStephan Bergmann1-3/+3
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin1-2/+2