summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2018-02-23tdf#115883 DOCX import: catch RuntimeException from SwXFrameMiklos Vajna1-1/+8
2018-02-20create uno::Any overrides for ColorNoel Grandin3-12/+14
2018-02-20tdf#112694 DOCX import: handle <w:titlePg> when turning on follow style headerMiklos Vajna2-11/+10
2018-02-14tdf#115719 DOCX import: increase paragraph spacing for anchored objectsMiklos Vajna7-29/+135
2018-02-14oox: cosmetic cleanupAshod Nakashian1-34/+26
2018-02-14oox: move putPropertiesToDocumentGrabBag to XmlFilterBaseAshod Nakashian1-34/+2
2018-02-13tdf#113258 DOCX import: fix beforeAutospacing for shape first paragraphMiklos Vajna3-0/+32
2018-02-12cppcheck useInitializationListJochen Nitschke1-2/+2
2018-02-10writerfilter / ww8filter: enhancement to support new ruby position.Mark Hung4-0/+9
2018-02-07rtf: null-derefCaolán McNamara1-21/+30
2018-02-07tdf#114217: Consider relative width when importing floating tableMike Kaganski3-3/+12
2018-02-06Fix typosAndrea Gelmini1-1/+1
2018-02-06tdf#115242 RTF import: order numPr before other paragraph propertiesMiklos Vajna7-11/+48
2018-02-03RTF filter: handle horizontal flip of picture framesMiklos Vajna1-0/+7
2018-02-02Replace some front/pop_front by for-range loops+clearJulien Nabet1-5/+4
2018-02-02DOCX import: don't try to set grab-gag props as UNO propsMiklos Vajna1-9/+0
2018-01-31tdf#72942 Do not overwrite styles from the inserted docSerge Krot1-0/+15
2018-01-30tdf#115155 RTF import: fix left indent handling inside list definitionMiklos Vajna2-2/+12
2018-01-29DOCX import: handle horizontal flip of bitmapsMiklos Vajna1-0/+11
2018-01-29Fix typosAndrea Gelmini1-2/+2
2018-01-28tdf#115278: an empty entry in color table is auto colorMike Kaganski3-13/+27
2018-01-28tdf#115276: multiply quarter-points by 5 (not divide) to convert to twipsMike Kaganski1-1/+2
2018-01-27writerfilter: FindStyleSheetBy... remove StyleName optionJustin Luth3-17/+1
2018-01-26tdf#95377 ooxmlimport: treat default style like named stylesJustin Luth2-75/+77
2018-01-25tdf#105910 Allow defaults to be used as parameters for RTF control words.ekuiitr3-1833/+1833
2018-01-25ooxmlimport: support inherited listidJustin Luth3-46/+58
2018-01-25Add SAL_WARN in writerfilter graphic importPatrick Jaap1-0/+4
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-24tdf#115153 writerfilter: RTF import: fix vert orient of Word 6 shapesMichael Stahl1-2/+8
2018-01-24writerfilter: use WW8 name for StyleIdJustin Luth1-3/+2
2018-01-24loplugin:constparamsNoel Grandin1-1/+1
2018-01-21tdf#113946 add 'topMargin' to GraphicHelpers importPatrick Jaap1-42/+44
2018-01-19writerfilter: move TopContextType==Para requirementJustin Luth1-2/+4
2018-01-19new loplugin:emptyifNoel Grandin1-4/+0
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann1-1/+0
2018-01-17writerfilter: remove unused sStyleName1Justin Luth2-3/+0
2018-01-17NFC writerfilter: remove redundant sStyleIdentifierIJustin Luth2-7/+3
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15tdf#76817 ooxmlimport: connect Heading to existing numbersJustin Luth4-3/+6
2018-01-15More loplugin:cstylecast: writerfilterStephan Bergmann7-8/+8
2018-01-13remove unused include XChapterNumberingSupplier.hppJustin Luth1-1/+0
2018-01-13unused variable: DomainMapper_Impl::PushAnnotation() pTopContextJustin Luth1-1/+0
2018-01-12More loplugin:cstylecast: writerfilterStephan Bergmann10-37/+37
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2018-01-09tdf#114703 DOCX import: apply num defaults only to abstract numsMiklos Vajna2-16/+20
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna16-36/+34
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin3-3/+3
2017-12-31loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin14-24/+24
2017-12-29ofz#4825 Bad-castCaolán McNamara1-1/+1