summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2020-03-13tdf#131304 writerfilter: cache Word compatibilityModeJustin Luth1-2/+11
2020-03-12writerfilter: extract before/afterPopState() from popState()Miklos Vajna2-145/+161
2020-03-12tdf#131258 DOCX: fix table styles in empty tablesLászló Németh1-1/+1
2020-03-11tdf#59274 DOCX import: fix tables with incomplete gridLászló Németh1-1/+36
2020-03-06rhbz#1810732 crash/assert inserting document with initial graphicCaolán McNamara1-1/+3
2020-03-06tdf#130928 Area fill update patternandreas kainz1-0/+6
2020-03-05Remove some unused includesMiklos Vajna3-13/+0
2020-03-04sw padded numbering: add DOCX filterMiklos Vajna1-1/+3
2020-03-04comphelper: allow simple ad-hoc measuring with ProfileZonesMiklos Vajna1-4/+0
2020-03-03tdf#130690: DOCX import: fix lost text formatting in cellsLászló Németh1-13/+7
2020-03-02tdf#131062 DOCX import: fix table-style paragraph background colorLászló Németh2-3/+30
2020-02-29tdf#92472 DOCX import: fix checkbox size set by direct formattingLászló Németh1-2/+2
2020-02-25tdf#123757 DOCX import: separate different style tablesLászló Németh2-6/+20
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl1-1/+1
2020-02-24tdf#121045 DOCX import: fix checkbox size in tableLászló Németh1-0/+19
2020-02-24ofz#20801 Null-derefCaolán McNamara1-0/+2
2020-02-22tdf#130817 RTF doesn't set custom footnote stateJan-Marek Glogowski1-1/+2
2020-02-22tdf#130814 preserve context before page breaksJan-Marek Glogowski1-2/+4
2020-02-21tdf#130120 DOCX: export o:allowincellBakos Attila2-1/+32
2020-02-21Drop o3tl::optional wrapperStephan Bergmann15-81/+80
2020-02-21tdf#130799 DOCX import: fix missing inside vertical bordersSzabolcs Toth1-1/+11
2020-02-21writerfilter: make sure own header is the first oneMiklos Vajna1-1/+1
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen80-138/+101
2020-02-19tdf#118812 DOCX import: fix table style preference – part 2László Németh4-53/+123
2020-02-17DOCX import: don't touch the ZOrder of inline, in-shape objectsMiklos Vajna5-1/+22
2020-02-17DOCX clean-up: revert underused lcl_IsOutLineStyle()Szabolcs Toth1-7/+9
2020-02-16cid#1458432 Null pointer dereferencesCaolán McNamara1-5/+5
2020-02-13tdf#95495 DOCX import: fix inherited list level of custom stylesSzabolcs Toth1-10/+34
2020-02-12DOCX import: fix ZOrder of inline vs anchored shapesMiklos Vajna3-2/+26
2020-02-12tdf#129575 DOCX import: fix table style preferenceLászló Németh10-39/+135
2020-02-12Revert "revert obsolete writerfilter hacks for tdf#119054 and tdf#128752"László Németh4-0/+58
2020-02-11tdf#130494: DOCX import: limit paragraph-level character propertyLászló Németh1-4/+15
2020-02-11DOCX import: fix margins of inline shapes with effects, imported as Draw shapesMiklos Vajna3-0/+18
2020-02-11related: tdf#106742 sw: DOCX import/export: fix default of table indentMichael Stahl1-2/+2
2020-02-11tdf#129221 DOCX import: fix missing restart of numberingMiklos Vajna3-1/+33
2020-02-07tdf#123873 DOCX IMPORT: fix unhandled textwrap for objectsBakos Attila1-0/+2
2020-02-07test: move component context from subclasses to BootstrapFixtureMiklos Vajna6-12/+0
2020-02-06DOCX import: don't give up on floating tables in headers completelyMiklos Vajna7-19/+98
2020-02-05tdf#130167 writerfilter: while bDiscardHeaderFooter, ignore inlinesJustin Luth1-0/+3
2020-02-05tdf#129912 correctly stop unstyled footnote parsingJan-Marek Glogowski2-1/+7
2020-02-04tdf#108272 DOCX table-only header: fix SAX parser errorLászló Németh3-9/+18
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-6/+5
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin60-244/+101
2020-01-31new loplugin:namespaceindentationNoel Grandin2-2/+4
2020-01-30tdf#129659 DOCX check global footnote contextJan-Marek Glogowski1-8/+7
2020-01-30tdf#129237 just add content checks for Input fieldsJan-Marek Glogowski1-9/+16
2020-01-29tdf#128959 DOCX import: fix missing text lines in tablesLászló Németh1-2/+8
2020-01-28tdf#130214: workaround invalid state resulting from error on importMike Kaganski1-0/+6
2020-01-28tdf#103964 DOCX import: ignore rotation when setting position of group shapesMiklos Vajna4-2/+81
2020-01-28remove some unused local varsNoel Grandin1-2/+1