summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/tabfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-01-17tdf#88496 DOCX: disable long repeating table headerLászló Németh1-3/+4
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-6/+6
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-8/+8
2019-12-04tdf#128611 sw: improve rotated text layout in table cellsMiklos Vajna1-0/+19
2019-11-27tdf#108642 remove dynamic_castNoel Grandin1-4/+12
2019-10-18loplugin:virtualdead unused param in SwFlowFrame::ShouldBwdMovedNoel Grandin1-3/+3
2019-10-02tdf#124601 sw FollowTextFlow: fix vert pos of objects outside the current cellMiklos Vajna1-1/+11
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-9/+7
2019-08-09Fix typosAndrea Gelmini1-1/+1
2019-08-07Fix typosAndrea Gelmini1-4/+4
2019-08-01tdf#126138 sw: disambiguate SwTabFrame::FindLastContent()Michael Stahl1-11/+15
2019-08-01tdf#126138 sw: invalid static_cast in SwTabFrame::FindLastContent()Michael Stahl1-1/+11
2019-07-02sw: remove hacky liveness check in lcl_RecalcRow()Michael Stahl1-41/+15
2019-06-27sw: avoid deleting the iterated SwRowFrame on tdf104188-4.odtMichael Stahl1-12/+14
2019-06-21sw: fix SwUiWriterTest::testTdf114306_2Michael Stahl1-5/+5
2019-06-21sw: prepare for revert of hacky liveness checkMichael Stahl1-0/+1
2019-06-20Fix typoAndrea Gelmini1-1/+1
2019-06-19sw: improve translation of comments in tabfrm.cxxMichael Stahl1-59/+60
2019-06-19sw: convert that to assert()Michael Stahl1-1/+1
2019-06-05tdf#125685 sw: disregard footnotes in follow table on table splitMichael Stahl1-1/+34
2019-05-23tdf#119109 sw: fix SwTableFrame follow chain formattingMichael Stahl1-0/+3
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-05-09tdf#124675 sw: fix crash when moving SwTextFrame in table to prev pageMichael Stahl1-1/+1
2019-05-08tdf#116501 fix freezing at embedded text tablesLászló Németh1-1/+3
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-2/+2
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+2
2019-03-12tdf#119253 sw: fix layout loop with row-span tableMichael Stahl1-2/+6
2019-03-04tdf#122892 sw: fix disappearing rows after table splitMichael Stahl1-6/+6
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-7/+6
2018-12-18forcepoint#75 avoid move of table in footnoteCaolán McNamara1-3/+14
2018-12-10forcepoint#76 avoid deleting footnote that would delete undeletable pageCaolán McNamara1-0/+5
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-4/+4
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