summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
AgeCommit message (Expand)AuthorFilesLines
2018-03-20sw: remove DebugHeaderFooterContent() in SwUndoPageDescMiklos Vajna1-114/+0
2018-03-19lokit: add .uno:DocumentRepair commandHenry Castro1-0/+8
2018-01-26tdf#94225 - Writer crashes on Undo N timesFyodor Yemelyanenko1-17/+56
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann3-5/+5
2017-11-21loplugin:flatten in swNoel Grandin1-54/+56
2017-11-18silence some coverity warningsCaolán McNamara1-1/+1
2017-11-07loplugin:constparams in swNoel Grandin1-2/+2
2017-11-03tdf#108124 fix: crash during redo, when document contains imagesFyodor Yemelyanenko1-2/+10
2017-10-30sw: prefix members of SwUndoMoveMiklos Vajna1-66/+66
2017-10-27loplugin:constantparam in swNoel Grandin1-7/+2
2017-10-27use std::unique_ptr in SwUndoTransliterateNoel Grandin1-4/+2
2017-10-24sw: prefix members of SwUndoTableNumFormatMiklos Vajna1-60/+60
2017-10-23loplugin:includeform: swStephan Bergmann5-26/+26
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-5/+5
2017-09-27tdf#112679 sw: fix copying of fieldmarksMichael Stahl1-1/+2
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin3-5/+4
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin2-3/+3
2017-08-25tdf#109267 sw: fix confusing return value of AppendRedline()Michael Stahl1-3/+3
2017-08-10loplugin:unusedenumconstantsNoel Grandin1-20/+0
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