summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2020-01-08DOCX import: fix lost page break when footer ends with a tableMiklos Vajna5-3/+97
2020-01-07tdf#129522 writerfilter: allow char shadow_NONE overridesJustin Luth1-5/+5
2020-01-07tdf#129452 DOCX import: fix bottom border of merged columnSzabolcs Toth1-3/+14
2020-01-07tdf#77796 DOCX: import table style based cell paddingLászló Németh2-0/+48
2020-01-06tdf#129450 DOCX import: fix bottom border of 1-row tablesSzabolcs Toth1-0/+5
2020-01-06tdf#129442 DOCX import: fix right border of 1-column tablesSzabolcs Toth1-0/+5
2020-01-06Removed redundant semicolonsAndrea Gelmini2-6/+6
2020-01-04tdf#129475 DOCX: fix gridAfter with shape-only cellsLászló Németh9-72/+132
2020-01-03tdf#129522 SvxShadowItem/writerfilter: allow shadow_NONE overridesJustin Luth1-2/+6
2020-01-02tdf#129605 rtfimport: deduplicating borders loses informationJustin Luth1-0/+13
2020-01-02tdf#129205 DOCX import: handle the <w:shd w:val="nil" ...> paragraph propertyMiklos Vajna4-1/+77
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin2-7/+7
2019-12-24Fix grammarAndrea Gelmini1-1/+1
2019-12-22loplugin:finalclasses in UnoControls..writerperfectNoel Grandin1-1/+1
2019-12-22loplugin:unusedfieldsNoel Grandin5-18/+0
2019-12-21nitpick tdf#123262 writefilter: use enum class and documentJustin Luth1-1/+10
2019-12-20tdf#129513: drop incorrect and redundant erasure of paragraph sprmMike Kaganski1-1/+0
2019-12-20tdf#123262 writerfilter: completely ignore footnote separatorsJustin Luth3-26/+34
2019-12-20tdf#87569 tdf#109411 DOCX import: fix shape anchor in tablesBakos Attila2-0/+24
2019-12-20DOCX table import: fix interaction of 1-cell rows and "inside" vertical bordersMiklos Vajna5-1/+127
2019-12-19Fix mid-air collisionStephan Bergmann1-1/+1
2019-12-19tdf#129247 writerfilter,sw: improve handling of CONTROL fieldsMichael Stahl1-1/+12
2019-12-18sw RTF export: don't mark these members as constMiklos Vajna1-1/+1
2019-12-17tdf#112201 writerfilter: try to apply continuous section page style...Michael Stahl1-0/+15
2019-12-17tdf#112201 writerfilter: continuous sections:Michael Stahl1-1/+2
2019-12-17Convert some defines to constexprMike Kaganski1-9/+5
2019-12-17tdf#112202 writerfilter,sw: fix loss of headersMichael Stahl3-7/+55
2019-12-16tdf#129353, tdf#129402: fix node creation on index importMike Kaganski3-71/+125
2019-12-16tdf#129242 Regression fixed for one cell table bordersSzabolcs Toth1-1/+1
2019-12-13loplugin:expandablemethodsNoel Grandin2-8/+2
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann2-5/+0
2019-12-12Use structured bindingMike Kaganski1-8/+6
2019-12-08fdo#38414 tdf#44986: DOCX table import: handle gridBefore/AfterLászló Németh9-132/+72
2019-12-08tdf#116194 DOCX import: fix missing tables with w:gridBeforeLászló Németh6-15/+65
2019-12-06Related: tdf#115719 DOCX import: fix increased spacing vs left-aligned objectsMiklos Vajna5-12/+38
2019-12-06tdf#120546 fix DOCX overriding numrule formatJan-Marek Glogowski1-0/+3
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt3-1/+8
2019-12-05writerfilter: name the FiltersTest test CppunitTest_writerfilter_filters_testMiklos Vajna49-15/+16
2019-12-04tdf#128428 RTF: switch off longer space at \dntblnsbdbLászló Németh1-0/+5
2019-12-04some std::set->o3tl::sorted_vectorNoel Grandin1-3/+4
2019-12-03PopFieldContext calls CloseFieldCommand itselfMike Kaganski1-3/+0
2019-12-03remove some useless comment linesNoel Grandin2-5/+0
2019-12-02revert obsolete writerfilter hacks for tdf#119054 and tdf#128752Justin Luth4-58/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann16-75/+75
2019-11-30Rewrite uses of boost::optionalStephan Bergmann2-3/+3
2019-11-29tdf#118947 writerfilter: remove obsolete tablestyle fontsize hackJustin Luth1-17/+6
2019-11-28NFC tdf#120412 cleanup: use DFLT_ESC_* moreJustin Luth1-2/+1
2019-11-27Related: tdf#128611 RTF import: handle vertical flip of line shapesMiklos Vajna1-0/+19
2019-11-27crashtesting: failure on import of tdf113230-1.docxCaolán McNamara1-1/+5
2019-11-27tdf#76586 fix table width of auto-width nested tablesLászló Németh2-2/+12