summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editundo.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-09cppcheck: useInitializationList in editeng ...Jochen Nitschke1-14/+15
2018-10-06drop some now unnecessary includesCaolán McNamara1-3/+0
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin1-1/+1
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-01-12More loplugin:cstylecast: editengStephan Bergmann1-1/+1
2018-01-09tdf#99524 - allow backward connect paragraph to undo.Mark Hung1-1/+3
2018-01-04tdf#114664 allow the splitted paragraph attributes to recover.Mark Hung1-1/+3
2017-10-23loplugin:includeform: editengStephan Bergmann1-2/+2
2017-08-10editviewoverlay: EditViewSelection reorganizedArmin Le Grand1-2/+2
2017-07-22loplugin:constparams in editeng,lingucomponentNoel Grandin1-2/+2
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-05-02loplugin:checkunusedparams in editengNoel Grandin1-3/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-30tdf#39468 Translate German commentsJens Carl1-3/+3
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-1/+1
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-1/+1
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin1-3/+1
2016-11-23convert ATTRSPECIAL to scoped enumNoel Grandin1-1/+1
2016-10-31tdf#103334 - EDITING: Undo on bullet point styleNoel Grandin1-1/+1
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin1-2/+2
2016-08-02editeng: implement SfxUndoAction::GetViewShellId() interface in EditUndoMiklos Vajna1-1/+10
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin1-2/+2
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-5/+5
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-13remove some useless commentsNoel Grandin1-1/+1
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-01-12no need for DeletedNodeInfo class to be type unsafeNoel Grandin1-1/+1
2014-12-10Resolves: fdo#87141 Remove deletes the node, release doesn'tCaolán McNamara1-1/+1
2014-10-01loplugin: cstylecastNoel Grandin1-5/+5
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-11coverity#1038495 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-15editeng: sal_Bool->boolNoel Grandin1-3/+3
2014-01-28bool improvementsStephan Bergmann1-4/+4
2014-01-21EDITENG : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-2/+0
2013-12-28Do not use Getters as SettersMatteo Casalin1-11/+9
2013-09-11convert editeng/source/editeng/editundo.hxx from String to OUStringNoel Grandin1-11/+11
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-14/+14
2013-05-28Related: #i120498# Enhanced Undo/Redo and user experience...Armin Le Grand1-3/+12
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-9/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-27-Wunused-macrosStephan Bergmann1-3/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1