summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/hffrm.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-19/+19
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-03-31sw: unused includes in hffrmMiklos Vajna1-5/+0
2014-02-17cid#705924 dereference before null checkNoel Grandin1-1/+1
2014-02-15fdo#62475 - remove visual noisePhilipp Riemer1-26/+2
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-3/+3
2013-02-09SwFrm: rename member variables missing their prefixMiklos Vajna1-28/+28
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-26sal_Bool to boolTakeshi Abe1-3/+3