summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
AgeCommit message (Expand)AuthorFilesLines
2017-08-30tdf#109151: Enable grouping of undo actions for delete redlinesRosemary Sebastian1-6/+33
2017-08-04loplugin:constparams in sw part5Noel Grandin8-19/+19
2017-07-23coverity#1415615 avoid Dereference null return value warningCaolán McNamara1-4/+4
2017-07-23sw: dummy handler for paragraph signingAshod Nakashian1-0/+3
2017-07-21despite the comment and missing translation, REDLINE undo comment gets usedCaolán McNamara1-2/+2
2017-07-21tdf#108867 sw: fix dangling text box frame format pointers in UndoMichael Stahl1-0/+18
2017-07-21make sure the strings for each undo matchCaolán McNamara1-162/+396
2017-07-21de-hrc various thingsCaolán McNamara7-30/+0
2017-07-21migrate to boost::gettextCaolán McNamara13-851/+182
2017-07-19tdf#107975: Revert "fix deleting an image anchored to last paragraphMichael Stahl1-16/+3
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin2-28/+20
2017-07-11loplugin:useuniqueptr in swNoel Grandin1-46/+41
2017-07-05sw: fix Undo strings when deleting input fields and fieldmarksMichael Stahl1-0/+15
2017-07-04tdf#107340 - Incorrect undo label with Track Changes setRosemary Sebastian1-0/+18
2017-07-02loplugin:casttovoid: swStephan Bergmann1-2/+1
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl2-2/+2
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-13/+25
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann2-13/+13
2017-06-14Use unique_ptr for UnodTableCpyTable_Entry membersStephan Bergmann1-38/+26
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-1/+1
2017-06-10various extensions to REDLINE_ sequence not reflected in related resourcesCaolán McNamara1-0/+20
2017-06-10there are *two* STR_REDLINE_INSERT sequencesCaolán McNamara1-5/+5
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-2/+2
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann2-3/+3
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: swStephan Bergmann1-2/+2
2017-06-02Improved loplugin:redundantcast static_cast handling: swStephan Bergmann2-4/+4
2017-05-19make string translation loading more uniformCaolán McNamara10-44/+44
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl1-1/+1
2017-05-12coverity#1406101 Dereference null return valueCaolán McNamara2-4/+6
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-1/+1
2017-05-10tdf#107512 sw: fix rollback of text attributes in SwUndoDeleteMichael Stahl1-1/+1
2017-05-10sw: avoid assert in SwUndoDelete::RedoImplMichael Stahl1-0/+6
2017-05-10sw: remove overloading of IDocumentContentOperations::InsertMichael Stahl1-2/+4
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin1-1/+1
2017-05-08tdf#70960 sw::UndoManager: fix exponential Repeat proliferationMichael Stahl2-3/+22
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock2-2/+2
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock2-2/+2
2017-05-06coverity#1405890 Unchecked dynamic_castCaolán McNamara1-1/+1
2017-05-05sw: fix invalid downcast in sw::UndoManager::Repeat()Michael Stahl1-1/+9
2017-05-03tdf#88555 sw: use safe IsAlive function in Undo codeMichael Stahl2-13/+17
2017-05-03tdf#88555 sw: reduce usage of dynamic_cast in SwFormatsModifyBase::ContainsMichael Stahl3-8/+8
2017-05-03tdf#88555 sw: remove dynamic_cast from SwFrameFormats::ContainsMichael Stahl3-9/+10
2017-04-27tdf#88555: band-aid fix, using GetPos/find instead of ContainsThorsten Behrens2-12/+12
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-21remove some old MSVC workaroundsNoel Grandin1-8/+0
2017-04-13convert TableChgWidthHeightType to o3tl::typed_flagsNoel Grandin1-14/+15