summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
AgeCommit message (Expand)AuthorFilesLines
2015-09-18boost->stdCaolán McNamara4-8/+8
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara4-8/+8
2015-09-17boost->stdCaolán McNamara4-8/+8
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha1-1/+1
2015-09-10Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke1-1/+8
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke1-1/+1
2015-08-27Clean up aEmptyStephan Bergmann1-2/+1
2015-08-14loplugin: defaultparamsNoel Grandin6-19/+19
2015-07-06improve the returnbyref lopluginNoel Grandin1-9/+9
2015-06-01loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-31Calc: Insert row/col before/after [2/2]Philippe Jung1-2/+6
2015-05-31Calc: Insert row/col before/after [1/2]Philippe Jung1-6/+6
2015-05-05loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-12/+12
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks4-5/+5
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks4-12/+12
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-3/+3
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-3/+3
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-07umm.. row is row and col is colEike Rathke1-4/+4
2014-12-07add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke1-1/+19
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke2-2/+2
2014-11-25fdo#86708 paint after Undo of SortEike Rathke1-0/+3
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-15/+23
2014-11-15Remove brdcst.hxx from document.hxx.Kohei Yoshida1-0/+1
2014-11-04remove some unused code in scNoel Grandin1-6/+0
2014-10-28loplugin: cstylecastNoel Grandin8-60/+60
2014-10-26fdo#85215: Don't adjust references wrt cell position when disabled.Kohei Yoshida1-2/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky3-7/+7
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky3-7/+7
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon3-7/+7
2014-10-11Cleanup.Kohei Yoshida1-2/+0
2014-10-11fdo#80846: Broadcast changes before EndUndo().Kohei Yoshida1-13/+10
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-5/+5
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca3-7/+7
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+51
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann2-24/+15
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-09-06How the hell did this survive 14 years? Kill it!Markus Mohrhard1-1/+1
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin3-14/+14
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida1-0/+2
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida1-11/+60
2014-07-29fdo#80846: Get the parameter order right.Kohei Yoshida1-1/+1
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida3-6/+6
2014-07-13This undo class is no longer used.Kohei Yoshida1-103/+0
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida3-16/+58
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 Thiebaud6-30/+30
2014-06-25remove whitespaceMarkus Mohrhard9-15/+0