summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/tabfrm.cxx
AgeCommit message (Expand)Author
2022-05-20sw: no std::optional yetcib-6.1-34Michael Stahl
2022-05-13forcepoint#91 fix crash on layout of specific htmlCaolán McNamara
2022-05-13forcepoint#90 fix crash on layout of specific rtfCaolán McNamara
2022-05-13forcepoint#92 fix crash on layout of specific docCaolán McNamara
2022-05-13forcepoint#100 drop SwBorderAttrAccess to allow cache entry to be removedCaolán McNamara
2022-03-03protect frame from triggering deleting itselfCaolán McNamara
2022-01-13sw: layout: fix wrongly positioned table rows in --convert-to pdfMichael Stahl
2021-05-20tdf#124675 sw: fix crash when moving SwTextFrame in table to prev pageMichael Stahl
2019-04-05tdf#114306: Revert commits fixing this issue ( 6.1 only )Xisco Fauli
2019-01-15tdf#119126 forcepoint#76 avoid deleting footnote that would delete ...Caolán McNamara
2018-07-25tdf#118528 sw layout: only direct formatting for EmulateTableKeepJustin Luth
2018-07-03tdf#108000 sw layout: ignore emulated keep on large tablesJustin Luth
2018-06-14sw_redlinehide: refactor AppendObjs to iterate merged paragraphsMichael Stahl
2018-06-14sw_redlinehide: refactor SwFlowFrame::IsKeep()Michael Stahl
2018-06-14sw_redlinehide: convert to GetDep()Michael Stahl
2018-06-14sw_redlinehide: trivial conversions in layout/Michael Stahl
2018-06-14sw_redlinehide: trivial node conversions in tabfrm.cxxMichael Stahl
2018-04-16Revert "sw-table-join-fix-i99267.diff:"Michael Stahl
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-11tdf#108482: ignore repeated headlines' previous instances heightMike Kaganski
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-02-06tdf#114306 fix crash caused by special document 2Manfred Blume
2018-01-26tdf#114306 fix crash caused by special documentManfred Blume
2018-01-20tdf#115079: check that row frame belongs to table frame to avoid segfaultJulien Nabet
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2018-01-04sw: move some globals in fetab.cxx into SwFEShellMichael Stahl
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin
2017-12-11tdf#96505 Deleted suffix long (L) where it is possibletagezi
2017-12-07SwFrameBorder: Removed IsInverse() from SwFrameArmin Le Grand
2017-11-30Don't do dynamic_cast twiceMike Kaganski
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-14Fix typosAndrea Gelmini
2017-11-09new loplugin simplifydynamiccastNoel Grandin
2017-11-07tdf#113686 sw: handle sections when counting height of first content lineMiklos Vajna
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand
2017-10-30tdf#113520 sw split sections in tables: avoid empty page after content delMiklos Vajna
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::PrintWA to setPrintArmin Le Grand
2017-10-30Migrated from SwFrame::FrameWA to setFrameArmin Le Grand
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand
2017-10-26tdf#113445 sw: avoid hitting loop control with a dozen of in-table sectionsMiklos Vajna
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-20sw: fix unusual boolean prefix for pointer in tabfrmMiklos Vajna
2017-10-09tdf#112942: Apparently, rTab.GetFollow() can change in betweenStephan Bergmann
2017-09-04tdf#37153 ConsiderWrapOnObjPos: always affect anchoring cellJustin Luth
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-09-02tdf#37153 ConsiderWrapOnObjPos: also affect wrap-thru objsJustin Luth