summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-24new compilerplugin returnbyrefNoel Grandin11-774/+772
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-13loplugin:staticcallStephan Bergmann2-2/+2
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida1-0/+1
2014-05-13fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida1-0/+15
2014-05-11fix-includes.pl: scThomas Arnhold2-2/+2
2014-05-04loplugin:saloverrideStephan Bergmann1-2/+2
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida2-2/+54
2014-05-02Avoid possible memory leaks in case of exceptionsTakeshi Abe2-12/+12
2014-04-24add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard1-0/+52
2014-04-23sc: sal_Bool->boolNoel Grandin3-26/+26
2014-04-16fdo#74687: Undo & redo of format-only changes don't need broadcasting.Kohei Yoshida1-3/+8
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-04-14typo: reverese -> reverseThomas Arnhold1-1/+1
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida2-6/+4
2014-04-06whitespace cleanup in scMarkus Mohrhard4-14/+0
2014-03-15We should broadcast on reference move only when undoing move, not copy.Kohei Yoshida1-7/+10
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-0/+10
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida2-8/+10
2014-03-06coverity#1190369 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-03-03Remove visual noise from scAlexander Wilms1-4/+4
2014-03-02coverity#704711 Dereference after null checkCaolán McNamara1-1/+1