summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-02tdf#131594: switch line numbering off if w:countBy="0"Xisco Fauli1-10/+15
2020-03-16DOCX import: tokenize <w:numFmt w:val="custom" w:format="...">Miklos Vajna1-2/+41
2020-03-06rhbz#1810732 crash/assert inserting document with initial graphicCaolán McNamara1-1/+3
2020-02-22tdf#130817 RTF doesn't set custom footnote stateJan-Marek Glogowski1-1/+2
2020-02-22tdf#130814 preserve context before page breaksJan-Marek Glogowski1-2/+4
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen1-3/+3
2020-02-17DOCX import: don't touch the ZOrder of inline, in-shape objectsMiklos Vajna1-0/+2
2020-02-05tdf#130167 writerfilter: while bDiscardHeaderFooter, ignore inlinesJustin Luth1-0/+3
2020-02-05tdf#129912 correctly stop unstyled footnote parsingJan-Marek Glogowski1-1/+0
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-4/+1
2020-01-30tdf#129659 DOCX check global footnote contextJan-Marek Glogowski1-8/+7
2020-01-17tdf#129888 DOCX shape import: handle o:allowincellBakos Attila1-14/+0
2020-01-16sw: add DOCX import for semi-transparent textMiklos Vajna1-1/+8
2020-01-10use more std::make_sharedNoel Grandin1-5/+5
2020-01-09cleanup tdf#129522: indentingJustin Luth1-0/+2
2020-01-07tdf#129522 writerfilter: allow char shadow_NONE overridesJustin Luth1-5/+5
2020-01-03tdf#129522 SvxShadowItem/writerfilter: allow shadow_NONE overridesJustin Luth1-2/+6
2019-12-24Fix grammarAndrea Gelmini1-1/+1
2019-12-22loplugin:unusedfieldsNoel Grandin1-5/+0
2019-12-20tdf#123262 writerfilter: completely ignore footnote separatorsJustin Luth1-8/+20
2019-12-20tdf#87569 tdf#109411 DOCX import: fix shape anchor in tablesBakos Attila1-0/+15
2019-12-16tdf#129353, tdf#129402: fix node creation on index importMike Kaganski1-5/+6
2019-12-03PopFieldContext calls CloseFieldCommand itselfMike Kaganski1-3/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
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-21tdf#121658 Roundtrip w:doNotHyphenateCaps via InteropGrabBagSamuel Mehrbrodt1-0/+3
2019-11-13tdf#95374 DOCX import: reset left indentation at disabled numberingLászló Németh1-0/+5
2019-11-06crashtesting: null deref on import of lp482242-3.rtfCaolán McNamara1-2/+5
2019-11-06tdf#99602 writerfilter: import subscript into character styleJustin Luth1-3/+22
2019-11-06tdf#121661 Roundtrip w:hyphenationZone via InteropGrabBagSamuel Mehrbrodt1-0/+3
2019-11-03loplugin:stringaddNoel Grandin1-2/+1
2019-10-28tdf#121441 improve DOCX footnote importJan-Marek Glogowski1-8/+87
2019-10-23writerfilter: add config to import all fields as generic, incl. commandsMichael Stahl1-2/+6
2019-10-17loplugin:virtualdead unused param in BinaryObj::dataNoel Grandin1-2/+1
2019-10-17writerfilter: fix commentJustin Luth1-1/+1
2019-10-17loplugin:virtualdead unused param in LoggedStream::lcl_infoNoel Grandin1-4/+0
2019-10-17loplugin:virtualdead unusedparam in LoggedTable::lcl_entryNoel Grandin1-2/+1
2019-10-16tdf#128156 DOCX import: fix losing redline at page breakLászló Németh1-1/+2
2019-10-09tdf#120336 DOCX import: fix page break after tracked deletionLászló Németh1-1/+3
2019-10-09NFC writerfilter: preparation for adding CharProps to GetAnyPropertyJustin Luth1-4/+4
2019-10-07related tdf#99602 writerfilter TODO: subscript - use ParaStyle fontsizeJustin Luth1-42/+10
2019-10-04related tdf#99602 writerfilter: deferredCharProps unhandled in StylesJustin Luth1-1/+2
2019-09-04tdf#95848 writerfilter: DOCX import: fix mapping of w:abstractNumMichael Stahl1-0/+6
2019-09-02tdf#124491 DOCX: import tracked changes of empty paragraphsLászló Németh1-0/+1
2019-08-23tdf#119809: FILESAVE DOCX The combo box ActiveX control is lostTamás Zolnai1-2/+3
2019-08-06tdf#126309 RTF import: fix not needed para adjust swap for bidi textMiklos Vajna1-1/+4
2019-08-05tdf126701: MSForms: Fix import of date field at the end of the paragraph.Tamás Zolnai1-14/+14
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): writerfilterStephan Bergmann1-8/+8