summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* DOCX import, altChunk: fix missing page breakMiklos Vajna2020-10-276-7/+48
* DOCX import: handle <w:altChunk r:id="..."/>Miklos Vajna2020-10-275-3/+90
* writerfilter: add OOXML tokenizer for <w:altChunk r:id="..."/>Miklos Vajna2020-10-276-1/+53
* fix Graphic duplication in import and add GraphicMapperTomaž Vajngerl2020-10-063-0/+15
* DOCX import: fix overlapping floating tables when anchored inside a tableMiklos Vajna2020-07-303-0/+23
* tdf#116194 DOCX import: fix missing tables with w:gridBeforeLászló Németh2020-06-236-15/+65
* DOCX export: fix interaction between the crop and the wrap polygon of imageMiklos Vajna2020-05-192-3/+5
* DOCX import: fix interaction between the crop and the wrap polygon of imagesMiklos Vajna2020-05-196-0/+66
* tdf#130494: DOCX import: limit paragraph-level character propertyLászló Németh2020-05-191-4/+15
* tdf#128959 DOCX import: fix missing text lines in tablesLászló Németh2020-05-191-2/+8
* tdf#90069 DOCX: fix character style of new table rowsLászló Németh2020-05-191-0/+13
* sw: add pad-to-5 numberingMiklos Vajna2020-04-061-0/+4
* sw pad-to-4 numbering: add DOCX filterMiklos Vajna2020-04-061-0/+4
* sw pad-to-3 numbering: add DOCX filterMiklos Vajna2020-04-034-3/+38
* DOCX import: declare w14 as a supported featureMiklos Vajna2020-04-031-0/+1
* DOCX import: tokenize <w:numFmt w:val="custom" w:format="...">Miklos Vajna2020-04-035-20/+88
* sw padded numbering: add DOCX filterMiklos Vajna2020-04-021-1/+3
* tdf#55436 - Add SYMBOL_CHICAGO numbering scheme (for footnotes)Tim Bartlett2020-04-021-1/+3
* sw: add DOCX import for semi-transparent textMiklos Vajna2020-02-248-1/+141
* DOCX import: don't touch the ZOrder of inline, in-shape objectsMiklos Vajna2020-02-185-1/+22
* DOCX import: fix ZOrder of inline vs anchored shapesMiklos Vajna2020-02-133-2/+26
* DOCX import: fix margins of inline shape with effects, imported as Draw shapeMiklos Vajna2020-02-114-0/+77
* DOCX import: don't give up on floating tables in headers completelyMiklos Vajna2020-02-067-19/+98
* tdf#108272 DOCX table-only header: fix SAX parser errorLászló Németh2020-02-063-9/+18
* tdf#130214: workaround invalid state resulting from error on importMike Kaganski2020-02-041-0/+6
* DOCX import: improve support for headers/footers from cont sect breakMiklos Vajna2020-01-161-1/+24
* tdf#112201 writerfilter: try to apply continuous section page style...Michael Stahl2020-01-161-0/+15
* tdf#112201 writerfilter: continuous sections:Michael Stahl2020-01-161-1/+2
* tdf#112202 writerfilter,sw: fix loss of headersMichael Stahl2020-01-163-7/+55
* tdf#121670 ooxmlimport: no columns in page styles, only sectionsJustin Luth2020-01-161-8/+10
* tdf#128207: DOCX import: fix chart positioningBakos Attila2020-01-103-0/+11
* tdf#129205 DOCX import: handle the <w:shd w:val="nil" ...> paragraph propertyMiklos Vajna2020-01-094-1/+77
* DOCX import: fix lost page break when footer ends with a tableMiklos Vajna2020-01-095-3/+97
* tdf#129353, tdf#129402: fix node creation on index importMike Kaganski2020-01-083-71/+125
* DOCX table import: fix interaction of 1-cell rows and "inside" vertical bordersMiklos Vajna2019-12-205-1/+127
* Related: tdf#115719 DOCX import: fix increased spacing vs left-aligned objectsMiklos Vajna2019-12-175-12/+38
* tdf#126544 writerfilter: check parent style exists before assigningJustin Luth2019-10-311-1/+7
* Related: tdf#124600 DOCX import: ignore left wrap on left-aligned shapesMiklos Vajna2019-10-041-1/+10
* Revert "tdf#117988 writerfilter: IgnoreTabsAndBlanksForLineCalculation"Justin Luth2019-10-041-1/+1
* tdf#123636 writerfilter: handle deferred breaks on framesJustin Luth2019-09-221-0/+23
* tdf#126723 writerfilter::finishParagraph - me, not previousJustin Luth2019-08-291-9/+10
* tdf#119809: FILESAVE DOCX The combo box ActiveX control is lostTamás Zolnai2019-08-233-2/+11
* tdf#123702 RTF/DOCX default 1" left/right page marginsLászló Németh2019-08-211-6/+6
* sw btlr writing mode: RTF filter of Writer textframesMiklos Vajna2019-08-151-5/+10
* sw btlr writing mode: RTF filter of Writer tbrl textframesMiklos Vajna2019-08-091-2/+7
* pretty up logging of exceptionsNoel Grandin2019-08-052-2/+4
* tdf126701: MSForms: Fix import of date field at the end of the paragraph.Tamás Zolnai2019-08-054-16/+20
* tdf#126173 RTF import: fix lost SHAPE fieldsMiklos Vajna2019-08-041-1/+1
* MSForms: DOCX filter: fix crash when the date field is inside a shapeTamás Zolnai2019-07-231-4/+5
* MSForms: Rework text-based date form field's representationTamás Zolnai2019-07-173-51/+83