Age | Commit message (Expand) | Author | Files | Lines |
4 hours | CppunitTest_sw_htmlexport: avoid reqif magic in testReqIfParagraph | Miklos Vajna | 1 | -1/+7 |
27 hours | editeng: document SvxOrphansItem and SvxWidowsItem | Miklos Vajna | 2 | -14/+8 |
47 hours | xmloff: prefix members of NameSpaceEntry, SinglePropertySetInfoCache, ... | Miklos Vajna | 7 | -77/+77 |
5 days | sw floattable: fix up/down cursor travel at fly boundary | Miklos Vajna | 2 | -1/+69 |
5 days | sw layout xml dump: extract SwFooterFrame::dumpAsXml() from SwFrame | Miklos Vajna | 3 | -3/+15 |
6 days | sw floattable: fix bad position of follow fly if anchor is positioned late | Miklos Vajna | 3 | -14/+54 |
6 days | sw: fix undo comment of FN_UPDATE_FIELD | Miklos Vajna | 4 | -3/+10 |
7 days | sw floattable: fix current page number when editing document with a split fly | Miklos Vajna | 2 | -13/+27 |
7 days | sw floattable: limit the unfloat button to non-DOCX files | Miklos Vajna | 3 | -13/+4 |
7 days | sw floattable: fix inner floating table inside normal outer table from DOCX | Miklos Vajna | 2 | -8/+16 |
7 days | CppunitTest_sw_htmlexport: avoid XHTML magic | Miklos Vajna | 1 | -4/+6 |
8 days | sw floattable, CppunitTest_sw_ooxmlimport2: assert the layout in testTdf114217 | Miklos Vajna | 1 | -2/+17 |
8 days | sw floattable, CppunitTest_sw_ooxmlexport9: assert can-split in testTdf109063 | Miklos Vajna | 1 | -3/+15 |
8 days | sw floattable, CppunitTest_sw_ooxmlexport9: assert the layout in testTdf107889 | Miklos Vajna | 1 | -4/+12 |
8 days | UITest_writer_tests{2,3,4,6}: enable oneprocess mode | Miklos Vajna | 4 | -0/+8 |
9 days | uitest: add a way to optionally use the same soffice process for a testsuite | Miklos Vajna | 5 | -11/+50 |
9 days | sw floattable: fix handling of nested non-floating tables at cell start | Miklos Vajna | 3 | -28/+39 |
9 days | sw floattable: fix CppunitTest_sw_ooxmlexport10's testTdf99140 | Miklos Vajna | 1 | -9/+44 |
9 days | sw floattable: fix CppunitTest_sw_ooxmlexport10's testTdf8255 | Miklos Vajna | 1 | -4/+16 |
12 days | sw floattable: fix redline import from DOCX | Miklos Vajna | 4 | -83/+108 |
12 days | sw floattable: unconditionally map <w:tblpPr> to SwFormatFlySplit | Miklos Vajna | 6 | -115/+45 |
12 days | sw floattable, legacy: also consier fly position when deciding the bottom | Miklos Vajna | 3 | -9/+70 |
12 days | sw layout xml dump: extract SwHeaderFrame::dumpAsXml() from SwFrame | Miklos Vajna | 3 | -3/+15 |
13 days | sw: fix undo comment of FN_DELETE_BOOKMARKS | Miklos Vajna | 4 | -2/+7 |
13 days | sw floattable, legacy: restrict height when using bottom margin area | Miklos Vajna | 3 | -1/+51 |
2023-03-14 | CppunitTest_sot_test_sot: remove duplicated assert | Miklos Vajna | 1 | -1/+0 |
2023-03-14 | sd: fix crash in ViewTabBar::dispose() | Miklos Vajna | 1 | -0/+5 |
2023-03-14 | sw floattable: reject small(er than min height) row master at page bottom | Miklos Vajna | 2 | -0/+29 |
2023-03-14 | svl: fix CppunitTest_desktop_lib's DesktopLOKTest::testSignDocument_PEM_PDF | Miklos Vajna | 1 | -1/+6 |
2023-03-13 | sw floattable: handle Word 2010 legacy mode in SwFlyFrame | Miklos Vajna | 4 | -10/+75 |
2023-03-13 | Update pdfium to 5636 | Miklos Vajna | 2 | -2/+4 |
2023-03-10 | sw content control: fix lost properties on copy&paste | Miklos Vajna | 2 | -0/+67 |
2023-03-10 | xmloff: fix -Wmaybe-uninitialized | Miklos Vajna | 1 | -1/+1 |
2023-03-10 | sw floattable: ignore height of masters in lcl_CalcMinRowHeight() | Miklos Vajna | 2 | -1/+33 |
2023-03-10 | sw layout xml dump: extract SwColumnFrame::dumpAsXml() from SwFrame | Miklos Vajna | 3 | -3/+17 |
2023-03-09 | sw layout xml dump: allow invoking this from out sw/ in a debugger | Miklos Vajna | 2 | -0/+6 |
2023-03-09 | sw doc model dump: allow invoking this from outside sw/ in a debugger | Miklos Vajna | 3 | -0/+7 |
2023-03-09 | sw floattable: enable widow / orphan control in split rows | Miklos Vajna | 3 | -1/+62 |
2023-03-09 | sw: fix undo comment of FN_UPDATE_BOOKMARKS | Miklos Vajna | 4 | -2/+7 |
2023-03-08 | sc: fix ever-increasing chart IDs when exporting to XLSX | Miklos Vajna | 2 | -2/+2 |
2023-03-08 | sw floattable: partially re-enable widow / orphan control in tables | Miklos Vajna | 3 | -9/+40 |
2023-03-08 | oox, sd: fix ever-increasing chart IDs when exporting to PPTX | Miklos Vajna | 4 | -2/+5 |
2023-03-08 | CppunitTest_sw_htmlexport: avoid XHTML magic in testXHTML | Miklos Vajna | 1 | -4/+6 |
2023-03-07 | sw: fix crash in GetUpperSpaceAmountConsideredForPrevFrameAndPageGrid() | Miklos Vajna | 1 | -0/+5 |
2023-03-07 | sw floattable: grow the print area as well in SwFlyFrame::Grow_() | Miklos Vajna | 3 | -0/+36 |
2023-03-07 | sw: document SwFrame::MakePos() | Miklos Vajna | 1 | -1/+3 |
2023-03-06 | writerfilter: prefix members of OOXMLStarMathValue | Miklos Vajna | 2 | -4/+4 |
2023-03-06 | sw floattable: clean up not needed scope in SwTextFormatter::FormatLine() | Miklos Vajna | 1 | -6/+4 |
2023-03-03 | lingucomponent: don't get locales from the server when this is disabled | Miklos Vajna | 1 | -0/+5 |
2023-03-03 | sw layout xml dump: extract SwPageFrame::dumpAsXml() from SwFrame | Miklos Vajna | 3 | -41/+60 |