summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undoblk3.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-24Resolves: tdf#105667 forget target area's caption pointer in Merge UndoEike Rathke1-1/+7
2016-09-28tdf#99386, broadcast that cell content changed after merge cells undo/redoMarkus Mohrhard1-0/+2
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-12/+12
2016-09-26convert CR flags to typed_flags_setNoel Grandin1-3/+3
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-4/+4
2016-09-10loplugin:constantparam in scNoel Grandin1-5/+4
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara1-19/+19
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-1/+1
2016-03-24loplugin:constantparam in scNoel Grandin1-3/+3
2016-02-09Formatting changes across all modulesChris Sherlock1-2/+2
2016-01-07Resolves: tdf#94208 broadcast fill undo (for deleted cells)Eike Rathke1-0/+6
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-3/+0
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis1-3/+5
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-14/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin1-1/+1
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-42/+42
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-09Apparently, pUndoDoc must be reset before calling DeleteSdrUndoActionStephan Bergmann1-0/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-19/+19
2015-10-05tdf#39468 translated german comments in undoblk*.cxxAlbert Thuswaldner1-2/+2
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann1-4/+8
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin1-1/+1
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-08-14loplugin: defaultparamsNoel Grandin1-6/+6
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-3/+3
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks1-3/+3
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-3/+3
2014-10-28loplugin: cstylecastNoel Grandin1-14/+14
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-11Cleanup.Kohei Yoshida1-2/+0
2014-10-11fdo#80846: Broadcast changes before EndUndo().Kohei Yoshida1-13/+10
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-6/+6
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-4/+4
2014-06-24new compilerplugin returnbyrefNoel Grandin1-148/+148
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida1-1/+11
2014-04-16fdo#74687: Undo & redo of format-only changes don't need broadcasting.Kohei Yoshida1-3/+8
2014-02-19sal_Bool->boolNoel Grandin1-8/+8
2014-02-19sal_Bool->boolNoel Grandin1-19/+19
2014-02-11fdo#74014: Broadcast here....Kohei Yoshida1-0/+1
2014-02-01Add RowHeightContext to stuff all parameters for SetOptimalHeights().Kohei Yoshida1-3/+5