summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/undo
Commit message (Expand)AuthorAgeFilesLines
* -Werror,-Wunused-private-field (various sc)Stephan Bergmann2012-09-113-13/+8
* removed commented out code in sc/source/ui/undoPhilipp Riemer2012-08-254-15/+1
* remove ascii-art and blank lines in sc/source/ui/undoPhilipp Riemer2012-08-2510-425/+2
* fdo#39468: Translated German comments in sc/source/ui/undoPhilipp Riemer2012-08-259-78/+73
* Translation of comments from german in sc/source/ui/undoAlbert Thuswaldner2012-08-2410-604/+257
* remove some useless commentsThomas Arnhold2012-08-181-4/+3
* -Werror=unused-parameterStephan Bergmann2012-07-231-1/+1
* re-base on ALv2 code.Michael Meeks2012-06-211-23/+14
* Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin2012-06-122-4/+4
* remove dead codeThomas Arnhold2012-06-091-5/+0
* Remove superfluous include commentsThomas Arnhold2012-06-093-11/+0
* Remove superfluous include commentsThomas Arnhold2012-06-0912-55/+0
* make color formats and conditional formats a sheet propertyMarkus Mohrhard2012-05-241-14/+0
* convert GetComment family to rtl::OUStringCaolán McNamara2012-05-1410-87/+85
* move ScProgress outside of ScTable::FillMarkus Mohrhard2012-04-111-4/+14
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks2012-04-021-2/+1
* there is no need any more for CloneWith[out]NoteMarkus Mohrhard2012-03-011-4/+4
* remove mpNote from ScBaseCellMarkus Mohrhard2012-02-292-7/+7
* avoid temporary rtl::OUStringTakeshi Abe2012-02-231-1/+1
* changes to "convert detdata.cxx in SC module to boost:ptr_vector"Eike Rathke2012-02-101-4/+4
* convert detdata.cxx in SC module to boost:ptr_vectorNoel Grandin2012-02-101-2/+2
* ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida2012-02-041-1/+1
* Remove unsed codeElton Chung2012-01-311-5/+0
* ptr_map does not need a pointer as template argumentMarkus Mohrhard2011-12-031-1/+1
* dr78: #i26822# remove draw shell if selected object is removed by undoEike Rathke2011-11-281-56/+11
* remove pch from the include listNorbert Thiebaud2011-11-271-2/+0
* remove include of pch header from scNorbert Thiebaud2011-11-2715-30/+0
* Reducing header dependency on markdata.hxx.Kohei Yoshida2011-11-233-7/+10
* ManageNames: add undo to Define Names dialogMarkus Mohrhard2011-11-231-1/+60
* ManageNames: make global undo work again with dialogMarkus Mohrhard2011-11-231-25/+13
* String->OUString in ScDocument and follow upMarkus Mohrhard2011-11-071-3/+3
* sal_Bool->bool in ScDocumentMarkus Mohrhard2011-11-071-4/+4
* add local range names to undoMarkus Mohrhard2011-10-261-4/+15
* add modelinesCaolán McNamara2011-09-291-0/+2
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-222-0/+12
* Properly mark multiple ranges during undo and redo.Kohei Yoshida2011-09-121-3/+11
* Now I can pass range list to PostPaint() when appropriate.Kohei Yoshida2011-09-121-1/+1
* ScUndoPaste to handle multiple ranges.Kohei Yoshida2011-09-121-78/+95
* ScPateUndo cleaned up.Kohei Yoshida2011-09-122-7/+5
* ScMultiBlockUndo in place.Kohei Yoshida2011-09-121-0/+101
* merge area does not need to be increased if a shadow is attachedMarkus Mohrhard2011-09-061-1/+1
* String to rtl::OUString.Kohei Yoshida2011-08-262-9/+9
* change remaining manual loops to ScMarkData::iteratorMarkus Mohrhard2011-07-053-49/+49
* Related: rhbz#711087 band-aidCaolán McNamara2011-06-171-0/+3
* Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard2011-06-071-26/+18
|\
| * move ScProgress out of ScDocument::MoveTabMarkus Mohrhard2011-06-061-4/+13
| * improve performance of ScUndoInsertTables::UndoMarkus Mohrhard2011-06-031-7/+1
| * some performance improvements for inserting sheetsMarkus Mohrhard2011-05-271-3/+2
| * rework some other methods for performance improvementsMarkus Mohrhard2011-05-271-15/+5