summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2020-04-07tdf#131819 DOCX import: fix fixed size nested tableLászló Németh1-0/+6
2020-04-07tdf#119038 DOCX: fix FollowTextFlow handlingAttila Bakos3-52/+21
2020-04-07tdf#119760 docx: table starts at left, not mid-borderJustin Luth1-4/+9
2020-04-07loplugin:unusedvariableplus in writerfilterNoel Grandin3-3/+0
2020-04-03fix wrong variable checked in AddTblStylePrNoel Grandin1-1/+1
2020-04-02NFC ww8/writerfilter: comment fixes and general code cleanupJustin Luth1-1/+1
2020-04-02tdf#131594: switch line numbering off if w:countBy="0"Xisco Fauli1-10/+15
2020-04-01tdf#120852 writerfilter: support read-only docProtectionJustin Luth3-0/+14
2020-04-01Remove unused includeMiklos Vajna1-0/+4
2020-03-31RTF import: reset writerfilter bit even if the import failsMiklos Vajna2-7/+12
2020-03-25tdf#106843 docxexport: don't write double docProtectJustin Luth1-0/+3
2020-03-24ofz#21168 sw,writerfilter: limit writerfilter hack to writerfilterCaolán McNamara2-0/+19
2020-03-23sw: add pad-to-5 numberingMiklos Vajna1-0/+4
2020-03-23writerfilter: GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl1-1/+1
2020-03-20sw pad-to-4 numbering: add DOCX filterMiklos Vajna1-0/+4
2020-03-20tdf#118812 writerfilter: overrideTableStyleFontSizeAndJustificationJustin Luth3-16/+67
2020-03-19sw pad-to-3 numbering: add DOCX filterMiklos Vajna4-3/+38
2020-03-19writerfilter: DocProtect_enforcement defaults to falseJustin Luth1-11/+2
2020-03-19tdf#105215 DOCX import: fix paragraph-length direct formattingLászló Németh1-1/+2
2020-03-18tdf#131304 .docx: flag new files as MS Word 2019 native modeJustin Luth1-0/+3
2020-03-17tdf#131071 writerfilter: tableStyle uses DocDefaultsJustin Luth1-0/+4
2020-03-17tdf#119800 DOCX import: fix vanished objectsLászló Németh1-3/+6
2020-03-17Fix buildMike Kaganski1-1/+2
2020-03-16tdf#128646 DOCX import: don't hide shape of hidden paragraphLászló Németh1-2/+28
2020-03-16DOCX import: tokenize <w:numFmt w:val="custom" w:format="...">Miklos Vajna5-20/+88
2020-03-16writerfilter: extract dispatch...Value() from disptachValue()Miklos Vajna2-323/+433
2020-03-16DOCX import: declare w14 as a supported featureMiklos Vajna1-0/+1
2020-03-16tdf#131304 .docx: provide default compatibilityMode valueJustin Luth1-0/+17
2020-03-16Revert "loplugin:constfields in writerfilter"Noel Grandin25-66/+66
2020-03-15cid#1460667 rework to avoid Assign instead of compareCaolán McNamara2-5/+15
2020-03-15!pCellWidths->empty() check means pCellWidths->size() > 0 is always trueCaolán McNamara1-1/+1
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