summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2017-09-19Word 2013 and 2016 does not honor the <w:view> setting, let's ignore it too.Jan Holesovsky1-4/+0
2017-07-07tdf#108995: take xml:space attribute into accountMike Kaganski2-2/+43
2017-07-07tdf#108714: Also support paragraph-level (line) breaksMike Kaganski3-5/+10
2017-06-28tdf#108714 follow-up: handle deferred break in character groupMike Kaganski1-4/+4
2017-06-27tdf#108806: convert CRLF into space in OOXML textMike Kaganski1-2/+7
2017-06-27tdf#108714: allow <w:br> as direct child of <w:body>Mike Kaganski6-1/+54
2017-06-23Related: tdf#108269 DOCM filter: preserve VBA streamMiklos Vajna3-3/+30
2017-06-23tdf#108682 DOCX import: fix <w:spacing w:line=...> for negative valuesMiklos Vajna1-3/+13
2017-06-22Watermark: auto size in the RTFSzymon Kłos1-0/+2
2017-06-15Watermark: RTF font import and exportSzymon Kłos1-2/+39
2017-06-10Watermark: RTF import / exportSzymon Kłos1-0/+12
2017-06-10Avoid UBSan warning about negative double -> sal_uInt32 conversionStephan Bergmann2-7/+7
2017-06-09tdf#108408: support unit specifications for ST_HpsMeasureMike Kaganski6-21/+70
2017-06-09tdf#104450: Use Calibri; let LO to fallback to CarlitoMike Kaganski1-4/+4
2017-06-09tdf#108350: Use Carlito for DOCX import by defaultMike Kaganski1-0/+18
2017-05-30tdf#106953 RTF import: fix missing paragraph left marginMiklos Vajna1-0/+5
2017-05-17tdf#107889 DOCX import: consider page breaks for multi-page floattablesMiklos Vajna5-3/+23
2017-05-17writerfilter: default break type identified as _nextPageJustin Luth1-3/+6
2017-05-17tdf#103931 writerfilter breaktype: same for implicit and explicitJustin Luth1-1/+2
2017-05-10tdf#104407 writerfilter: fix crash with null xRangePropertiesMichael Stahl1-5/+7
2017-05-10AutoText: add only real AutoText entriesSzymon Kłos5-11/+35
2017-05-07tdf#107033 DOCX import: fix unexpected missing footnote separatorMiklos Vajna3-4/+21
2017-05-04AutoText: read names of entriesSzymon Kłos2-0/+21
2017-05-04AutoText: Reading multiple entriesSzymon Kłos10-1/+82
2017-05-04AutoText: importing docx contentSzymon Kłos2-0/+8
2017-05-04tdf#107104 DOCX drawingML import: fix invisible arrow shapeMiklos Vajna1-0/+6
2017-04-24tdf#107116 RTF import: fix missing upper and lower borders around textMiklos Vajna1-1/+20
2017-04-18tdf#106970 DOCX import: don't collapse para auto space for different numsMiklos Vajna1-3/+15
2017-04-12tdf#106690 DOCX import: fix automatic spacing before/after numbered para blockMiklos Vajna3-7/+50
2017-04-12tdf#106692 writerfilter: RTF import: fix \'0d in \leveltextMichael Stahl1-2/+4
2017-04-04writerfilter: DOCX import: fix handling of w:hideMark vs. w:vMergeMichael Stahl1-1/+5
2017-03-30tdf#106694 RTF import: fix missing paragraph tab positionMiklos Vajna1-1/+19
2017-03-28Resolves: tdf#106724 crash when Title property doesn't already existCaolán McNamara1-8/+8
2017-03-17tdf#105729 RTF import: \ltrpar should not override \qc from styleMiklos Vajna1-2/+4
2017-03-17tdf#103931 DOCX import: fix lost section breakMiklos Vajna1-0/+1
2017-03-14vcl PDF import: there is no PNG encoding hereMiklos Vajna2-2/+2
2017-03-10tdf#104287 RTF import: handle bitmap shapes inside tablesMiklos Vajna4-15/+60
2017-02-24writerfilter: RTF import: hex-escaped \r and \n create paragraph breakMichael Stahl1-1/+13
2017-02-24tdf#104081 RTF import: handle \htmautspMiklos Vajna4-4/+10
2017-02-24tdf#106001: Treat CharScaleWidth outliers as 100 in DOCX importAron Budea1-2/+11
2017-02-17tdf#104181: don't throw on XRelationshipAccess queryMike Kaganski1-4/+4
2017-02-07writerfilter: remove gperf related declarationsMichael Stahl1-11/+1
2017-02-06tdf#104082 RTF filter: handle user-defined document properties of type numberMiklos Vajna2-0/+5
2017-02-02tdf#103976 DOCX import: disable incomplete w:before/afterLines style handlingMiklos Vajna1-2/+8
2017-01-23tdf#48658 writerfilter: only set THROUGH wraps as transparentJustin Luth1-1/+7
2017-01-19tdf#99074 sw: remove duplicate property "IsBrowseMode" againMichael Stahl1-13/+14
2017-01-17tdf#104150 DOCX import: handle <w:displayBackgroundShape/>Miklos Vajna6-7/+33
2017-01-09tdf#105143 DOCX import: enable DoNotCaptureDrawObjsOnPage layout compat optionMiklos Vajna1-0/+1
2017-01-05tdf#99616 writerfilter: hideMark shouldn't force min sizeJustin Luth1-3/+1
2017-01-04tdf#104744 RTF import: fix unexpected zero para left margin wrt style dedupMiklos Vajna1-29/+45