summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
AgeCommit message (Expand)AuthorFilesLines
2017-06-26loplugin:oncevar in scNoel Grandin3-7/+3
2017-06-062nd arg of ApplySelectionFrame is always not nullCaolán McNamara2-2/+2
2017-06-06coverity#1412032 ApplyPatternLines always passed non-null 2nd argCaolán McNamara1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+2
2017-05-19loplugin:stringcopy: scStephan Bergmann2-3/+3
2017-05-17sc lok: Don't crash on comment undo.Jan Holesovsky1-1/+1
2017-05-16lok: sc: invalidate col/row header on undo row/col operationsMarco Cecchetti2-1/+23
2017-05-16Revert "lok: sc: invalidate col/row header on undo row/col operations"Stephan Bergmann2-23/+1
2017-05-16lok: sc: invalidate col/row header on undo row/col operationsMarco Cecchetti2-1/+23
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+2
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-2/+2
2017-05-10partial revert of "loplugin:checkunusedparams in sc(part4)"Noel Grandin1-2/+2
2017-05-10loplugin:checkunusedparams in sc(part1)Noel Grandin1-2/+2
2017-04-13sc lok: Add/Remove comment uno undo/redoPranav Kant1-0/+2
2017-04-13tdf#92650: handle overwritten references correctly in undo.Kohei Yoshida1-1/+1
2017-04-11rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwnerEike Rathke1-4/+4
2017-04-10flag ScCaptionPtr::setInUndo() in ScUndoReplaceNoteEike Rathke1-1/+12
2017-04-08support undo of whole conditional format list, tdf#95617Markus Mohrhard1-0/+60
2017-04-05tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin2-3/+3
2017-03-16drop GetId() from SfxUndoActionNoel Grandin3-21/+0
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-1/+1
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-5/+3
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-1/+1
2017-02-24a first stab against the note caption ownership messEike Rathke1-6/+6
2017-02-22use std::unique_ptrCaolán McNamara4-441/+334
2017-02-18Resolves: tdf#105667 forget target area's caption pointer in Merge UndoEike Rathke1-1/+7
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2017-02-13tdf#76183: refresh objects' positions on optimal height recalcMike Kaganski3-2/+17
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin6-32/+7
2017-01-18tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke1-1/+1
2017-01-09New loplugin:externvar: scStephan Bergmann1-2/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin9-43/+43
2016-10-26init ScUndoRemoveMerge with range, tdf#92117 follow-upEike Rathke1-2/+2
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke1-41/+64
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