summaryrefslogtreecommitdiff
path: root/sw/source/core/layout
AgeCommit message (Expand)AuthorFilesLines
2021-02-10tdf#91920 sw page gutter margin: handle mirrored marginsMiklos Vajna3-6/+29
2021-02-09tdf#91920 sw page gutter margin, from top: add layoutMiklos Vajna2-3/+29
2021-02-09tdf#91920 sw page gutter margin: add layoutMiklos Vajna2-0/+16
2020-10-31tdf#131679 sw: fix crash when copying fly via context menuMichael Stahl1-2/+47
2020-09-25tdf#134782 sw: split AddParaSpacingToTableCells flag in 2Michael Stahl3-6/+24
2020-09-09tdf#135001 sw_redlinehide: fix IsShown() for AT_PARA flysMichael Stahl1-1/+9
2020-08-18tdf#134746 sw: fix redline hiding of at-char fly on empty paragraphsMichael Stahl1-0/+11
2020-08-02tdf#134965 sw: avoid RemoveFollowFlowLine() SNAFUMichael Stahl1-0/+1
2020-08-02tdf#134931 sw_redlinehide: fix layout following paste of tableMichael Stahl1-0/+4
2020-08-02(related: tdf#134252) sw: fix assert when moving mouse pointerMichael Stahl1-30/+31
2020-08-02tdf#133967 sw_redlinehide: delete existing MergedPara beforeMichael Stahl1-0/+2
2020-07-10tdf#134472 Only add spacing in header when flag is setSamuel Mehrbrodt1-1/+4
2020-06-22tdf#134009 sw: prevent spurious undos in SwColumnFrame::DestroyImpl()Michael Stahl1-0/+3
2020-06-22tdf#133981 sw_redlinehide: oops, InsertCnt_() is missing null...Michael Stahl1-1/+2
2020-06-18tdf#133145 sw ContinuousEndnotes: fix moving endnotes to a previous pageMiklos Vajna1-0/+18
2020-06-15tdf#128195 Keep spacing below last paragraph in header (docx)Samuel Mehrbrodt1-0/+4
2020-06-02tdf#131684 tdf#132236 sw_redlinehide: fix upper of frame moved...Michael Stahl1-0/+30
2020-06-02tdf#132236 sw_redlinehide: fix SwUndoDelete with sections even moreMichael Stahl2-4/+22
2020-05-07sw table cell borders: add optional Word-compatible border collapsingMiklos Vajna1-0/+12
2020-05-07sw: fix handling of table vs fly overlaps in the AddVerticalFlyOffsets caseMiklos Vajna1-2/+28
2020-04-05tdf#131004 fix unstable paint of writer consecutive section framesSerge Krot1-4/+4
2020-04-05tdf#130685 sw_redlinehide: fix copying to position following redlineMichael Stahl1-0/+32
2020-03-23tdf#130746: avoid nullptr dereferenceJustin Luth1-3/+2
2020-03-10tdf#128880 sw btlr: fix SwFrame::GetPaintArea() for the row span caseMiklos Vajna1-1/+13
2020-02-25sw: improve DOCX export of footnote separator a little moreMichael Stahl1-2/+10
2020-02-24tdf#125682 sw: don't insert empty page before first page with even numberMichael Stahl6-61/+68
2020-02-20tdf#129529 sw_redlinehide: infinite loop in SwLayHelper::CheckInsert()Michael Stahl1-1/+3
2019-12-06tdf#121300 sw: consistent fly at-pargraph selectionMichael Stahl1-16/+1
2019-12-05tdf#128611 sw: improve rotated text layout in table cellsMiklos Vajna1-0/+19
2019-11-27tdf#108642 remove dynamic_castNoel Grandin1-4/+12
2019-11-22tdf#125300 extend AddParaSpacingToTableCells with line spacingLászló Németh3-3/+20
2019-11-07tdf#128603 sw textbox: restore shape+frame pair on undoMiklos Vajna1-0/+19
2019-11-06loplugin:indentation find broken if statementsNoel Grandin3-6/+6
2019-10-29tdf#128399 sw btlr: fix clicking to lower rotated cellMiklos Vajna1-6/+7
2019-10-24sw ContinuousEndnotes: fix moving them to the next pageMiklos Vajna1-1/+6
2019-10-24ODF-imported textboxes identify themselves as suchKatarina Behrens1-0/+10
2019-10-22loplugin:constantparamNoel Grandin1-2/+2
2019-10-21Related: tdf#124770 sw doc model xml dump: handle page descriptionsMiklos Vajna1-0/+44
2019-10-18loplugin:virtualdead unused param in SwFlowFrame::ShouldBwdMovedNoel Grandin4-6/+6
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-11/+3
2019-10-12All occurrences of WriteOStringBuffer(b) can easily be replaced...Stephan Bergmann1-2/+2
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-1/+1
2019-10-08tdf#127825 DOCX import: fix handling for tbrl, auto-height and rel size shapesMiklos Vajna1-1/+1
2019-10-02tdf#124601 sw FollowTextFlow: fix hori pos of objects outside the current cellMiklos Vajna1-2/+2
2019-10-02loplugin:stringadd in swNoel Grandin1-4/+2
2019-10-02tdf#124601 sw FollowTextFlow: fix vert pos of objects outside the current cellMiklos Vajna2-3/+13
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-1/+1
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski5-53/+42
2019-09-30tdf#124601 sw: add ContinuousEndnotes layout compat optionMiklos Vajna2-0/+20
2019-09-28loplugin:constmethod in swNoel Grandin1-2/+2