summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docdesc.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-01sw/source/core/doc: Stop abusing observer pattern for code obfuscation.Bjoern Michaelsen1-3/+2
2020-10-13static_cast after dynamic_castNoel1-2/+2
2020-08-04tdf#135144 sw: copy bookmarks in SwDoc::CopyMasterHeader()Michael Stahl1-2/+6
2020-08-01loplugin:flatten in sw/core/docNoel Grandin1-24/+24
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara1-1/+0
2020-05-04for these we know what the SearchFamily and GetSearchMask are alreadyCaolán McNamara1-1/+1
2020-05-03Related: tdf#130108 expand single arg SfxStyleSheetBasePool::Find usesCaolán McNamara1-1/+1
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-1/+1
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-7/+0
2019-10-11SwDoc::ChgPageDesc: OSL_ENSURE -> assertMichael Weghorn1-1/+1
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl1-2/+2
2019-05-13tdf#42949 Fix IWYU warnings in sw/source/core/inc/[g-S]*hxxGabor Kelemen1-0/+1
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-4/+3
2019-01-09use unique_ptr in SwContentNode::CreateOLENodesArrayNoel Grandin1-4/+3
2019-01-09use unique_ptr in pGlobalOLEExcludeListNoel Grandin1-3/+3
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-11-15sw_redlinehide_3: add second footnote numberMichael Stahl1-1/+1
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin1-5/+5
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-05sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-03-21sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-05TypedWhichId in sw(1)Noel Grandin1-5/+3
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-2/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-4/+4
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-08-03loplugin:constparams in sw part1Noel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-2/+2
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-1/+1
2017-03-14remove noise UUUU tags in commentsNoel Grandin1-2/+2
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin1-2/+2
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-1/+1
2017-01-09New loplugin:externvar: swStephan Bergmann1-6/+1
2016-12-16these are SwTwips, currently INVALID_TWIPS == LONG_MAX, so use INVALID_TWIPSCaolán McNamara1-4/+4
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-3/+3
2016-10-12convert PD_ constants to typed_flagsNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-08-29loplugin:redundantcastStephan Bergmann1-2/+1
2016-08-29Convert SwPageDescs to boost::multi_indexJan-Marek Glogowski1-34/+29
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-3/+3
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-2/+2
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-0/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-9/+9
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero1-8/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8