summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
AgeCommit message (Expand)Author
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-10-25sw: fix some IWYU warningsMiklos Vajna
2018-09-19sw: IsListeningTo can be constMichael Stahl
2018-07-26make SwContentNode handle legacy ModifyNotification() again (tdf#117749)Bjoern Michaelsen
2018-07-18Fix typosAndrea Gelmini
2018-07-04-Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-07-02sw: prefix members of SwAccSingleTableSelHander_ImplMiklos Vajna
2018-06-08sw_redlinehide: add an indirect iteration mode to SwIteratorMichael Stahl
2018-05-13dont use SwClient/SwModify in unocore: HeadFootTextBjoern Michaelsen
2018-05-12Fix typosAndrea Gelmini
2018-05-12dont use SwClient/SwModify in unocore: SectionBjoern Michaelsen
2018-05-09no extra heap allocs by WriterMultiListenerBjoern Michaelsen
2018-05-08remove now obsolete SwDependBjoern Michaelsen
2018-05-06make SwDepend an implementation detail of sw::WriterMultiListenerBjoern Michaelsen
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna
2018-04-09std::list->std::vector in sw::WriterMultiListenerNoel Grandin
2018-03-15loplugin:unusedmethodsNoel Grandin
2018-03-11introduce sw::WriterMultiListenerBjoern Michaelsen
2018-01-31Fix some IWYU warningsMiklos Vajna
2018-01-26introduce SwClient::StartListeningToSameModifyAsBjoern Michaelsen
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen
2017-10-23loplugin:includeform: swStephan Bergmann
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin
2016-12-12sw: prefix members of SwClientMiklos Vajna
2016-12-02SwDrawContact, SwFlyDrawContact: move code from Modify to SwClientNotifyBjoern Michaelsen
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann
2016-11-16new loplugin finalprotectedNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-23loplugin:unusedmethods in swNoel Grandin
2016-03-23sw: replace boost::noncopyable with C++11 deleteMichael Stahl
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2016-01-08Use public derivation, and remove then-unnecessary downcastsStephan Bergmann
2015-12-10sw: indentation fixesMiklos Vajna
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-11remove b_mInDocDTOR flag altogetherBjoern Michaelsen
2015-11-11reduce branch depth in SwModify dtorBjoern Michaelsen
2015-11-11remove IsInDocDTOR() as a public memberBjoern Michaelsen
2015-10-30sw: prefix members of SwModifyMiklos Vajna
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-09sw: Help vs 2015 with virtual base inheritanceDavid Ostrovsky
2015-07-21loplugin:unusedmethods swNoel Grandin
2015-06-10sw: fix GCC undefined reference to `typeinfo for sw::LegacyModifyHint'Michael Stahl
2015-06-10Revert "There's SAL_DLLPUBLIC_RTTI for that"Stephan Bergmann
2015-06-10There's SAL_DLLPUBLIC_RTTI for thatStephan Bergmann
2015-06-10Ensure single RTTI symbol instanceStephan Bergmann
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann