summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/hffrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-0/+1
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-10-20use tools::Long in swNoel1-1/+1
2020-10-11DelFlys is never passed nullptrsCaolán McNamara1-11/+12
2020-10-11dynamic_cast followed by static_castCaolán McNamara1-2/+1
2020-04-20remove direct access to Size field on SwRectNoel Grandin1-1/+1
2020-02-10tdf#90834: Turn in-line version control comments into good commentsPelin Kuran1-10/+7
2019-12-19Fix typoAndrea Gelmini1-2/+2
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-2/+2
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-1/+1
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-3/+2
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-08sw_redlinehide: convert to GetDep()Michael Stahl1-2/+2
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-1/+1
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+1
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-43/+52
2017-10-30Adapted to get methods and WriteAccess helpersArmin Le Grand1-12/+6
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-36/+36
2017-10-30Migrated from SwFrame::PrintWA to setPrintArmin Le Grand1-14/+31
2017-10-30Migrated from SwFrame::FrameWA to setFrameArmin Le Grand1-3/+6
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-38/+38
2017-10-23loplugin:includeform: swStephan Bergmann1-9/+9
2017-08-04loplugin:constparams in sw part3Noel Grandin1-1/+1
2017-08-02loplugin:checkunusedparams in swNoel Grandin1-3/+2
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin1-4/+1
2017-01-09New loplugin:externvar: swStephan Bergmann1-2/+0
2016-04-22Avoid reserved identifiersStephan Bergmann1-2/+2
2016-03-31tdf#84938 convert FRM_ constants to scoped enumNoel Grandin1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-137/+137
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-03Smart pointers for SwBorderAttrAccessAshod Nakashian1-10/+4
2015-10-12tdf#89165 sw: looping layout in SwHeadFootFrm::FormatSize()Miklos Vajna1-3/+9
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian1-2/+2
2015-08-17tdf#39080 Added HideWhitespaceMode ViewOption flagAshod Nakashian1-2/+4
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-26SwTextFrm::Format: use vcl::RenderContextMiklos Vajna1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-30/+30
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-6/+7
2015-04-10sw: replace some magic frame type numbersMichael Stahl1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-01-12remove FRMC_ #definesNoel Grandin1-1/+1
2014-11-24loplugin: cstylecastNoel Grandin1-16/+16
2014-11-16nNum is never read: remove itMatteo Casalin1-3/+0
2014-09-06Cleanup some core-case loops left untouched by my previous commitMatteo Casalin1-4/+7