summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/ndcopy.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-07-05tdf#131771 sw: fix missing table style after copying and pasting the tableBalazs Santha1-0/+1
2020-12-18tdf#138897 sw: avoid creating SwUndoResetAttr in CopyImplImpl()Michael Stahl1-2/+16
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara1-21/+21
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-3/+3
2020-06-10loplugin:buriedassign in swNoel Grandin1-2/+4
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-2/+2
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+7
2019-10-30remove some unnecessary includesCaolán McNamara1-1/+0
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-14move fmtfieldCaolán McNamara1-1/+1
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov1-7/+6
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