Age | Commit message (Expand) | Author | Files | Lines |
2020-09-05 | Turn JapanNotBegin/EndLevel1 into constexpr string literals | Stephan Bergmann | 3 | -34/+16 |
2020-09-05 | tdf#136441 ms export: don't export comments in footnotes | Justin Luth | 3 | -1/+9 |
2020-09-05 | Make OUString(char16_t const[N]) ctor check for embedded NULs | Stephan Bergmann | 1 | -2/+6 |
2020-09-05 | tdf#135672 doc import: fix table width | Justin Luth | 3 | -28/+5 |
2020-09-05 | Improve outline position tracking and content visibility | Jim Raykowski | 2 | -2/+5 |
2020-09-04 | TabPage no longer needs to inherit from VclBuilderContainer | Caolán McNamara | 1 | -1/+2 |
2020-09-04 | sw: default to UI locale when language is missing | Miklos Vajna | 5 | -0/+51 |
2020-09-04 | tdf#135672 doc import: fix left table position | Justin Luth | 4 | -22/+13 |
2020-09-04 | tdf#117703: sw: Add UItest | Xisco Fauli | 2 | -0/+33 |
2020-09-04 | tdf#118148 Extended tips for HC2/swriter | Olivier Hallot | 96 | -306/+4145 |
2020-09-04 | tdf#136404 DOCX import: ignore NaN cells in table formula | László Németh | 5 | -8/+156 |
2020-09-04 | tdf#136354 DOCX import: fix vertical mirrored alignment on bottom margin | Tibor Nagy | 2 | -0/+20 |
2020-09-04 | Make many OUString functions take std::u16string_view parameters | Stephan Bergmann | 2 | -2/+2 |
2020-09-03 | Drop unnecessary, wrong downcast | Stephan Bergmann | 1 | -2/+2 |
2020-09-03 | tdf#129423 sw: export-only tests, part 10 | Daniel Arato (NISZ) | 1 | -5/+2 |
2020-09-03 | tdf#129423 sw: export-only tests, part 4 | Daniel Arato (NISZ) | 1 | -11/+2 |
2020-09-03 | Make ImpSvNumberformatScan::GetColor const | Mike Kaganski | 9 | -17/+16 |
2020-09-03 | tdf#131537 DOCX export: fix OLE "Display as icon" | Daniel Arato (NISZ) | 3 | -5/+18 |
2020-09-03 | tdf#135661: sw_uiwriter: Add unittest | Xisco Fauli | 2 | -0/+27 |
2020-09-03 | sw: insert plain tab char at a numbered para start if indent wouldn't change | Miklos Vajna | 5 | -1/+85 |
2020-09-03 | tdf#132688 diacritics broken in lines with punctuation | Noel Grandin | 1 | -0/+2 |
2020-09-03 | Fix crashtest fdo77855.odt | Noel Grandin | 1 | -1/+9 |
2020-09-03 | UITest_writer_tests: at least check the number of pages has changed | Xisco Fauli | 1 | -0/+3 |
2020-09-03 | tdf#123435: sw_ooxmlexport13: Add unittest | Xisco Fauli | 2 | -0/+10 |
2020-09-03 | -Werror,-Wcompound-token-split-by-space | Stephan Bergmann | 13 | -27/+27 |
2020-09-03 | tdf#135056: sw_uiwriter: Add unittest | Xisco Fauli | 2 | -0/+25 |
2020-09-03 | blind fix for testTdf130685 intermittent failure | Caolán McNamara | 1 | -0/+3 |
2020-09-03 | tdf#136423 make SwXDrawPage::group work with a single shape | Samuel Mehrbrodt | 3 | -1/+46 |
2020-09-03 | tdf#136399 AccessibilityCheck: Inserted a new check | Stefanenko | 2 | -0/+40 |
2020-09-03 | tdf#129423 sw: export-only tests, part 8 | Daniel Arato (NISZ) | 1 | -23/+12 |
2020-09-03 | tdf#91260: Restore unittest removed in b6850bbe95418ecfde404be1696548f18d200c9b | Xisco Fauli | 1 | -0/+13 |
2020-09-03 | tdf#129423 sw: export-only tests, part 5 | Daniel Arato (NISZ) | 1 | -6/+2 |
2020-09-03 | UITest_writer_tests: don't assert exact page count at test_tdf135018() end | Miklos Vajna | 1 | -2/+0 |
2020-09-03 | sw: handle SmallCapsPercentage66 when replacing compat options | Miklos Vajna | 1 | -1/+1 |
2020-09-03 | tdf#136212 Fix Writer Navigator blink jump | Jim Raykowski | 1 | -10/+35 |
2020-09-03 | tdf#129423 sw: export-only tests, part 9 | Daniel Arato (NISZ) | 1 | -57/+45 |
2020-09-03 | tdf#129423 sw: export-only tests, part 13 | Daniel Arato (NISZ) | 1 | -75/+57 |
2020-09-03 | tdf#129423 sw: export-only tests, part 12 | Daniel Arato (NISZ) | 1 | -30/+28 |
2020-09-03 | tdf#129423 sw: export-only tests, part 11 | Daniel Arato (NISZ) | 1 | -20/+10 |
2020-09-03 | tdf#129423 sw: export-only tests, part 7 | Daniel Arato (NISZ) | 1 | -6/+2 |
2020-09-03 | tdf#129423 sw: export-only tests, part 6 | Daniel Arato (NISZ) | 1 | -12/+3 |
2020-09-03 | tdf#129423 sw: export-only tests, part 3 | Daniel Arato (NISZ) | 1 | -105/+80 |
2020-09-03 | tdf#129423 sw: export-only tests, part 2 | Daniel Arato (NISZ) | 1 | -43/+34 |
2020-09-02 | sw reqif-xhtml export, embedded objects: take OLE1 pres data from rtf if needed | Miklos Vajna | 3 | -31/+108 |
2020-09-02 | Removed duplicated include | Andrea Gelmini | 1 | -1/+0 |
2020-09-02 | tdf#135018: sw: Add UItest | Xisco Fauli | 2 | -0/+32 |
2020-09-02 | drop some unused methods | Caolán McNamara | 4 | -8/+0 |
2020-09-02 | drop unnecessary include | Caolán McNamara | 1 | -1/+0 |
2020-09-02 | move Edit into toolkit only headers | Caolán McNamara | 1 | -2/+3 |
2020-09-02 | tdf#136061 Chart ODF/OOXML: fix missing custom labels | Balazs Varga | 2 | -0/+14 |