summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
AgeCommit message (Expand)AuthorFilesLines
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-14/+0
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara10-87/+85
2012-04-11move ScProgress outside of ScTable::FillMarkus Mohrhard1-4/+14
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-2/+1
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard1-4/+4
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard2-7/+7
2012-02-23avoid temporary rtl::OUStringTakeshi Abe1-1/+1
2012-02-10changes to "convert detdata.cxx in SC module to boost:ptr_vector"Eike Rathke1-4/+4
2012-02-10convert detdata.cxx in SC module to boost:ptr_vectorNoel Grandin1-2/+2
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-1/+1
2012-01-31Remove unsed codeElton Chung1-5/+0
2011-12-03ptr_map does not need a pointer as template argumentMarkus Mohrhard1-1/+1
2011-11-28dr78: #i26822# remove draw shell if selected object is removed by undoEike Rathke1-56/+11
2011-11-27remove pch from the include listNorbert Thiebaud1-2/+0
2011-11-27remove include of pch header from scNorbert Thiebaud15-30/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida3-7/+10
2011-11-23ManageNames: add undo to Define Names dialogMarkus Mohrhard1-1/+60
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard1-25/+13
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-3/+3
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard1-4/+4
2011-10-26add local range names to undoMarkus Mohrhard1-4/+15
2011-09-29add modelinesCaolán McNamara1-0/+2
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara2-0/+12
2011-09-12Properly mark multiple ranges during undo and redo.Kohei Yoshida1-3/+11
2011-09-12Now I can pass range list to PostPaint() when appropriate.Kohei Yoshida1-1/+1
2011-09-12ScUndoPaste to handle multiple ranges.Kohei Yoshida1-78/+95
2011-09-12ScPateUndo cleaned up.Kohei Yoshida2-7/+5
2011-09-12ScMultiBlockUndo in place.Kohei Yoshida1-0/+101
2011-09-06merge area does not need to be increased if a shadow is attachedMarkus Mohrhard1-1/+1
2011-08-26String to rtl::OUString.Kohei Yoshida2-9/+9
2011-07-05change remaining manual loops to ScMarkData::iteratorMarkus Mohrhard3-49/+49
2011-06-17Related: rhbz#711087 band-aidCaolán McNamara1-0/+3
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-26/+18
2011-06-06move ScProgress out of ScDocument::MoveTabMarkus Mohrhard1-4/+13
2011-06-03improve performance of ScUndoInsertTables::UndoMarkus Mohrhard1-7/+1
2011-06-02Removed dependency of ScCollection and ScDataObject.Kohei Yoshida1-34/+32
2011-06-02String and bool cleanup.Kohei Yoshida1-10/+11
2011-05-27some performance improvements for inserting sheetsMarkus Mohrhard1-3/+2
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak8-21/+20
2011-05-27rework some other methods for performance improvementsMarkus Mohrhard1-15/+5
2011-05-25Paste link from another calc doc as external reference instead of DDE.Kohei Yoshida1-1/+2
2011-05-13Renamed dbcolect.?xx to dbdata.?xx.Kohei Yoshida5-5/+5
2011-05-13Fixed the fallout of the changes in ScDBCollection.Kohei Yoshida1-19/+8
2011-05-10More cleanups of ScDBData.Kohei Yoshida1-5/+4
2011-05-03fdo#36051: Eliminated the hang due to removal of autofill undo object.Kohei Yoshida1-48/+2
2011-04-01Support sheet-local anonymous database ranges.Markus Mohrhard3-21/+27
2011-03-29switch sc to gbuildNorbert Thiebaud1-82/+0
2011-03-24Fix a build breakage on FC11.Kohei Yoshida1-0/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky14-743/+744