summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/DocumentLinksAdministrationManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-30loplugin:reducevarscope in swNoel1-4/+2
2020-04-19loplugin:buriedassign in sw(3)Noel Grandin1-36/+51
2020-03-31convert enum to scoped in SvBaseLinkNoel Grandin1-1/+1
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-3/+0
2019-10-29return value from IDocumentLinksAdministration::SetData unusedNoel Grandin1-5/+3
2019-10-18loplugin:virtualdead unused param in IDocumentLinksAdministration::SetDataNoel Grandin1-2/+1
2019-05-31tdf#125372 writer, file with lots of hints very slow to open, part8Noel Grandin1-1/+1
2019-04-12Resolves: tdf#124698 bubble down parent for modal dialogCaolán McNamara1-5/+3
2019-01-17use unique_ptr in swNoel Grandin1-7/+7
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-8/+6
2018-11-15sw_redlinehide_3: adapt GotoOutline for SwCursrShellMichael Stahl1-1/+1
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-1/+1
2018-02-20sw: DELETEZ to unique_ptr in DocumentLinksAdministrationManagerMichael Stahl1-7/+7
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-2/+2
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-05-04loplugin:checkunusedparams in sfx2Noel Grandin1-1/+1
2017-03-16Clean up integers representing positions in SwOutlineNodes vectorsStephan Bergmann1-1/+1
2017-02-15remove unused PREVIEW from SfxObjectCreateMode enumNoel Grandin1-2/+0
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-2/+2
2016-09-15disable generation of ole previews in ODF format until after loadCaolán McNamara1-7/+14
2016-09-13detangle gadzillion checks into something readableCaolán McNamara1-36/+40
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-12/+12
2016-03-09loplugin:constantparam in swNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-10-27inline SvBaseLinkRef typedefNoel Grandin1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+1
2015-08-03coverity#1314995 Logically dead codeCaolán McNamara1-2/+0
2015-07-27tdf#90575 sw: fix pasting DDE linksMiklos Vajna1-2/+1
2015-06-23LinkUpdateMode is a global settingStephan Bergmann1-0/+10
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-44/+44
2015-04-23loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-3/+3
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-23loplugin:constantfunction: swNoel Grandin1-8/+6
2015-03-11convert MarkType to enum classNoel Grandin1-1/+1
2015-01-24sal_uInt16 to size_type/sal_Int32, and avoid unneeded downcastsMatteo Casalin1-1/+1
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen1-1/+0