summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-03-111-1/+1
* loplugin:loopvartoosmallStephan Bergmann2017-03-071-2/+2
* tdf#104287 RTF import: handle bitmap shapes inside tablesMiklos Vajna2017-03-074-15/+60
* Remove redundant 'inline' keywordStephan Bergmann2017-03-034-8/+8
* Fix typosAndrea Gelmini2017-03-022-2/+2
* xmlsecurity: avoid using the SerialNumberAdapter wrapperMiklos Vajna2017-03-021-1/+2
* writerfilter: avoid repeating the return type from the declarationMiklos Vajna2017-03-013-8/+8
* new loplugin unoanyNoel Grandin2017-02-2818-96/+96
* tdf#103931 DOCX import: fix lost section breakMiklos Vajna2017-02-281-0/+1
* re org things a little to quieten coverity warningsCaolán McNamara2017-02-253-0/+6
* vcl PDF import: there is no PNG encoding hereMiklos Vajna2017-02-242-2/+2
* tdf#105490: writerfilter exception - ULSpace must be >= 0Justin Luth2017-02-241-2/+2
* writerfilter: RTF import: hex-escaped \r and \n create paragraph breakMichael Stahl2017-02-231-1/+13
* tdf#104081 RTF import: handle \htmautspMiklos Vajna2017-02-214-4/+10
* remove some unused enumeratorsNoel Grandin2017-02-201-1/+0
* tdf#106001: Treat CharScaleWidth outliers as 100 in DOCX importAron Budea2017-02-171-2/+11
* writerfilter: can use std::move() hereMiklos Vajna2017-02-158-35/+35
* RTF import: handle target of hyperlinkMiklos Vajna2017-02-142-0/+13
* tdf#105852: don't merge cells if there were no merge continuationMike Kaganski2017-02-092-7/+11
* loplugin:unusedenumconstants read-only constants in writerfilterNoel Grandin2017-02-084-71/+1
* tdf#101626: replace soft-hyphen by hard-hyphen in ooxml importPatrick J2017-02-061-1/+7
* Add missing #includesStephan Bergmann2017-02-065-0/+5
* writerfilter: convert ResourceType to scoped enumNoel Grandin2017-02-065-38/+37
* writerfilter: remove gperf related declarationsMichael Stahl2017-02-021-11/+1
* tdf#103976 DOCX import: disable incomplete w:before/afterLines style handlingMiklos Vajna2017-01-311-2/+8
* Indentation fixesMiklos Vajna2017-01-301-2/+2
* loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin2017-01-272-3/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-2614-216/+107
* sw: various small cleanupsMiklos Vajna2017-01-252-7/+7
* tdf#105511: use LO language settings to set default RTF languageMike Kaganski2017-01-251-6/+26
* Drop incorrect "artistic" prefix from some token namesTor Lillqvist2017-01-241-4/+4
* tdf#48658 writerfilter: only set THROUGH wraps as transparentJustin Luth2017-01-201-1/+7
* New loplugin:dynexcspec: Add @throws documentation, writerfilterStephan Bergmann2017-01-194-0/+17
* tdf#104718: Prompt user to continue on SAXExceptionMike Kaganski2017-01-191-3/+7
* tdf#99074 sw: remove duplicate property "IsBrowseMode" againMichael Stahl2017-01-181-13/+14
* writerfilter: clean up remaining redundant initializers in RTF importMiklos Vajna2017-01-182-34/+1
* tdf#104181: don't throw on XRelationshipAccess queryMike Kaganski2017-01-181-4/+4
* tdf#104150 DOCX import: handle <w:displayBackgroundShape/>Miklos Vajna2017-01-176-7/+33
* Resolves: tdf#103063 don't crash on importing this fileCaolán McNamara2017-01-171-10/+12
* New loplugin:externvar: writerfilterStephan Bergmann2017-01-091-1/+1
* tdf#105143 DOCX import: enable DoNotCaptureDrawObjsOnPage layout compat optionMiklos Vajna2017-01-061-0/+1
* tdf#104085 Replace number format code literal with ooxml enumeration.Mark Hung2017-01-041-2/+2
* writerfilter: various small cleanups in rtfdocumentimplMiklos Vajna2017-01-042-51/+14
* tdf#99616 writerfilter: hideMark shouldn't force min sizeJustin Luth2017-01-041-3/+1
* tdf#104744 RTF import: fix unexpected zero para left margin wrt style dedupMiklos Vajna2017-01-031-29/+45
* tdf#104876 writerfilter: m_bTableSizeTypeInserted = false hereJustin Luth2017-01-021-1/+3
* tdf#66405: imported formulas should have all margins set to 0Mike Kaganski2016-12-231-0/+19
* tdf#75573 - relocate code: alternate stream already startedJustin Luth2016-12-221-4/+4
* tdf#104710 bRemove: only prevent w/BREAK_TYPE for defined SectionsJustin Luth2016-12-222-1/+4
* related to tdf#97417: fix unit test's early para numberingJustin Luth2016-12-211-1/+3