summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/ssfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-1/+1
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-04-25ubsan: use after freeCaolán McNamara1-1/+29
2019-04-18forcepoint#80 avoid crashCaolán McNamara1-2/+10
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+1
2019-03-14sw btlr writing mode shell: fix cursor selectionMiklos Vajna1-4/+5
2019-02-12sw btlr writing mode: implement initial layoutMiklos Vajna1-2/+2
2018-11-15sw_redlinehide_3: fix SwAccessibleParagraph not being disposedMichael Stahl1-1/+3
2018-10-10forcepoint#74 crash in layoutCaolán McNamara1-0/+3
2018-10-03tdf#41542 sw cleanup: m_bBorderDist was always trueJustin Luth1-2/+2
2018-09-19sw_redlinehide_2: JoinPrev() may need to move frames on deleted ...Michael Stahl1-2/+9
2018-09-19sw_redlinehide_2: fix ordering of SplitNode usage of ContentIdxStore 2Michael Stahl1-1/+8
2018-09-19sw_redlinehide_2: show/hide footnotes in redlinesMichael Stahl1-1/+2
2018-09-19sw_redlinehide_2: assert that SwContentFrame is created only when allowedMichael Stahl1-0/+1
2018-08-09forcepoint73 deleted SwAnchoredObject still referenced in TmpConsiderWrapInflCaolán McNamara1-0/+1
2018-08-09dynamic_cast followed by static_castCaolán McNamara1-2/+2
2018-06-08sw_redlinehide: SwContentFrame::DestroyImpl()Michael Stahl1-3/+8
2018-06-08sw_redlinehide: convert to GetDep()Michael Stahl1-1/+1
2018-06-08sw_redlinehide: use WriterMultiListener to connect SwTextFrameMichael Stahl1-1/+4
2018-06-08sw_redlinehide: reinit m_pMergedPara on split nodeMichael Stahl1-0/+1
2018-06-08sw_redlinehide: move SwContentFrame::RegisterToNode to SwTextFrameMichael Stahl1-1/+2
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-14/+14
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-14/+14
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-12/+12
2018-01-04sw: convert SwFrame::mpDrawObjs to unique_ptrMichael Stahl1-6/+5
2017-12-19loplugin:unusedmethodsNoel Grandin1-45/+0
2017-12-07SwFrameBorder: Removed IsInverse() from SwFrameArmin Le Grand1-2/+1
2017-12-07SwFrameBorder: Preparations and renamingsArmin Le Grand1-2/+2
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-62/+62
2017-10-30Adapted to get methods and WriteAccess helpersArmin Le Grand1-36/+16
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-78/+78
2017-10-30Migrated from SwFrame::PrintWA to setPrintArmin Le Grand1-12/+32
2017-10-30Migrated from SwFrame::FrameWA to setFrameArmin Le Grand1-26/+66
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-64/+64
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-04-11tdf#107057 revert the logic of SwFrame::PaintAreaMark Hung1-5/+0
2017-04-07tdf#106390 improve table in table and table in frame clipping.Mark Hung1-0/+5
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin1-1/+1
2016-10-20loplugin:expandablemethodds in sw(part2)Noel Grandin1-3/+3
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-178/+178
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-5/+5
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian1-1/+1
2015-07-02crashtest: don't crash on layout of ooo70429-[1|2]Caolán McNamara1-0/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-34/+34
2015-04-24sw: merge the SwFrm::Destroy() into SwFrm::DestroyImpl()Michael Stahl1-18/+2
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-8/+37