summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/DocumentContentOperationsManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-06-15tdf#100275 sw: fix target node of bookmark copyMichael Stahl1-17/+28
2016-06-10Resolves: tdf#100275 makeMark may return null under some circumstancesCaolán McNamara1-3/+6
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-8/+7
2016-04-22Avoid reserved identifiersStephan Bergmann1-38/+38
2016-04-01loplugin:constantparam in swNoel Grandin1-1/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-21/+21
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-3/+10
2016-02-19sw: tdf#63022 fix drag-and-drop of text in same paragraphMichael Stahl1-5/+3
2016-02-17tdf#97526 - in copy/paste ignore unwanted page break on first paragraphJuergen Funk1-0/+15
2016-02-05Fix typosAndrea Gelmini1-2/+2
2016-01-24cppcheck: fix a duplicateExpressionJulien Nabet1-1/+1
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-0/+1
2015-12-21crashtesting: post NPAPI removal crash fixingCaolán McNamara1-3/+6
2015-12-09tdf#92623 Handle StartOfContent node for copying bookmarksJan-Marek Glogowski1-1/+9
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-14/+14
2015-11-11new loplugin: memoryvarNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-79/+79
2015-10-21sw: replace boost::ptr_vector with std::vectorMichael Stahl1-16/+11
2015-10-13cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-02sw: fix copying of bookmarks in CopyRangeMichael Stahl1-7/+36
2015-10-02Fix typosAndrea Gelmini1-2/+2
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna1-1/+1
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-0/+2
2015-09-11Revert "Fix single node CopyRange"Michael Stahl1-32/+25
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-2/+2
2015-08-28tdf#93353: fix copy fluy in flyBjoern Michaelsen1-7/+10
2015-08-20loplugin: defaultparamsNoel Grandin1-3/+3
2015-08-03coverity#1315002 Dereference null return valueCaolán McNamara1-1/+1
2015-07-08Fix typosAndrea Gelmini1-10/+10
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-24crashtesting: fix asserts on exporting fdo66304-1.odt to docCaolán McNamara1-0/+25
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-2/+2
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen1-1/+1
2015-05-26use new unocrsrsBjoern Michaelsen1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-565/+565
2015-05-14tdf#86639 SwEditShell: when setting para style, reset char attrs if neededMiklos Vajna1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-4/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-7/+6
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-25kill a typed Modify useBjoern Michaelsen1-6/+2
2015-03-11convert MarkType to enum classNoel Grandin1-3/+3
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-10/+10
2015-03-11convert SetAttrMode to enum classNoel Grandin1-5/+5
2015-02-22Simplify erase iterator management (DocumentContentOperationsManager.cxx)Julien Nabet1-1/+1
2015-02-18boost->stdCaolán McNamara1-3/+3
2015-02-16tdf#80715: fix infinite loop in find-and-replace if SwTxtNode fullMichael Stahl1-3/+6
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-4/+4