summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undotab.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-15/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-3/+3
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-14/+14
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin1-4/+4
2015-09-18boost->stdCaolán McNamara1-4/+4
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-4/+4
2015-09-17boost->stdCaolán McNamara1-4/+4
2015-08-27Clean up aEmptyStephan Bergmann1-2/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
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