summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undotab.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-28loplugin: cstylecastNoel Grandin1-8/+8
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-5/+5
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-15/+8
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-10/+10
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-134/+132
2014-05-02Avoid possible memory leaks in case of exceptionsTakeshi Abe1-8/+7
2014-04-23sc: sal_Bool->boolNoel Grandin1-20/+20
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-4/+4
2014-02-19sal_Bool->boolNoel Grandin1-1/+1
2014-02-19sal_Bool->boolNoel Grandin1-11/+11
2014-02-19sal_Bool->boolNoel Grandin1-2/+2
2014-01-28bool improvementsStephan Bergmann1-21/+21
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-10-19fix CID#1103762Caolán McNamara1-2/+2
2013-10-19CID#1103762 uninit memberCaolán McNamara1-1/+2
2013-10-08convert sc/source/ui/undo/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-10-04convert sc/.../undotab.hxx from String to OUStringNoel Grandin1-10/+10
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-24/+24
2013-05-16fix for fdo#53031Manal Alhassoun1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-30/+29
2013-03-09group undo action when hiding/showing sheetsLaurent Godard1-7/+22
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+16
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-5/+3
2012-08-25removed commented out code in sc/source/ui/undoPhilipp Riemer1-1/+1
2012-08-25remove ascii-art and blank lines in sc/source/ui/undoPhilipp Riemer1-23/+0
2012-08-25fdo#39468: Translated German comments in sc/source/ui/undoPhilipp Riemer1-9/+9
2012-08-24Translation of comments from german in sc/source/ui/undoAlbert Thuswaldner1-96/+26
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara1-17/+17
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-3/+4
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-3/+3
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+8
2011-08-26String to rtl::OUString.Kohei Yoshida1-8/+8
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-05-27some performance improvements for inserting sheetsMarkus Mohrhard1-3/+2
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-2/+2
2011-05-27rework some other methods for performance improvementsMarkus Mohrhard1-15/+5
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-153/+152
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2
2011-03-02Removed dead codeTakeshi Abe1-7/+0
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner1-3/+2
2011-01-28Replace SvShorts with std::vectorNigel Hawkins1-19/+18
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-155/+155
2010-12-14Replaced SvShorts with std::vector<SCTAB>.Kohei Yoshida1-39/+27
2010-12-13Properly support redo of renamed sheet copy.Kohei Yoshida1-3/+14