summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
AgeCommit message (Expand)AuthorFilesLines
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-28tdf#99386, broadcast that cell content changed after merge cells undo/redoMarkus Mohrhard1-0/+2
2016-09-26convert PAINT constants to typed_flagsNoel Grandin11-92/+92
2016-09-26convert CR flags to typed_flags_setNoel Grandin1-3/+3
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin2-5/+5
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke6-37/+37
2016-09-15use std::unique_ptrCaolán McNamara1-19/+5
2016-09-10loplugin:constantparam in scNoel Grandin5-16/+13
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-1/+1
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara6-103/+103
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-1/+1
2016-08-04sc: implement SfxUndoAction::GetViewShellId() interface ...Miklos Vajna2-3/+27
2016-07-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-07-26Resolves: tdf#87474 handle renaming of named expressions/ranges in formulasEike Rathke1-1/+1
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke2-12/+12
2016-07-22sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke1-2/+2
2016-07-13loplugin:singlevalfields in sc(part1)Noel Grandin1-13/+1
2016-07-08Resolves: rhbz#1352881 turn off undo generation during undoCaolán McNamara1-2/+34
2016-05-30loplugin:unusedmethods SfxLinkUndoActionNoel Grandin2-16/+0
2016-05-25Convert SC_MF to scoped enumNoel Grandin3-5/+5
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+2
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin3-7/+7
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-13/+12
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-03-24loplugin:constantparam in scNoel Grandin3-6/+6
2016-03-23loplugin:constantparam in scNoel Grandin5-11/+10
2016-03-15loplugin:constantparamNoel Grandin1-1/+1
2016-03-10loplugin:constantparam in scNoel Grandin1-1/+1
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-2/+2
2016-02-22loplugin:commaoperator in sc/Noel Grandin1-1/+4
2016-02-09Formatting changes across all modulesChris Sherlock1-2/+2
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2016-01-07Resolves: tdf#94208 broadcast fill undo (for deleted cells)Eike Rathke1-0/+6
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-5/+3
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist3-9/+0
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis1-3/+5
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin1-6/+3
2015-11-115th step to remove tools/rtti.hxxOliver Specht10-84/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann14-58/+58
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-11/+9
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin2-4/+4
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin6-136/+137
2015-10-19loplugin:defaultparamsStephan Bergmann5-11/+11
2015-10-13remove some useless commentsNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-09Apparently, pUndoDoc must be reset before calling DeleteSdrUndoActionStephan Bergmann1-0/+1