summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
AgeCommit message (Expand)Author
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-13remove some useless commentsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09Apparently, pUndoDoc must be reset before calling DeleteSdrUndoActionStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-05tdf#39468 translated german comments in undoblk*.cxxAlbert Thuswaldner
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin
2015-09-18Fix typosAndrea Gelmini
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha
2015-09-10Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke
2015-09-02TableRef: introduce ScDBDataPortion enumEike Rathke
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-31Calc: Insert row/col before/after [2/2]Philippe Jung
2015-05-31Calc: Insert row/col before/after [1/2]Philippe Jung
2015-05-05loplugin:staticmethodsNoel Grandin
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