summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
AgeCommit message (Expand)AuthorFilesLines
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-30Use enum for table op mode.Kohei Yoshida1-5/+3
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard3-8/+9
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
2013-10-19fix CID#1103762Caolán McNamara1-2/+2
2013-10-19CID#1103762 uninit memberCaolán McNamara1-1/+2
2013-10-15Resolves: fdo#47958 shrink cut/paste more and rework a bitCaolán McNamara2-30/+23
2013-10-15fdo#47958: gross cut/paste signal emission nonsenseJulien Nabet2-22/+14
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida1-1/+1
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-3/+5
2013-10-08convert sc/source/ui/undo/*.cxx from String to OUStringNoel Grandin5-13/+13
2013-10-04convert sc/.../undoblk.hxx from String to OUStringNoel Grandin2-11/+11
2013-10-04convert sc/.../undocell.hxx from String to OUStringNoel Grandin1-3/+3
2013-10-04convert sc/.../undodat.hxx from String to OUStringNoel Grandin1-2/+2
2013-10-04convert sc/.../undostyl.hxx from String to OUStringNoel Grandin1-6/+6
2013-10-04convert sc/.../undotab.hxx from String to OUStringNoel Grandin1-10/+10
2013-09-09callcatcher: update unused codeCaolán McNamara1-6/+0
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin2-6/+6
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks1-3/+0
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud10-130/+130
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida1-1/+1
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida1-0/+1
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-1/+0
2013-06-24Resolves: #i120020# corrected paragraph merge...Armin Le Grand2-18/+6
2013-05-16fix for fdo#53031Manal Alhassoun1-0/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+5
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2-5/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák11-110/+109
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida2-2/+2
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida1-4/+3
2013-03-27More ScBaseCell reduction...Kohei Yoshida1-8/+6
2013-03-26Get the whole change tracking code entirely ScBaseCell-free!Kohei Yoshida2-65/+55
2013-03-22Get change tracking to work again with these new ScDocFunc methods.Kohei Yoshida1-2/+38
2013-03-22Remove a variant of PutCell().Kohei Yoshida1-1/+3
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida1-2/+1
2013-03-22Don't forget to check for NULL pointer here, else it would crash.Kohei Yoshida1-1/+2
2013-03-22Move ScCellValue into its own header/source files.Kohei Yoshida1-103/+3
2013-03-22Add assign() and commit() methods to make it easier to use this class.Kohei Yoshida1-0/+58
2013-03-22ScUndoSetCell::Value to ScUndoCellValue in global scope.Kohei Yoshida1-45/+45
2013-03-22Modernize ScUndoEnterData a bit.Kohei Yoshida1-63/+66
2013-03-22Reduce the number of parameters.Kohei Yoshida1-21/+18
2013-03-22Don't forget to re-paint after undo / redo.Kohei Yoshida1-0/+2
2013-03-22ScUndoPutCell is no longer used.Kohei Yoshida1-83/+0
2013-03-22I think I need to add these just like all the other undo classes do.Kohei Yoshida1-0/+4
2013-03-22Forgot to add break here...Kohei Yoshida1-0/+3
2013-03-22Do the same for formula cells.Kohei Yoshida1-3/+3
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida1-4/+4
2013-03-22Implement the undo of arbitrary cells. Not used yet.Kohei Yoshida1-0/+34
2013-03-22First cut on implementing SetValueCell in ScDocFunc. Not tested yet.Kohei Yoshida1-0/+71