summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
AgeCommit message (Expand)Author
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin
2018-08-31tdf#118845: make HiddenPara have higher priority deciding visibilityMike Kaganski
2018-06-27loplugin:useuniqueptr in SwDocNoel Grandin
2018-06-07provide overrides of GetNext/GetPrev in SwPaM subclassesNoel Grandin
2018-05-20tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski
2018-04-26convert tabopts to scoped enumNoel Grandin
2018-04-17Fix typosAndrea Gelmini
2018-04-12sw: fix some IWYU warningsMiklos Vajna
2018-03-21sw: fix some IWYU warningsMiklos Vajna
2018-02-21Fix some IWYU warningsMiklos Vajna
2018-02-14sw: convert DELETEZ to unique_ptr in SwDocMichael Stahl
2018-02-12Translate German variable namesJohnny_M
2018-02-08Fix some IWYU warningsMiklos Vajna
2018-02-05TypedWhichId in sw(1)Noel Grandin
2018-01-30loplugin:unused-returns in swNoel Grandin
2018-01-26coverity#1401307 Uncaught exceptionCaolán McNamara
2018-01-25sw: convert SwDoc::mpDBManager to unique_ptrMichael Stahl
2018-01-24Fix some IWYU warningsMiklos Vajna
2018-01-19out of date 'define private public' commentCaolán McNamara
2018-01-13sw: lazy load table autoformats for style purposesMiklos Vajna
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin
2017-11-27loplugin:countusersofdefaultparams in sw (3)Noel Grandin
2017-11-09loplugin:unnecessaryvirtualNoel Grandin
2017-10-27loplugin:constantparam in swNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-06Don't schedule the Idle job for busy documentsJan-Marek Glogowski
2017-10-05tdf#112292 - fix memory leak and use more auto ref counting in swNoel Grandin
2017-10-04loplugin:mergeclasses merge IInterface with SwDocNoel Grandin
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-08-03loplugin:constparams in sw part2Noel Grandin
2017-08-03loplugin:constparams in sw part1Noel Grandin
2017-08-02loplugin:checkunusedparams in swNoel Grandin
2017-07-31loplugin:unusedfields in swNoel Grandin
2017-07-25convert UNO event ids to scoped enumNoel Grandin
2017-07-06sw: comment cosmeticsMichael Stahl
2017-07-03loplugin:unusedfields in swNoel Grandin
2017-06-07tdf#74177 writer: ignoring comment allows number recognitionJustin Luth
2017-05-08loplugin:checkunusedparams in sw(part2)Noel Grandin
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin
2017-05-02Revert "SwTOXTypes can just be a std::vector typedef"Noel Grandin
2017-05-02Revert "SwFieldTypes can just be a std::vector typedef"Caolán McNamara
2017-05-02SwFieldTypes can just be a std::vector typedefNoel Grandin
2017-05-01SwTOXTypes can just be a std::vector typedefNoel Grandin
2017-04-13convert TableMergeErr to scoped enumNoel Grandin
2017-04-13convert TableChgWidthHeightType to o3tl::typed_flagsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-22fix typo: bee --> be or beendennisroczek
2017-03-19Fix typos + some German translationsAndrea Gelmini
2017-03-17drop upcastsJochen Nitschke