summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/laycache.cxx
AgeCommit message (Expand)Author
2018-06-14sw_redlinehide: trivial convert to GetPageDescItem()/GetBreakItem()Michael Stahl
2018-06-14sw_redlinehide: trivial GetNode() conversions in pagechg.cxx,wsfrm.cxxMichael Stahl
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-01-30loplugin:unused-returns in swNoel Grandin
2018-01-25Fix typosAndrea Gelmini
2018-01-24Fix some IWYU warningsMiklos Vajna
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-11-22replace check of eof and GetError with goodCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand
2017-10-30Adapted to get methods and WriteAccess helpersArmin Le Grand
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand
2017-10-30Migrated from SwFrame::FrameWA to setFrameArmin Le Grand
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-07sw: always use "" for includes in current source's directoryMike Kaganski
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann
2017-05-15loplugin:useuniqueptrNoel Grandin
2017-05-12sw laycache: clean up debug code that doesn't even build anymoreMiklos Vajna
2017-05-08loplugin:checkunusedparams in sw(part3)Noel Grandin
2017-05-02sw: prefix members of SwLayHelperMiklos Vajna
2017-04-10tdf#39468 Translate German comments in swJens Carl
2017-04-03sw: [loplugin:sallogareas]Michael Stahl
2017-04-03More integer clean-upStephan Bergmann
2017-04-03loplugin:loopvartoosmallStephan Bergmann
2017-04-03loplugin:sallogareasStephan Bergmann
2017-04-03tdf#106237 sw: do some basic sanity checking on layout-cacheMichael Stahl
2016-08-17convert SvxBreak to scoped enumNoel Grandin
2016-06-10remove bBreakAfter& param from SwLayHelper constructorNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-12WaE: loplugin:literaltoboolconversionTor Lillqvist
2015-11-12coverity#1338595 Dereference before null checkCaolán McNamara
2015-11-12OSL_ENSURE followed by unconditional dereference -> assertCaolán McNamara
2015-11-12dynamic cast followed by static castCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02sw: replace boost::ptr_vector with std::vectorMichael Stahl
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2014-12-25sal_uInt16 to size_tMatteo Casalin
2014-12-18sw: rename SwFrm::Remove to something uniqueMichael Stahl
2014-11-24loplugin: cstylecastNoel Grandin
2014-10-18sw: remaining unused methodsMiklos Vajna
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin
2014-09-01fdo#75757: remove inheritance to std::vectorTakeshi Abe