summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/tabfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-07loplugin:collapseif in swNoel Grandin1-5/+2
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-08-14loplugin:returnconstant in SwTabFrameNoel Grandin1-3/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-23Fix typosAndrea Gelmini1-5/+5
2018-07-18tdf#118528 sw layout: only direct formatting for EmulateTableKeepJustin Luth1-6/+6
2018-07-16forcepoint#50 refetch FirstNonHeadlineRowCaolán McNamara1-13/+7
2018-07-02tdf#108000 sw layout: ignore emulated keep on large tablesJustin Luth1-1/+2
2018-06-08sw_redlinehide: refactor AppendObjs to iterate merged paragraphsMichael Stahl1-1/+6
2018-06-08sw_redlinehide: refactor SwFlowFrame::IsKeep()Michael Stahl1-3/+6
2018-06-08sw_redlinehide: convert to GetDep()Michael Stahl1-2/+4
2018-06-08sw_redlinehide: trivial conversions in layout/Michael Stahl1-1/+1
2018-06-08sw_redlinehide: trivial node conversions in tabfrm.cxxMichael Stahl1-1/+1
2018-04-16Revert "sw-table-join-fix-i99267.diff:"Michael Stahl1-4/+0
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-45/+45
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-45/+45
2018-03-11tdf#108482: ignore repeated headlines' previous instances heightMike Kaganski1-0/+3
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-2/+2
2018-02-06tdf#114306 fix crash caused by special document 2Manfred Blume1-6/+12
2018-01-26tdf#114306 fix crash caused by special documentManfred Blume1-16/+41
2018-01-20tdf#115079: check that row frame belongs to table frame to avoid segfaultJulien Nabet1-1/+8
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-2/+2
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2018-01-04sw: move some globals in fetab.cxx into SwFEShellMichael Stahl1-13/+3
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-1/+1
2017-12-11tdf#96505 Deleted suffix long (L) where it is possibletagezi1-1/+1
2017-12-07SwFrameBorder: Removed IsInverse() from SwFrameArmin Le Grand1-2/+2
2017-11-30Don't do dynamic_cast twiceMike Kaganski1-4/+4
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-11-14Fix typosAndrea Gelmini1-1/+1
2017-11-09new loplugin simplifydynamiccastNoel Grandin1-3/+1
2017-11-07tdf#113686 sw: handle sections when counting height of first content lineMiklos Vajna1-2/+9
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-199/+217
2017-10-30tdf#113520 sw split sections in tables: avoid empty page after content delMiklos Vajna1-2/+13
2017-10-30Adapted to get methods and WriteAccess helpersArmin Le Grand1-71/+65
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-175/+175
2017-10-30Migrated from SwFrame::PrintWA to setPrintArmin Le Grand1-15/+36
2017-10-30Migrated from SwFrame::FrameWA to setFrameArmin Le Grand1-21/+79
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-160/+160
2017-10-26tdf#113445 sw: avoid hitting loop control with a dozen of in-table sectionsMiklos Vajna1-10/+6
2017-10-23loplugin:includeform: swStephan Bergmann1-15/+15
2017-10-20sw: fix unusual boolean prefix for pointer in tabfrmMiklos Vajna1-5/+5
2017-10-09tdf#112942: Apparently, rTab.GetFollow() can change in betweenStephan Bergmann1-4/+4
2017-09-04tdf#37153 ConsiderWrapOnObjPos: always affect anchoring cellJustin Luth1-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-09-02tdf#37153 ConsiderWrapOnObjPos: also affect wrap-thru objsJustin Luth1-1/+1
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-16i#95698 sw: fix crash on splitting in-table section containing a nested tableMiklos Vajna1-0/+12
2017-08-07tdf#39468: Translate some random German comments and termsJens Carl1-1/+1
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-2/+2