summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2-8/+14
2017-03-19fix typo/grammar: "the the" --> thedennisroczek2-518/+512
2017-03-17cleanup double includes and declarationsJochen Nitschke1-10/+6
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-3/+3
2017-03-14tdf#105729 RTF import: \ltrpar should not override \qc from styleMiklos Vajna1-2/+4
2017-03-13tdf#103931 writerfilter breaktype: same for implicit and explicitJustin Luth1-1/+2
2017-03-11Fix typosAndrea Gelmini1-1/+1
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-2/+2
2017-03-07tdf#104287 RTF import: handle bitmap shapes inside tablesMiklos Vajna4-15/+60
2017-03-03Remove redundant 'inline' keywordStephan Bergmann4-8/+8
2017-03-02Fix typosAndrea Gelmini2-2/+2
2017-03-02xmlsecurity: avoid using the SerialNumberAdapter wrapperMiklos Vajna1-1/+2
2017-03-01writerfilter: avoid repeating the return type from the declarationMiklos Vajna3-8/+8
2017-02-28new loplugin unoanyNoel Grandin18-96/+96
2017-02-28tdf#103931 DOCX import: fix lost section breakMiklos Vajna1-0/+1
2017-02-25re org things a little to quieten coverity warningsCaolán McNamara3-0/+6
2017-02-24vcl PDF import: there is no PNG encoding hereMiklos Vajna2-2/+2
2017-02-24tdf#105490: writerfilter exception - ULSpace must be >= 0Justin Luth1-2/+2
2017-02-23writerfilter: RTF import: hex-escaped \r and \n create paragraph breakMichael Stahl1-1/+13
2017-02-21tdf#104081 RTF import: handle \htmautspMiklos Vajna4-4/+10
2017-02-20remove some unused enumeratorsNoel Grandin1-1/+0
2017-02-17tdf#106001: Treat CharScaleWidth outliers as 100 in DOCX importAron Budea1-2/+11
2017-02-15writerfilter: can use std::move() hereMiklos Vajna8-35/+35
2017-02-14RTF import: handle target of hyperlinkMiklos Vajna2-0/+13
2017-02-09tdf#105852: don't merge cells if there were no merge continuationMike Kaganski2-7/+11
2017-02-08loplugin:unusedenumconstants read-only constants in writerfilterNoel Grandin4-71/+1
2017-02-06tdf#101626: replace soft-hyphen by hard-hyphen in ooxml importPatrick J1-1/+7
2017-02-06Add missing #includesStephan Bergmann5-0/+5
2017-02-06writerfilter: convert ResourceType to scoped enumNoel Grandin5-38/+37
2017-02-02writerfilter: remove gperf related declarationsMichael Stahl1-11/+1
2017-01-31tdf#103976 DOCX import: disable incomplete w:before/afterLines style handlingMiklos Vajna1-2/+8
2017-01-30Indentation fixesMiklos Vajna1-2/+2
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin2-3/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann14-216/+107
2017-01-25sw: various small cleanupsMiklos Vajna2-7/+7
2017-01-25tdf#105511: use LO language settings to set default RTF languageMike Kaganski1-6/+26
2017-01-24Drop incorrect "artistic" prefix from some token namesTor Lillqvist1-4/+4
2017-01-20tdf#48658 writerfilter: only set THROUGH wraps as transparentJustin Luth1-1/+7
2017-01-19New loplugin:dynexcspec: Add @throws documentation, writerfilterStephan Bergmann4-0/+17
2017-01-19tdf#104718: Prompt user to continue on SAXExceptionMike Kaganski1-3/+7
2017-01-18tdf#99074 sw: remove duplicate property "IsBrowseMode" againMichael Stahl1-13/+14
2017-01-18writerfilter: clean up remaining redundant initializers in RTF importMiklos Vajna2-34/+1
2017-01-18tdf#104181: don't throw on XRelationshipAccess queryMike Kaganski1-4/+4
2017-01-17tdf#104150 DOCX import: handle <w:displayBackgroundShape/>Miklos Vajna6-7/+33
2017-01-17Resolves: tdf#103063 don't crash on importing this fileCaolán McNamara1-10/+12
2017-01-09New loplugin:externvar: writerfilterStephan Bergmann1-1/+1
2017-01-06tdf#105143 DOCX import: enable DoNotCaptureDrawObjsOnPage layout compat optionMiklos Vajna1-0/+1
2017-01-04tdf#104085 Replace number format code literal with ooxml enumeration.Mark Hung1-2/+2
2017-01-04writerfilter: various small cleanups in rtfdocumentimplMiklos Vajna2-51/+14
2017-01-04tdf#99616 writerfilter: hideMark shouldn't force min sizeJustin Luth1-3/+1