summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-28ofz#4814 asserts and Null-dereference on broken shapeCaolán McNamara1-1/+1
2017-12-27clang-tidy-modernize-use-equals-default in writerfilterJochen Nitschke2-27/+0
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna6-11/+8
2017-12-19inline use-once typedefsNoel Grandin1-2/+1
2017-12-19tdf#113547 DOCX import: fix handling of stub numbering overridesMiklos Vajna2-2/+11
2017-12-18tdf#114303 writerfilter: RTF import: fix default vert orient of shapesMichael Stahl2-5/+5
2017-12-13clang-format: ignore not staged hunksMiklos Vajna1-1/+1
2017-12-12tdf#113183 DOCX import: fix not independent text box alignmentsMiklos Vajna1-0/+4
2017-12-11tdf#112443 disable off-page content positioningPatrick Jaap1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin2-2/+2
2017-12-11tdf#114333: consider trleft for 1st cell width on import; don't...Mike Kaganski4-2/+23
2017-12-07tdf#104650 Creating guard to reset status indicatortagezi1-3/+22
2017-12-07Check if we have status indicatorMike Kaganski1-1/+2
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-12-05tdf#104016 RTF import: deduplicate before text indent from numberingMiklos Vajna1-0/+1
2017-12-04tdf#97648 ooxmlimport: calculate percentage-based widthsJustin Luth3-3/+48
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-11-24loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-11-24writerfilter: fix loplugin:simplifybool warningMiklos Vajna1-1/+1
2017-11-24pick a default during fuzzingCaolán McNamara1-4/+2
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22drop duplicate methodCaolán McNamara3-9/+9
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna31-7278/+7531
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin2-2/+2
2017-11-19tdf#86087 DOCX Import link as relative if preferredSzymon Kłos2-1/+3
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin1-109/+111