summaryrefslogtreecommitdiff
path: root/writerfilter/source
AgeCommit message (Expand)AuthorFilesLines
2017-07-18tdf#108955 RTF import: fix missing paragraph backgroundMiklos Vajna1-0/+3
2017-07-18tdf#106132 DOCX import: fix handling of nested textbox marginsMiklos Vajna4-21/+52
2017-07-14tdf#109053: DOCX: Multipage table is not imported properlyTamás Zolnai1-6/+17
2017-07-10Fix tdf#106029 - Add setting XML_doNotExpandShiftReturn when exporting to docxnikki3-0/+18
2017-07-04tdf#105095 DOCX import: conditionally ignore leading tab in footnotesMiklos Vajna1-4/+14
2017-06-29tdf#100075 DOCX frame height rule updatedVasily Melenchuk1-6/+32
2017-06-23Watermark: auto size in the RTFSzymon Kłos1-0/+2
2017-06-20tdf#108416 RTF import: fix unexpected bold list numberingMiklos Vajna1-1/+3
2017-06-16Watermark: RTF font import and exportSzymon Kłos1-2/+39
2017-06-16Watermark: RTF import / exportSzymon Kłos1-0/+12
2017-06-08Related: tdf#108269 DOCM filter: reuse oox code for VBA data preservationMiklos Vajna5-86/+29
2017-06-08Related: tdf#108269 DOCM filter: reuse oox code for VBA preservationMiklos Vajna1-1/+0
2017-06-08tdf#108123 RTF paste: fix asymmetric shape <-> table manager stackMiklos Vajna1-3/+6
2017-06-07Related: tdf#108269 DOCM filter: preserve VBA streamMiklos Vajna4-0/+85
2017-06-06tdf#104450: Use Calibri; let LO to fallback to CarlitoMike Kaganski1-4/+4
2017-06-06tdf#108350: Use Carlito for DOCX import by defaultMike Kaganski1-0/+18
2017-05-16tdf#107889 DOCX import: consider page breaks for multi-page floattablesMiklos Vajna5-7/+23
2017-05-16tdf#106953 RTF import: fix missing paragraph left marginMiklos Vajna2-3/+8
2017-05-12remove unused uno::Reference varsNoel Grandin2-2/+0
2017-05-10AutoText: add only real AutoText entriesSzymon Kłos5-11/+35
2017-05-09tdf#105688: findZOrder: catch exceptions from getPropertyValueMike Kaganski1-6/+9
2017-05-07break circular includeJochen Nitschke2-0/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert writerfilter module away from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-05-05tdf#104407 writerfilter: fix crash with null xRangePropertiesMichael Stahl1-5/+7
2017-05-05loplugin:checkunusedparams in writerfilterNoel Grandin7-32/+30
2017-05-04Replace all OUString("") with OUString()Arnaud Versini3-3/+3
2017-05-03tdf#107033 DOCX import: fix unexpected missing footnote separatorMiklos Vajna3-4/+21
2017-05-02AutoText: read names of entriesSzymon Kłos2-0/+21
2017-05-01AutoText: Reading multiple entriesSzymon Kłos9-1/+76
2017-04-28loplugin:salunicodeliteral: writerfilterStephan Bergmann2-6/+6
2017-04-28drop toStringCaolán McNamara3-3/+3
2017-04-27writerfilter: SvxFrameDirectionItem::PutValue() wants an UNO shortMiklos Vajna2-5/+5
2017-04-27Resolves: tdf#107411 LibreOffice hangs at RTF import timeCaolán McNamara1-2/+2
2017-04-26use strong_int for LanguageTypeNoel Grandin2-3/+3
2017-04-25tdf#107104 DOCX drawingML import: fix invisible arrow shapeMiklos Vajna1-0/+6
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24tdf107359: imporve line pitch and char pitch importing of writerfilter.Mark Hung3-7/+7
2017-04-24Indentation fixesMiklos Vajna1-1/+1
2017-04-23AutoText: importing docx contentSzymon Kłos2-0/+8
2017-04-20Related: tdf#106690 DOCX import: don't reduce auto-space accross cellsMiklos Vajna5-0/+20
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-1/+2
2017-04-19tdf#107116 RTF import: fix missing upper and lower borders around textMiklos Vajna1-1/+20
2017-04-17tdf#106742: OOXML import/export: treat "tblInd" properly.Vitaliy Anderson1-3/+36
2017-04-13PropertyMap.cxx: Indents and formattingVitaliy Anderson2-1076/+1043
2017-04-12NumberingManager.cxx: remove unusedVitaliy Anderson2-15/+0
2017-04-12enum spelling: throught -> throughJustin Luth4-7/+7
2017-04-11tdf#106970 DOCX import: don't collapse para auto space for different numsMiklos Vajna1-3/+15
2017-04-07tdf#106692 writerfilter: RTF import: fix \'0d in \leveltextMichael Stahl1-2/+4
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-1/+1