summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/flyincnt.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-5/+5
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-1/+0
2019-07-20cid#1401328 Uncaught exceptionCaolán McNamara1-4/+4
2019-01-10use unique_ptr in swNoel Grandin1-3/+3
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin1-1/+1
2017-12-07SwFrameBorder: Removed IsInverse() from SwFrameArmin Le Grand1-4/+1
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-19/+25
2017-10-30Adapted to get methods and WriteAccess helpersArmin Le Grand1-6/+5
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-8/+8
2017-10-30Migrated from SwFrame::FrameWA to setFrameArmin Le Grand1-2/+9
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-5/+5
2017-10-23loplugin:includeform: swStephan Bergmann1-6/+6
2016-12-08SwRectFnSet: hide pointer-to-(member)function syntaxMike Kaganski1-1/+1
2016-09-23Replace SWRECTFN macro with a classMike Kaganski1-2/+2
2016-06-27loplugin:singlevalfields in sw(part3)Noel Grandin1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-43/+43
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-05sw: prefix members of SwFlyFrmMiklos Vajna1-4/+4
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna1-3/+3
2015-06-26SwPageFrm::MakeAll: use vcl::RenderContextMiklos Vajna1-1/+1
2015-06-26SwTextFrm::Format: use vcl::RenderContextMiklos Vajna1-3/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-19/+19
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-1/+7
2015-04-24tdf#90820: Revert "Hack to make an in-destruction SwFlyInCntFrm ...Michael Stahl1-4/+0
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-03-04Hack to make an in-destruction SwFlyInCntFrm no longer claim to be oneStephan Bergmann1-0/+4
2014-11-24loplugin: cstylecastNoel Grandin1-5/+5
2014-11-16sal_uInt16 to more proper integer types, make some constificationMatteo Casalin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-08-07coverity#704904 Dereference after null checkCaolán McNamara1-4/+5
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-1/+2
2014-06-03Removed IDocumentSettingAccess.hxx include in SwDoc.hxxValentin Kettner1-0/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-8/+8
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-3/+0
2014-03-06Vertical content alignment of frames anchored as characterZolnai Tamás1-1/+7
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-15deleted code that was commented out in sw/source/core/layout/Philipp Riemer1-2/+0
2014-02-15(un)doxygen-ize comments in sw/source/core/layout/Philipp Riemer1-1/+1
2014-02-15fdo#62475 - remove visual noisePhilipp Riemer1-54/+10
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-01sw: unused includes in flyincntMiklos Vajna1-4/+0
2013-05-20sw: convert some usage of Point::X/Y to Point::set/getX/Y, take twoJulien Nabet1-2/+2
2013-05-15Resolves: fdo#64584 revert convert Point::X/Y to Point::set/getX/YCaolán McNamara1-2/+2