summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undocell.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-33/+33
2019-05-20tdf#99938 : Allow batch of formula-cells to be written...Dennis Francis1-0/+2
2019-03-21tdf#42949 Fix IWYU warnings in sc/source/ui/pagedlg...undoGabor Kelemen1-1/+0
2019-02-28reintroduce ScCaptionPtrLuboš Luňák1-45/+0
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen1-10/+1
2018-10-15loplugin:constfields in scNoel Grandin1-33/+33
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin1-3/+3
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin1-2/+3
2018-06-29loplugin:useuniqueptr in various ScUndo*Noel Grandin1-5/+5
2018-06-26Missing includeStephan Bergmann1-1/+1
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro1-0/+45
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-5/+5
2017-12-22can just use default dtorsCaolán McNamara1-2/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-2/+2
2017-09-07tdf#107952: Move cursor to changed cell after undo/redo in ScUndoSetCellDennis Francis1-0/+1
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-12/+12
2016-07-13loplugin:singlevalfields in sc(part1)Noel Grandin1-1/+0
2016-03-23loplugin:constantparam in scNoel Grandin1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-11/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-59/+59
2015-09-18boost->stdCaolán McNamara1-6/+5
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-5/+6
2015-09-17boost->stdCaolán McNamara1-6/+5
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-6/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-59/+59
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-11/+11
2014-03-03Remove visual noise from scAlexander Wilms1-3/+3
2014-02-27Simplify ScViewFunc::DoThesaurus() with ScCellValue.Kohei Yoshida1-10/+7
2014-02-19sal_Bool->boolNoel Grandin1-18/+18
2014-01-30Speed up filling of random number generation over entire column.Kohei Yoshida1-0/+31
2013-10-04convert sc/.../undocell.hxx from String to OUStringNoel Grandin1-5/+5
2013-09-09callcatcher: update unused codeCaolán McNamara1-1/+0
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-11/+11
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida1-7/+7
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida1-0/+2
2013-03-22Move ScCellValue into its own header/source files.Kohei Yoshida1-39/+6
2013-03-22Add assign() and commit() methods to make it easier to use this class.Kohei Yoshida1-1/+18
2013-03-22ScUndoSetCell::Value to ScUndoCellValue in global scope.Kohei Yoshida1-24/+24
2013-03-22Modernize ScUndoEnterData a bit.Kohei Yoshida1-13/+23
2013-03-22Reduce the number of parameters.Kohei Yoshida1-5/+2
2013-03-22ScUndoPutCell is no longer used.Kohei Yoshida1-26/+0
2013-03-22Do the same for formula cells.Kohei Yoshida1-2/+2
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida1-2/+2
2013-03-22Implement the undo of arbitrary cells. Not used yet.Kohei Yoshida1-0/+3