summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-9/+3
2020-04-21tdf#131446 DOCX import: restrict IncreasedAnchoredObjectSpacing furtherMiklos Vajna1-0/+22
2020-04-19tdf#132185: field command does not necessarily end with spaceMike Kaganski1-1/+8
2020-04-17Move Word compat option where it belongsSamuel Mehrbrodt1-0/+1
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin2-5/+17
2020-04-15writerfilter: DOCX import: import w:noLeading as AddExternalLeadingMichael Stahl3-0/+14
2020-04-15Revert "NFC writerfilter: remove pointless asserts"Justin Luth2-0/+7
2020-04-14tdf#131321 writerfilter: ApplyNumberingStyleNameToParaStyles()Justin Luth7-0/+57
2020-04-13NFC writerfilter numbering: remove redundant codeJustin Luth2-9/+2
2020-04-11Removed duplicated includeAndrea Gelmini1-1/+0
2020-04-11NFC writerfilter: remove pointless assertsJustin Luth2-10/+1
2020-04-10writerfilter: simplify ListDef::GetStyleNameJustin Luth2-6/+5
2020-04-10tdf#132001 DOCX import: fix crash: redline in floating tableLászló Németh1-4/+16
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl7-7/+0
2020-04-08tdf#131959 DOCX: import tblInd from table styleLászló Németh2-0/+23
2020-04-08simplify QNameToStringNoel Grandin7-89/+25
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