summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/undo
Commit message (Expand)AuthorAgeFilesLines
* convert SvxCellVerJustify to scoped enumNoel Grandin2017-09-151-1/+1
* clang-tidy modernize-use-emplace in scNoel Grandin2017-09-121-1/+1
* tdf#107952: Move cursor to changed cell after undo/redo in ScUndoSetCellDennis Francis2017-09-071-0/+12
* loplugin:constparam in sc part6Noel Grandin2017-08-257-11/+11
* loplugin:constantparamNoel Grandin2017-08-081-15/+1
* Related: tdf#109856 redo 'insert multiple tabs after' inserts too many tabsCaolán McNamara2017-08-011-1/+0
* loplugin:unusedmethodsNoel Grandin2017-07-261-42/+0
* loplugin:unusedfields in scNoel Grandin2017-07-251-8/+1
* migrate to boost::gettextCaolán McNamara2017-07-215-25/+26
* extend loplugin useuniqueptr to POD typesNoel Grandin2017-07-142-11/+6
* use more OUString::operator== in scNoel Grandin2017-07-141-4/+4
* loplugin:useuniqueptr in scNoel Grandin2017-07-131-6/+1
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-103-5/+5
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-1/+1
* loplugin:casttovoid: scStephan Bergmann2017-07-021-1/+0
* loplugin:oncevar in scNoel Grandin2017-06-263-7/+3
* 2nd arg of ApplySelectionFrame is always not nullCaolán McNamara2017-06-062-2/+2
* coverity#1412032 ApplyPatternLines always passed non-null 2nd argCaolán McNamara2017-06-061-1/+1
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-051-2/+2
* loplugin:stringcopy: scStephan Bergmann2017-05-192-3/+3
* sc lok: Don't crash on comment undo.Jan Holesovsky2017-05-171-1/+1
* lok: sc: invalidate col/row header on undo row/col operationsMarco Cecchetti2017-05-162-1/+23
* Revert "lok: sc: invalidate col/row header on undo row/col operations"Stephan Bergmann2017-05-162-23/+1
* lok: sc: invalidate col/row header on undo row/col operationsMarco Cecchetti2017-05-162-1/+23
* remove unused uno::Reference varsNoel Grandin2017-05-121-3/+2
* remove some unnecessary temporary OUStringsNoel Grandin2017-05-111-2/+2
* partial revert of "loplugin:checkunusedparams in sc(part4)"Noel Grandin2017-05-101-2/+2
* loplugin:checkunusedparams in sc(part1)Noel Grandin2017-05-101-2/+2
* sc lok: Add/Remove comment uno undo/redoPranav Kant2017-04-131-0/+2
* tdf#92650: handle overwritten references correctly in undo.Kohei Yoshida2017-04-131-1/+1
* rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwnerEike Rathke2017-04-111-4/+4
* flag ScCaptionPtr::setInUndo() in ScUndoReplaceNoteEike Rathke2017-04-101-1/+12
* support undo of whole conditional format list, tdf#95617Markus Mohrhard2017-04-081-0/+60
* tdf#39468 Translate German commentsJens Carl2017-04-051-1/+1
* convert ViewShellId to o3tl::strong_intNoel Grandin2017-03-242-3/+3
* drop GetId() from SfxUndoActionNoel Grandin2017-03-163-21/+0
* convert SvxCellHorJustify to scoped enumNoel Grandin2017-03-091-1/+1
* loplugin:loopvartoosmallStephan Bergmann2017-03-071-5/+3
* typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2017-03-011-1/+1
* a first stab against the note caption ownership messEike Rathke2017-02-241-6/+6
* use std::unique_ptrCaolán McNamara2017-02-224-441/+334
* Resolves: tdf#105667 forget target area's caption pointer in Merge UndoEike Rathke2017-02-181-1/+7
* split sc.hrc into definitely resources and maybe slotsCaolán McNamara2017-02-161-1/+1
* tdf#76183: refresh objects' positions on optimal height recalcMike Kaganski2017-02-133-2/+17
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-1/+1
* new loplugin: useuniqueptr: sc part 2Noel Grandin2017-01-196-32/+7
* tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke2017-01-181-1/+1
* New loplugin:externvar: scStephan Bergmann2017-01-091-2/+0
* convert SFX_HINT to scoped enumNoel Grandin2016-12-089-43/+43
* init ScUndoRemoveMerge with range, tdf#92117 follow-upEike Rathke2016-10-261-2/+2