summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/laycache.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen1-0/+1
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-01-11use unique_ptr in SwLayHelperNoel Grandin1-1/+1
2018-11-15sw_redlinehide_3: minimally convert laycache.cxxMichael Stahl1-6/+7
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov1-5/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-06-08sw_redlinehide: trivial convert to GetPageDescItem()/GetBreakItem()Michael Stahl1-3/+2
2018-06-08sw_redlinehide: trivial GetNode() conversions in pagechg.cxx,wsfrm.cxxMichael Stahl1-2/+7
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-4/+4
2018-01-30loplugin:unused-returns in swNoel Grandin1-7/+2
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-4/+4
2017-11-22replace check of eof and GetError with goodCaolán McNamara1-2/+1
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-15/+15
2017-10-30Adapted to get methods and WriteAccess helpersArmin Le Grand1-13/+12
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-18/+18
2017-10-30Migrated from SwFrame::FrameWA to setFrameArmin Le Grand1-11/+27
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-16/+16
2017-10-23loplugin:includeform: swStephan Bergmann1-1/+1
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin1-4/+4
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-4/+4
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-05-15loplugin:useuniqueptrNoel Grandin1-6/+5
2017-05-12sw laycache: clean up debug code that doesn't even build anymoreMiklos Vajna1-10/+0
2017-05-08loplugin:checkunusedparams in sw(part3)Noel Grandin1-10/+10
2017-05-02sw: prefix members of SwLayHelperMiklos Vajna1-136/+136
2017-04-10tdf#39468 Translate German comments in swJens Carl1-1/+1
2017-04-03sw: [loplugin:sallogareas]Michael Stahl1-3/+3
2017-04-03More integer clean-upStephan Bergmann1-3/+4
2017-04-03loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-04-03loplugin:sallogareasStephan Bergmann1-3/+3
2017-04-03tdf#106237 sw: do some basic sanity checking on layout-cacheMichael Stahl1-8/+53
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-4/+4
2016-06-10remove bBreakAfter& param from SwLayHelper constructorNoel Grandin1-6/+6
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-4/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-110/+110
2015-11-12WaE: loplugin:literaltoboolconversionTor Lillqvist1-1/+1
2015-11-12coverity#1338595 Dereference before null checkCaolán McNamara1-2/+2
2015-11-12OSL_ENSURE followed by unconditional dereference -> assertCaolán McNamara1-1/+1
2015-11-12dynamic cast followed by static castCaolán McNamara1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-10-02sw: replace boost::ptr_vector with std::vectorMichael Stahl1-2/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-22/+22
2014-12-25sal_uInt16 to size_tMatteo Casalin1-2/+2