summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/dbg_lay.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-1/+1
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+1
2020-11-05retire most of SwModifyBjoern Michaelsen1-2/+1
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-20use tools::Long in swNoel1-3/+3
2020-10-05sw: prefix members of SwImplEnterLeave, SwImplProtocol, SwProtocol and ...Miklos Vajna1-123/+147
2020-09-28sw: prefix members of SwFrameChangesLeave, SwSidebarItem, ...Miklos Vajna1-10/+18
2020-08-27Fix typosAndrea Gelmini1-1/+1
2020-06-05Upcoming loplugin:elidestringvar: swStephan Bergmann1-6/+3
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-3/+3
2020-03-06Don't assert or busy lock the layout loggerJan-Marek Glogowski1-2/+4
2019-12-23sal_Char->char in swNoel Grandin1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-2/+0
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-11/+3
2019-10-12All occurrences of WriteOStringBuffer(b) can easily be replaced...Stephan Bergmann1-2/+2
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-1/+1
2019-10-02loplugin:stringadd in swNoel Grandin1-4/+2
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-5/+5
2018-11-24remove unused PROT valuesNoel Grandin1-3/+0
2018-10-03loplugin:constfields in swNoel Grandin1-3/+3
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+1
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-29loplugin:useuniqueptr in SwImplProtocolNoel Grandin1-15/+10
2018-06-29loplugin:useuniqueptr in SwEnterLeaveNoel Grandin1-14/+11
2018-06-08sw_redlinehide: dump the MergedPara to layout.xmlMichael Stahl1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-2/+0
2018-06-02Removed executable permission on data filesAndrea Gelmini1-0/+0
2018-04-28sw: add frame size & content logging to dbg_layManfred Blume1-0/+140
2018-01-30loplugin:unused-returns in swNoel Grandin1-8/+7
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-2/+2
2017-12-07SwFrameBorder: Preparations and renamingsArmin Le Grand1-1/+1
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-15/+15
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-12/+12
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-12/+12
2017-10-23loplugin:includeform: swStephan Bergmann1-3/+3
2017-10-13sw dbg_lay: make it easer to match log entries with code locationsMiklos Vajna1-40/+44
2017-10-12sw: resurrect dbg_lay functionalityMiklos Vajna1-5/+6
2017-08-04loplugin:constparams in sw part3Noel Grandin1-6/+6
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-2/+1
2017-05-08loplugin:checkunusedparams in sw(part2)Noel Grandin1-3/+3
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin1-3/+1
2016-12-02loplugin:unnecessaryoverride (dtors) in swStephan Bergmann1-3/+3
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-05-13Convert ACT to scoped enumNoel Grandin1-34/+35