summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
AgeCommit message (Expand)AuthorFilesLines
2016-10-10tdf#99386, broadcast that cell content changed after merge cells undo/redoMarkus Mohrhard1-0/+2
2016-08-05sc: implement SfxUndoAction::GetViewShellId() interface ...Miklos Vajna2-3/+27
2016-07-20Convert SC_MF to scoped enumNoel Grandin3-5/+5
2016-07-20loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-1/+1
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist3-9/+0
2016-01-07Resolves: tdf#94208 broadcast fill undo (for deleted cells)Eike Rathke1-0/+6
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin1-6/+3
2015-11-115th step to remove tools/rtti.hxxOliver Specht10-84/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann14-58/+58
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-11/+9
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin2-4/+4
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin6-136/+137
2015-10-19loplugin:defaultparamsStephan Bergmann5-11/+11
2015-10-13remove some useless commentsNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan 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 Specht8-94/+94
2015-10-05tdf#39468 translated german comments in undoblk*.cxxAlbert Thuswaldner2-4/+4
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-21convert SC_LINK constants to scoped enumNoel Grandin1-4/+4
2015-09-18Fix typosAndrea Gelmini1-1/+1
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