summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
AgeCommit message (Expand)Author
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22convert SVX_SEARCHIN_ flags to scoped enumNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: slideshow, starmath, sd, sc.Michael Meeks
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-07umm.. row is row and col is colEike Rathke
2014-12-07add ReorderParam.mbHasHeaders to include in Undo range markEike Rathke
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke
2014-11-25fdo#86708 paint after Undo of SortEike Rathke
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida
2014-11-15Remove brdcst.hxx from document.hxx.Kohei Yoshida
2014-11-04remove some unused code in scNoel Grandin
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-26fdo#85215: Don't adjust references wrt cell position when disabled.Kohei Yoshida
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-11Cleanup.Kohei Yoshida
2014-10-11fdo#80846: Broadcast changes before EndUndo().Kohei Yoshida
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-06How the hell did this survive 14 years? Kill it!Markus Mohrhard
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida
2014-07-29fdo#80846: Get the parameter order right.Kohei Yoshida
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida
2014-07-13This undo class is no longer used.Kohei Yoshida
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida
2014-05-13fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-04loplugin:saloverrideStephan Bergmann
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida
2014-05-02Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-24add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-16fdo#74687: Undo & redo of format-only changes don't need broadcasting.Kohei Yoshida
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann