summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
AgeCommit message (Expand)Author
2013-02-23Fix typo "teh" -> "the"Julien Nabet
2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida
2013-02-12Made similar change to SetData() of ScEditCell.Kohei Yoshida
2013-02-12Go through all ScEditCell instantiations and fix memory leaks.Kohei Yoshida
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-19database names are case insensitive, fdo#51309Mathieu D
2012-11-01Explicitly call these methods to init / update note positions.Kohei Yoshida
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-09-28convert GetRepeatComment to OUStringCaolán McNamara
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-08-25removed commented out code in sc/source/ui/undoPhilipp Riemer
2012-08-25remove ascii-art and blank lines in sc/source/ui/undoPhilipp Riemer
2012-08-25fdo#39468: Translated German comments in sc/source/ui/undoPhilipp Riemer
2012-08-24Translation of comments from german in sc/source/ui/undoAlbert Thuswaldner
2012-08-18remove some useless commentsThomas Arnhold
2012-07-23-Werror=unused-parameterStephan Bergmann
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin
2012-06-09remove dead codeThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara
2012-04-11move ScProgress outside of ScTable::FillMarkus Mohrhard
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard
2012-02-23avoid temporary rtl::OUStringTakeshi Abe
2012-02-10changes to "convert detdata.cxx in SC module to boost:ptr_vector"Eike Rathke
2012-02-10convert detdata.cxx in SC module to boost:ptr_vectorNoel Grandin
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida
2012-01-31Remove unsed codeElton Chung
2011-12-03ptr_map does not need a pointer as template argumentMarkus Mohrhard
2011-11-28dr78: #i26822# remove draw shell if selected object is removed by undoEike Rathke
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida
2011-11-23ManageNames: add undo to Define Names dialogMarkus Mohrhard
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard
2011-10-26add local range names to undoMarkus Mohrhard
2011-09-29add modelinesCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-12Properly mark multiple ranges during undo and redo.Kohei Yoshida
2011-09-12Now I can pass range list to PostPaint() when appropriate.Kohei Yoshida
2011-09-12ScUndoPaste to handle multiple ranges.Kohei Yoshida