summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/undo/undodat.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:includeform: scStephan Bergmann2017-10-231-24/+24
* loplugin:constantparamNoel Grandin2017-08-081-15/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-5/+5
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-1/+1
* use std::unique_ptrCaolán McNamara2017-02-221-311/+234
* new loplugin: useuniqueptr: sc part 2Noel Grandin2017-01-191-3/+1
* convert SFX_HINT to scoped enumNoel Grandin2016-12-081-4/+4
* convert PAINT constants to typed_flagsNoel Grandin2016-09-261-25/+25
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-231-4/+4
* loplugin:constantparam in scNoel Grandin2016-09-101-2/+1
* coverity#1371453 try silence Wrapper object use after freeCaolán McNamara2016-08-211-53/+53
* Convert SC_MF to scoped enumNoel Grandin2016-05-251-2/+2
* loplugin:constantparam in scNoel Grandin2016-03-231-3/+2
* loplugin:commaoperator in sc/Noel Grandin2016-02-221-1/+4
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-16/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-9/+9
* convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin2015-10-261-54/+54
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* remove some useless commentsNoel Grandin2015-10-131-1/+1
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-061-15/+15
* TableRef: introduce ScDBDataPortion enumEike Rathke2015-09-021-1/+1
* loplugin: defaultparamsNoel Grandin2015-08-141-7/+7
* sc: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-151-1/+1
* remove boolean parameter default from ScDocument::SetDirtyEike Rathke2014-12-031-1/+1
* loplugin: cstylecastNoel Grandin2014-10-281-7/+7
* create type-safe bitfield for sc insert/delete flagsNoel Grandin2014-09-041-3/+3
* fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida2014-07-281-4/+4
* This undo class is no longer used.Kohei Yoshida2014-07-131-103/+0
* fdo#81309: Adjust references during sort.Kohei Yoshida2014-07-131-16/+2
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-271-4/+4
* remove whitespaceMarkus Mohrhard2014-06-251-2/+0
* new compilerplugin returnbyrefNoel Grandin2014-06-241-183/+183
* whitespace cleanup in scMarkus Mohrhard2014-04-061-2/+0
* coverity#704711 Dereference after null checkCaolán McNamara2014-03-021-1/+1
* coverity#704710 Dereference after null checkCaolán McNamara2014-03-021-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-1/+1
* sal_Bool->boolNoel Grandin2014-02-191-25/+25
* sal_Bool->bool, and remove unused parametersNoel Grandin2014-02-191-1/+1
* sal_Bool->boolNoel Grandin2014-02-181-8/+8
* bool improvementsStephan Bergmann2014-01-281-10/+10
* convert sc/.../undodat.hxx from String to OUStringNoel Grandin2013-10-041-2/+2
* module svl: all String and some bool and related clean-upNorbert Thiebaud2013-07-071-24/+24
* Switch to using multi_type_vector for cell storage.Kohei Yoshida2013-06-241-1/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-18/+18
* Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida2013-01-301-2/+2
* Let's remove this underused bAlive flag....Kohei Yoshida2013-01-111-1/+0
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* database names are case insensitive, fdo#51309Mathieu D2012-11-191-2/+2
* -Werror,-Wunused-private-field (various sc)Stephan Bergmann2012-09-111-2/+1
* removed commented out code in sc/source/ui/undoPhilipp Riemer2012-08-251-9/+0