summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
AgeCommit message (Expand)AuthorFilesLines
2016-06-07tdf#98226: fix undo of table AutoFormatMichael Stahl1-3/+10
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin5-23/+20
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann3-6/+6
2016-05-01loplugin:simplifybool in swJochen Nitschke1-1/+1
2016-04-30sw: SwHistoryResetAttrSet now unused, remove itMichael Stahl2-100/+0
2016-04-30tdf#98512: sw: remove duplicate undo history addMichael Stahl1-10/+23
2016-04-27tdf#98512 Fix the Undo action of insert an input field.HaidongWu1-1/+3
2016-04-22Avoid reserved identifiersStephan Bergmann6-119/+119
2016-04-18cppcheck: silence known condition warning in sw undobjJochen Nitschke1-1/+1
2016-04-12Avoid reserved identifierStephan Bergmann1-10/+10
2016-04-12Avoid reserved identifierStephan Bergmann1-1/+1
2016-03-22loplugin:constantparam in swNoel Grandin2-3/+2
2016-03-09loplugin:constantparam in svlNoel Grandin1-1/+1
2016-03-09loplugin:constantparam in swNoel Grandin1-1/+1
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin2-5/+3
2016-02-22loplugin:commaoperator in sw/Noel Grandin10-26/+80
2016-02-19new loplugin: find write-only fieldsNoel Grandin2-5/+1
2016-01-13tdf#96067: fix crash in undo of table row insertionOliver Specht1-1/+1
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai3-12/+8
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon9-79/+79
2015-11-14sw: prefix members of SwUndoDeleteMiklos Vajna1-142/+142
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann20-242/+242
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-30sw: prefix members of SwNodeMiklos Vajna1-3/+3
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna2-9/+9
2015-10-20loplugin:defaultparamsStephan Bergmann3-5/+5
2015-10-19loplugin:defaultparamsStephan Bergmann4-4/+4
2015-10-13Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara1-29/+33
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-10-12sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-14/+14
2015-10-12sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-10/+9
2015-10-12sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-8/+9
2015-10-12sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-12/+13
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht6-18/+18
2015-10-02tdf#94205 Use o3tl::make_unique instead of new + std::movebureken1-3/+2
2015-10-01Fix typosAndrea Gelmini1-1/+1
2015-10-01sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-0/+3
2015-10-01sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-18/+22
2015-10-01remove old standalone Sun bug numbersNoel Grandin7-19/+4
2015-09-17boost->stdCaolán McNamara2-2/+2
2015-09-16sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-6/+6
2015-09-10Related: tdf#93676 default to as-char inside captionsCaolán McNamara1-4/+12
2015-09-09convert Link<> to typedNoel Grandin1-2/+1
2015-09-09sw: use std::unique_ptr<> in undoMiklos Vajna1-2/+2
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-1/+1
2015-08-21tdf#92612 Right-clicking after applying "paint buckets" leads to multiple UndoAshod Nakashian1-0/+5
2015-08-20loplugin: defaultparamsNoel Grandin10-42/+42
2015-08-04WaE: -Werror=maybe-uninitializedCaolán McNamara1-2/+3
2015-08-03coverity#1314997 Dereference null return valueCaolán McNamara1-3/+1