summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undorangename.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-11/+9
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-9/+7
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-3/+3
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-7/+7
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-4/+2
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks1-3/+0
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-4/+4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+7
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara1-2/+2
2011-12-03ptr_map does not need a pointer as template argumentMarkus Mohrhard1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23ManageNames: add undo to Define Names dialogMarkus Mohrhard1-1/+60
2011-11-23ManageNames: make global undo work again with dialogMarkus Mohrhard1-25/+13
2011-09-29add modelinesCaolán McNamara1-0/+2
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+4
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-2/+2
2011-03-15Common part into an own method.Kohei Yoshida1-31/+20
2011-03-15Implemented redo.Kohei Yoshida1-0/+15
2011-03-15Fixed undo, caused by a silly copy-n-paste.Kohei Yoshida1-1/+1
2011-03-15Hopefully implemented the undo part, plus lazy-init the global range name.Kohei Yoshida1-4/+18
2011-03-15Implement undo and redo for real.Kohei Yoshida1-0/+9
2011-03-15Added skeleton for undo of all range names, global and local.Kohei Yoshida1-0/+90