Age | Commit message (Expand) | Author | Files | Lines |
45 hours | sw: fix crashtesting assert on ooo55147-1.doc | Michael Stahl | 1 | -1/+2 |
2 days | sw: fix crashtesting assert on ooo90040-2.doc | Michael Stahl | 1 | -2/+2 |
2 days | sw layout xml dump: extract SwFooterFrame::dumpAsXml() from SwFrame | Miklos Vajna | 1 | -3/+0 |
3 days | sw floattable: fix bad position of follow fly if anchor is positioned late | Miklos Vajna | 1 | -14/+20 |
4 days | vcl,drawinglayer,svx,sw,sd: PDF/UA export: Annot StructElem for SdrMediaObj | Michael Stahl | 1 | -1/+1 |
6 days | vcl,sd,sw: PDF/UA export: add Alt text to SdrMediaObj media shapes | Michael Stahl | 1 | -1/+11 |
9 days | sw: fix assert on tdf140219-2.odt | Michael Stahl | 6 | -16/+47 |
9 days | sw: fix crash on exporting forum-en-3524.odt to PDF | Michael Stahl | 4 | -7/+9 |
9 days | sw layout xml dump: extract SwHeaderFrame::dumpAsXml() from SwFrame | Miklos Vajna | 1 | -3/+0 |
10 days | De-static-izing colors in SwViewOption | Paris Oplopoios | 8 | -25/+25 |
13 days | tdf#153935 sw: PDF/UA export: guess table headers based on autoformat | Michael Stahl | 1 | -0/+17 |
13 days | Fix build | Mike Kaganski | 1 | -2/+3 |
13 days | sw: PDF/UA export: produce Lbl for footnotes/endnotes | Michael Stahl | 3 | -4/+12 |
13 days | tdf#152218 sw: PDF/UA export: produce Link from footnote to body | Michael Stahl | 1 | -0/+1 |
2023-03-10 | sw: PDF/UA export: produce ListNumbering | Michael Stahl | 1 | -1/+46 |
2023-03-10 | sw: PDF/UA export: produce Lbl tagged element | Michael Stahl | 6 | -13/+104 |
2023-03-10 | sw: fix stale SwNumberPortion follow flag | Michael Stahl | 2 | -1/+8 |
2023-03-10 | sw layout xml dump: extract SwColumnFrame::dumpAsXml() from SwFrame | Miklos Vajna | 1 | -3/+0 |
2023-03-09 | cid#1521899 Dereference after null check | Caolán McNamara | 1 | -1/+1 |
2023-03-09 | sw floattable: enable widow / orphan control in split rows | Miklos Vajna | 1 | -1/+12 |
2023-03-08 | sw: PDF/UA export: produce more headings H7..H10 | Michael Stahl | 1 | -4/+26 |
2023-03-08 | vcl,sw: PDF/UA export: tag headers and footers as required | Michael Stahl | 1 | -0/+12 |
2023-03-08 | sw floattable: partially re-enable widow / orphan control in tables | Miklos Vajna | 1 | -0/+24 |
2023-03-07 | clang-tidy dead-store | Noel Grandin | 1 | -2/+1 |
2023-03-07 | tdf#153396 - Bibliography marks improvements | Vojtěch Doležal | 1 | -23/+126 |
2023-03-06 | sw floattable: clean up not needed scope in SwTextFormatter::FormatLine() | Miklos Vajna | 1 | -6/+4 |
2023-03-03 | sw layout xml dump: extract SwPageFrame::dumpAsXml() from SwFrame | Miklos Vajna | 1 | -41/+0 |
2023-03-02 | tdf#131386 ApplyParagraphMarkFormatToNumbering remove RTF fallback | Justin Luth | 1 | -40/+0 |
2023-02-28 | tdf#146168 tdf#150613 list attributes: limit hack to RTF | Justin Luth | 1 | -1/+10 |
2023-02-28 | sw floattable: fix fly pos invalidation in follow anchor frames | Miklos Vajna | 1 | -1/+13 |
2023-02-25 | refactor DocPosUpdate, part 2 | Bjoern Michaelsen | 1 | -17/+14 |
2023-02-24 | tdf#78510 sw: combine items from SwTextNode and SwNumFormat | Michael Stahl | 1 | -7/+3 |
2023-02-24 | tdf#78510 sw,cui: split SvxLRSpaceItem for SwTextNode, SwTextFormatColl | Michael Stahl | 8 | -25/+33 |
2023-02-24 | sw layout xml dump: extract SwRootFrame::dumpAsXml() from SwFrame | Miklos Vajna | 1 | -48/+0 |
2023-02-21 | sw floattable: fix locking in SwTextFrame::Prepare() | Miklos Vajna | 1 | -1/+6 |
2023-02-21 | sw: document SwGluePortion | Miklos Vajna | 1 | -0/+3 |
2023-02-20 | tdf#114973 sw: don't allow every body SwTextFrame to be hidden | Michael Stahl | 2 | -1/+22 |
2023-02-20 | sw floattable: fix handling of multiple splits, i.e. table over 3 or more pages | Miklos Vajna | 2 | -1/+22 |
2023-02-14 | sw floattable: improve handling of split flys in SwTextFrame::FormatEmpty() | Miklos Vajna | 3 | -9/+20 |
2023-02-13 | sw floattable: handle table-in-fly in SwFrame::GetNextFlyLeaf() | Miklos Vajna | 1 | -0/+30 |
2023-02-11 | sw: rename getFieldmarkFor() to getInnerFieldmarkFor() | Justin Luth | 3 | -3/+3 |
2023-02-10 | tdf#153205 related: Fix selection problems caused by cursor shell | Jim Raykowski | 1 | -3/+3 |
2023-02-09 | sw: call FormatEmpty() in SwTextFrame::Format() for split fly masters | Miklos Vajna | 5 | -20/+35 |
2023-02-09 | sw floattable: fix cid#1520804 | Miklos Vajna | 1 | -1/+0 |
2023-02-08 | sw layout xml dump: show offset of text frames | Miklos Vajna | 1 | -2/+10 |
2023-02-07 | sw: fix anchoring in SwFrame::GetNextFlyLeaf() | Miklos Vajna | 3 | -23/+50 |
2023-02-07 | sw: handle split flys in SwTextFormatter::FormatLine() | Miklos Vajna | 1 | -0/+37 |
2023-02-03 | Avoid UB | Mike Kaganski | 1 | -0/+2 |
2023-01-30 | loplugin:virtualdead | Noel Grandin | 1 | -1/+1 |
2023-01-27 | tdf#114973 sw: enable SelectAll with hidden para at start/end | Michael Stahl | 1 | -1/+1 |