summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2019-08-12tdf#126723 writerfilter::finishParagraph - me, not previousJustin Luth1-9/+10
2019-08-06tdf#123702 RTF/DOCX default 1" left/right page marginsLászló Németh1-6/+6
2019-07-11tdf#126173 RTF import: fix lost SHAPE fieldsMiklos Vajna1-1/+1
2019-05-24tdf#123460 DOCX track changes: moveFrom completelyLászló Németh2-1/+20
2019-05-10tdf#124594 DOCX filter: don't extend margins from effects for rotated shapesMiklos Vajna1-4/+28
2019-04-15tdf#124670: xml:space attribute may be specified for w:document root elementMike Kaganski2-29/+17
2019-04-13writerfilter: implement RTF derived styles defaultingMichael Stahl4-6/+74
2019-03-29tdf#124384 sw DOCX: fix crash during bibliography loadingSerge Krot1-1/+1
2019-03-29tdf#121456 sw: DOCX: fix loading of empty TOC titleSerge Krot1-0/+3
2019-03-13tdf#123293 sfx2: fix metadata loss when loading from streamMichael Stahl1-1/+3
2019-03-13tdf#123104 DOCX import: fix lack of vertical merge due to roundingMiklos Vajna1-1/+2
2019-03-11tdf#123243 DOCX import: make increased anchored obj spacing cond more strictMiklos Vajna1-2/+3
2019-03-04tdf#121440 writerfilter: do not use imported style for foot/endnotesVasily Melenchuk1-0/+6
2019-02-26tdf#123393 RTF import: fix too big font size in table cellMiklos Vajna3-13/+31
2019-02-12tdf#116851: some rtf files provide param with "-" for "edmins"Julien Nabet1-0/+5
2019-02-11tdf#122878: enable wrap for flys in footerPatrick Jaap1-2/+1
2019-02-11tdf#122430 RTF import: fix lost font size on footnote startMiklos Vajna1-0/+8
2019-02-11tdf#121867 DOCX filter: handle page width zoomMiklos Vajna3-1/+31
2019-01-28tdf#115094 Part II: OOXML Feature: Add layoutInCell to Doc modelPatrick Jaap3-0/+7
2019-01-28tdf#120511 writerfilter: track inserted frame per sectionJustin Luth2-0/+4
2019-01-21tdf#99631 DOCX: keep zoom of embedded XLSXLászló Németh3-0/+24
2019-01-16tdf#122224 DOCX import: fix formula field syntaxLászló Németh1-0/+9
2019-01-15tdf#121561: sw: DOCX: add std/stdPr/stdContent around TOCSerge Krot2-26/+138
2019-01-09writerfilter: avoid exception - IsProtect not page style property.Justin Luth1-1/+3
2019-01-02tdf#121623 RTF import: keep table in multicolumn sectionLászló Németh4-3/+23
2018-12-04tdf#121664 DOCX import: fix lack of line numbering reset on page breakMiklos Vajna1-1/+1
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-20tdf#120551 DOCX import: fix position of group shape with absolute positionMiklos Vajna1-2/+25
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-2/+6
2018-11-16tdf79435 doc/docx: round-trip legacy input formfieldsJustin Luth3-3/+80
2018-11-16loplugin:staticmethods improvementNoel Grandin1-1/+1
2018-11-13tdf#121203 DOCX import: fix loss of free-form text in date controlMiklos Vajna3-6/+41
2018-11-12tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2-3/+3
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski3-29/+12
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski3-15/+15
2018-11-08loplugin:unusedfieldsNoel Grandin3-3/+0
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin5-31/+16
2018-11-06tdf#115094 part I: do not move graphic nodesPatrick Jaap1-1/+1
2018-11-06tdf#118166 writerfilter: no design mode if ole controls existJustin Luth3-2/+12
2018-11-03tdf#120703 PVS: V547 Expression is always falseMike Kaganski1-2/+2
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin2-3/+3
2018-10-31writerfilter: implement formprotJustin Luth5-3/+45
2018-10-30tdf#116989: disable conversion of tables in footers to floating for nowMike Kaganski3-11/+19
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-4/+4
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-10-22loplugin:staticvar in variousNoel Grandin4-6/+6
2018-10-20when calling std::lower_boundNoel Grandin1-2/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin4-11/+11