summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/ndcopy.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-03loplugin:constfields in swNoel Grandin1-2/+2
2018-09-19sw: add a real create-no-frames flag to MakeCopy/MakeTextNodeMichael Stahl1-2/+2
2018-06-29loplugin:useuniqueptr in SwTableNodeNoel Grandin1-2/+2
2018-05-15OSL_ENSURE->assertCaolán McNamara1-1/+1
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+1
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-2/+2
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-2/+2
2016-10-20simplify some use of typeidNoel Grandin1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-18/+18
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-95/+95
2015-05-12sw: Prefix _CopyTable member variables.Jan Holesovsky1-36/+41
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-7/+8
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-3/+2
2014-12-25sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-18loplugin: cstylecastNoel Grandin1-7/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-4/+4
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-2/+3
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1308/+9
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-13SwDoc::CopyFlyInFlyImpl: factor out textbox code into SwTextBoxHelperMiklos Vajna1-23/+5
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl1-2/+2
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann1-2/+2
2014-06-05SwDoc::CopyFlyInFlyImpl: handle textboxesMiklos Vajna1-1/+34
2014-05-23coverity#982479 Unchecked dynamic_castCaolán McNamara1-2/+3
2014-05-23coverity#982480 Unchecked dynamic_castCaolán McNamara1-2/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-15/+15
2014-03-19Resolves: #i124371# When changing the numbering or bullet styling...Oliver-Rainer Wittmann1-1/+1
2014-03-02sal_Bool to boolMatteo Casalin1-4/+4
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-8/+8
2014-02-11coverity#1158076 Unchecked dynamic_castCaolán McNamara1-4/+4
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-17bool improvementsStephan Bergmann1-1/+1
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-2/+2
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-19/+34
2013-11-24Prefer += and -=Matteo Casalin1-2/+2
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-6/+6
2013-10-18convert sw/source/core/docnode/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky1-1/+1
2013-10-02remove/add blank linesPhilipp Riemer1-1/+0
2013-09-29String to OUStringMatteo Casalin1-1/+1
2013-09-07remove/add blank lines for consistent code layout in sw/source/core/docnode/Philipp Riemer1-5/+0
2013-08-27Use slightly less verbose erase-then-move-on idiom.Thorsten Behrens1-2/+1
2013-08-26Fix iterator managementJulien Nabet1-2/+6