summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-03tdf#104744 RTF import: fix unexpected zero para left margin wrt style dedupMiklos Vajna1-29/+45
2017-01-02tdf#104876 writerfilter: m_bTableSizeTypeInserted = false hereJustin Luth1-1/+3
2016-12-23tdf#66405: imported formulas should have all margins set to 0Mike Kaganski1-0/+19
2016-12-22tdf#75573 - relocate code: alternate stream already startedJustin Luth1-4/+4
2016-12-22tdf#104710 bRemove: only prevent w/BREAK_TYPE for defined SectionsJustin Luth2-1/+4
2016-12-21related to tdf#97417: fix unit test's early para numberingJustin Luth1-1/+3
2016-12-21related to tdf#97417: fix unit test page countJustin Luth1-2/+2
2016-12-21tdf#96218: MSO DOCX image incorrectly placed when using Alignment PositionTamás Zolnai3-1/+7
2016-12-20writerfilter: various small cleanupsMiklos Vajna6-16/+11
2016-12-19tdf#104162 DOCX import: fix crash on <w:hideMark/> in a comment tableMiklos Vajna1-0/+8
2016-12-19tdf#104713 writerfilter: parentless styles - only if default definedJustin Luth1-2/+11
2016-12-17tdf#104714 bRemove paragraph: ignore frames in Headers/FootersJustin Luth3-13/+9
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin7-46/+46
2016-12-13tdf#104228 RTF import: fix override of style left/right para marginMiklos Vajna1-0/+2
2016-12-13tdf#46941 docx: don't balance columns before page-break-sectionJustin Luth2-1/+22
2016-12-09tdf#103925 RTF import: fix handling of \animtext0Miklos Vajna1-3/+17
2016-12-09RTF filter: handle user-defined document properties of type doubleMiklos Vajna2-0/+5
2016-12-09RTF filter: handle user-defined document properties of type dateMiklos Vajna2-0/+28
2016-12-09RTF filter: handle user-defined document properties of type boolMiklos Vajna2-0/+5
2016-12-08RTF filter: handle user-defined document properties of type numberMiklos Vajna2-0/+5
2016-12-07remove member write in dtorJochen Nitschke2-8/+0
2016-12-07tdf#103651 check isForwardEvents() for symbols in commentsMark Hung3-1/+8