summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2018-07-12tdf#118361 sw ooxmlimport: set footnote separator alignmentJustin Luth3-0/+34
2018-07-11backport combined tdf#95115 and tdf#102619: writerfilterJustin Luth1-23/+21
2018-06-05tdf#117843 DOCX import: disable compat increased spacing in header/footerMiklos Vajna1-1/+3
2018-05-29tdf#117503 DOCX import: fix out of sync first/later top marginMiklos Vajna1-1/+26
2018-05-24revert tdf#76817 ooxmlimport: connect Heading to existing numbersJustin Luth4-6/+1
2018-05-20tdf#117502 fix graphical bullets for OOXML and RTFTomaž Vajngerl3-18/+19
2018-05-18Fix some IWYU warningsMiklos Vajna3-2/+32
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann1-3/+2
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-1/+3
2018-05-16tdf#117504 ooxmlimport: check paragraph props for actual styleJustin Luth2-2/+13
2018-05-14writerfilter NFC: save ConvertedParaStyleName, not WW8NameJustin Luth3-11/+10
2018-05-10tdf#79315 Fix wp:effectExtent issue when exporting inline picture to DOCX.Victor Mireyev1-0/+7
2018-05-10writerfilter, writerperfect: various small cleanupsMiklos Vajna2-3/+3
2018-05-09Fix some IWYU warningsMiklos Vajna3-6/+38
2018-05-09tdf#117137: DOCX import: don't try to set grab-bag as UNO propJustin Luth1-1/+1
2018-05-08tdf#117403 RTF import: fix lost cell border of merged cellMiklos Vajna1-4/+31
2018-05-07[API CHANGE] revert and deprecate *BackGraphicURL add *BackGraphicTomaž Vajngerl1-1/+10
2018-05-04tdf#117171 DOCX export/import of cardinalText, ordinalTextLászló Németh1-4/+7
2018-05-03tdf#117268: treat erroneous \itap0 the same way as Word doesMike Kaganski1-0/+7
2018-05-03tdf#116801 DOCX import: char styles have no IsAutoUpdate propertyMiklos Vajna1-2/+2
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2018-04-26tdf#117246 RTF import: don't loose page breaks inside nested groupsMiklos Vajna1-0/+9
2018-04-24tdf#116841 RTF import: fix default value of left para margin from numberingMiklos Vajna1-0/+5
2018-04-24tdf#106062 ooxmlimport: skip fake tab only on hanging indentJustin Luth3-17/+24
2018-04-17loplugin:constparamsNoel Grandin2-3/+3
2018-04-14Fix typosAndrea Gelmini1-1/+1
2018-04-12tdf#116976 DOCX import: fix rel size of shape after bitmapMiklos Vajna1-2/+8
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-8/+2
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin5-18/+23
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-07Add IWYU wrapper script to find unused includesMiklos Vajna1-0/+8
2018-04-04Related: tdf#115719 DOCX import: fix ignore of increased anchored obj spacingMiklos Vajna1-2/+2
2018-04-04loplugin:unusedenumconstantsNoel Grandin2-4/+1
2018-04-04tdf#116265 RTF import: ignore \fi in para if it repeats invalid \fi from listMiklos Vajna6-16/+70
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-03-29tdf#112886 ooxmlimport: skip useless footnote placeholderJustin Luth1-3/+0
2018-03-27tdf#116410 DOCX import: restrict increased object spacing to multiple shapesMiklos Vajna1-0/+4
2018-03-23msfilter: extract copy&pasted RTF code from sw and writerfilterMiklos Vajna3-68/+7
2018-03-23comment: Word does not use tabs in footnote implementationJustin Luth1-3/+3
2018-03-20tdf#116269 RTF import: implement reverse deduplication for listsMiklos Vajna5-2/+104
2018-03-19coverity#1430069 silence Uninitialized scalar fieldCaolán McNamara2-6/+2
2018-03-19tdf#116472: import "auto" border color as blackMike Kaganski1-3/+4
2018-03-16tdf#113182: DOCX filter: new values of wrap property in text boxSerge Krot1-1/+6
2018-03-16tdf#112118: DOC: properly import/export border distanceMike Kaganski1-30/+6
2018-03-15Fix typosAndrea Gelmini1-1/+1
2018-03-14tdf#112118: DOCX: properly import/export border distanceMike Kaganski4-45/+78
2018-03-14boost::intrusive_ptr->tools::SvRefMiklos Vajna2-16/+7
2018-03-13tdf#116179 Support reading "auto" colour from docxLuke Deller11-12/+51
2018-03-13If handler sets contexts properties, it should do it properlyMike Kaganski2-1/+1
2018-03-12forcepoint #21 pop on empty stackCaolán McNamara1-1/+4