summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* convert COL_ constants to be of type ColorNoel Grandin2018-02-283-6/+6
* tdf#115715 RTF import: ignore zero para indents in styles without parentsMiklos Vajna2018-02-272-5/+29
* forcepoint #10 pop empty stackCaolán McNamara2018-02-262-1/+7
* tdf#115883 DOCX import: catch RuntimeException from SwXFrameMiklos Vajna2018-02-231-1/+8
* create uno::Any overrides for ColorNoel Grandin2018-02-203-12/+14
* tdf#112694 DOCX import: handle <w:titlePg> when turning on follow style headerMiklos Vajna2018-02-202-11/+10
* tdf#115719 DOCX import: increase paragraph spacing for anchored objectsMiklos Vajna2018-02-147-29/+135
* oox: cosmetic cleanupAshod Nakashian2018-02-141-34/+26
* oox: move putPropertiesToDocumentGrabBag to XmlFilterBaseAshod Nakashian2018-02-141-34/+2
* tdf#113258 DOCX import: fix beforeAutospacing for shape first paragraphMiklos Vajna2018-02-133-0/+32
* cppcheck useInitializationListJochen Nitschke2018-02-121-2/+2
* writerfilter / ww8filter: enhancement to support new ruby position.Mark Hung2018-02-104-0/+9
* rtf: null-derefCaolán McNamara2018-02-071-21/+30
* tdf#114217: Consider relative width when importing floating tableMike Kaganski2018-02-073-3/+12
* Fix typosAndrea Gelmini2018-02-061-1/+1
* tdf#115242 RTF import: order numPr before other paragraph propertiesMiklos Vajna2018-02-067-11/+48
* RTF filter: handle horizontal flip of picture framesMiklos Vajna2018-02-031-0/+7
* Replace some front/pop_front by for-range loops+clearJulien Nabet2018-02-021-5/+4
* DOCX import: don't try to set grab-gag props as UNO propsMiklos Vajna2018-02-021-9/+0
* tdf#72942 Do not overwrite styles from the inserted docSerge Krot2018-01-311-0/+15
* tdf#115155 RTF import: fix left indent handling inside list definitionMiklos Vajna2018-01-302-2/+12
* DOCX import: handle horizontal flip of bitmapsMiklos Vajna2018-01-291-0/+11
* Fix typosAndrea Gelmini2018-01-291-2/+2
* tdf#115278: an empty entry in color table is auto colorMike Kaganski2018-01-283-13/+27
* tdf#115276: multiply quarter-points by 5 (not divide) to convert to twipsMike Kaganski2018-01-281-1/+2
* writerfilter: FindStyleSheetBy... remove StyleName optionJustin Luth2018-01-273-17/+1
* tdf#95377 ooxmlimport: treat default style like named stylesJustin Luth2018-01-262-75/+77
* tdf#105910 Allow defaults to be used as parameters for RTF control words.ekuiitr2018-01-253-1833/+1833
* ooxmlimport: support inherited listidJustin Luth2018-01-253-46/+58
* Add SAL_WARN in writerfilter graphic importPatrick Jaap2018-01-251-0/+4
* Fix typosAndrea Gelmini2018-01-251-1/+1
* tdf#115153 writerfilter: RTF import: fix vert orient of Word 6 shapesMichael Stahl2018-01-241-2/+8
* writerfilter: use WW8 name for StyleIdJustin Luth2018-01-241-3/+2
* loplugin:constparamsNoel Grandin2018-01-241-1/+1
* tdf#113946 add 'topMargin' to GraphicHelpers importPatrick Jaap2018-01-211-42/+44
* writerfilter: move TopContextType==Para requirementJustin Luth2018-01-191-2/+4
* new loplugin:emptyifNoel Grandin2018-01-191-4/+0
* Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann2018-01-181-1/+0
* writerfilter: remove unused sStyleName1Justin Luth2018-01-172-3/+0
* NFC writerfilter: remove redundant sStyleIdentifierIJustin Luth2018-01-172-7/+3
* Fix typosAndrea Gelmini2018-01-171-1/+1
* Fix typosAndrea Gelmini2018-01-161-1/+1
* tdf#76817 ooxmlimport: connect Heading to existing numbersJustin Luth2018-01-154-3/+6
* More loplugin:cstylecast: writerfilterStephan Bergmann2018-01-157-8/+8
* remove unused include XChapterNumberingSupplier.hppJustin Luth2018-01-131-1/+0
* unused variable: DomainMapper_Impl::PushAnnotation() pTopContextJustin Luth2018-01-131-1/+0
* More loplugin:cstylecast: writerfilterStephan Bergmann2018-01-1210-37/+37
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-2/+2
* tdf#114703 DOCX import: apply num defaults only to abstract numsMiklos Vajna2018-01-092-16/+20
* tdf#42949 Fix some more Include What You Use warningsMiklos Vajna2018-01-0416-36/+34