summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unsort.cxx
AgeCommit message (Expand)Author
2019-08-20loplugin:constvars in swNoel Grandin
2019-08-05sw: prefix members of SwUndRngMiklos Vajna
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2019-01-11no need to allocate on heap in SwUndoSortListNoel Grandin
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov
2018-09-19sw: disambiguate SwNode2LayoutMichael Stahl
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-08-19Translate German variable namesJohnny_M
2018-07-16loplugin:useuniqueptr in SwUndoSortNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-06-28sal_uInt16 to size_tMatteo Casalin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante
2014-03-09coverity#708474 Uninitialized scalar fieldCaolán McNamara
2013-10-18convert sw/source/core/undo/*.cxx from String to OUStringNoel Grandin
2013-10-15convert sw/source/core/inc/Undo*.hxx from String to OUStringNoel Grandin
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-06sal_Bool to boolTakeshi Abe
2012-05-30Translate German comments and delete unnecessary blank linesPhilipp Riemer
2012-05-25Convert SV_DECL_PTRARR(SwMovedBoxes) to std::vectorNoel Grandin
2012-05-09fix std::vector::vector(size_t) in previous commitMichael Stahl
2012-05-09Convert SV_DECL_PTRARR_DEL(SwSortList) to boost::ptr_vectorNoel Grandin
2012-05-09Convert SV_DECL_PTRARR(SwUndoSortList) to std::vectorNoel Grandin
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-05-17WaE (picky) - noeolChristian Lohmaier
2011-04-22left arrow comments removed // <--Júlio Hoffimann
2011-04-18all bogus comments removed keeping the indentationJúlio Hoffimann
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks
2011-02-07removetooltypes01: #i112600# adjust rebase in swMikhail Voytenko
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner
2011-01-17removetooltypes01: #i112600# Remove tools types from swCarsten Driesner
2010-12-15undoapi: UndoCore.hxx: split out UndoSort.hxxMichael Stahl
2010-12-15undoapi: UndoCore.hxx: split out UndoTable.hxxMichael Stahl
2010-12-15undoapi: move most of inc/undobj.hxx to source/core/inc/UndoCore.hxxMichael Stahl
2010-12-15undoapi: #i115383#: derive sw::UndoManager from SfxUndoManager:Michael Stahl
2010-12-15undoapi: #i115383#: remove duplicative SwUndoSort::RemoveIdx()Michael Stahl
2010-12-15undoapi: #i115383#: remove SwUndoIter::pLastUndoObj:Michael Stahl
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth