summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
AgeCommit message (Expand)AuthorFilesLines
2018-09-20sw: fix 0-length delete redlines in SwUndoSaveSection::SaveSectionMichael Stahl1-7/+11
2018-09-20sw: fix usage of wrong string in SwUndoOverwrite::RedoImpl()Michael Stahl1-1/+1
2018-06-14coverity#1436014 silence Dereference null return valueCaolán McNamara1-0/+1
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2018-04-20loplugin:unusedenumconstantsNoel Grandin1-1/+0
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-3/+0
2018-03-26use boost::optional in swNoel Grandin4-68/+65
2018-03-13Translate German variable namesJohnny_M1-25/+25
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-2/+2
2018-02-15sw: replace DELETEZ with unique_ptr in SwUndoSplitNodeMichael Stahl1-10/+14
2018-02-14sw: replace DELETEZ with unique_ptr in SwUndoInsertMichael Stahl1-11/+13
2018-02-14sw: replace DELETEZ with unique_ptr in SwUndoSaveSectionMichael Stahl1-11/+11
2018-02-02loplugin:singlevalfieldsNoel Grandin1-10/+3
2018-02-01sw: convert DELETEZ to std::unique_ptr in SwUndoTableNumFormatMichael Stahl1-6/+7
2018-01-26sw: remove misleading comment from SwUndoSaveContent::DelContentIndex()Michael Stahl1-2/+1
2018-01-26tdf#94225 - Writer crashes on Undo N timesFyodor Yemelyanenko1-17/+56
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen2-6/+1
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-15More loplugin:cstylecast: swStephan Bergmann3-9/+9
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann4-5/+5
2018-01-05sw: clean up some no longer building leftover debug codeMiklos Vajna1-4/+0
2018-01-04sw: move some globals in fetab.cxx into SwFEShellMichael Stahl1-11/+13
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin2-6/+5
2017-12-21sw: remove DebugHeaderFooterContent() in SwUndoPageDescMiklos Vajna1-114/+0
2017-12-13TypedWhichId in sw (TXTATTR)Noel Grandin2-2/+4
2017-12-12TypeWhichId in swNoel Grandin1-2/+1
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro1-0/+8
2017-12-03clang-tidy modernize-use-equals-default in swJochen Nitschke1-5/+0
2017-12-02Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke1-2/+2
2017-12-02silence some coverity warningsCaolán McNamara2-3/+3
2017-11-27loplugin:countusersofdefaultparams in sw (2)Noel Grandin1-1/+1
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