summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2023-06-12tdf#154371 writerfilter outineNumbering: copy inherited listIdJustin Luth
2023-06-12sw floattable: import non-split inner floating tables from DOCXMiklos Vajna
2023-06-12ooxml: import and export char underline theme colorsTomaž Vajngerl
2023-06-12ooxml: import and export border theme colors for various props.Tomaž Vajngerl
2023-06-11oox: fix theme data in model.xml to use a correct typesTomaž Vajngerl
2023-06-09tdf#152046 Revert "tdf#100680 sw DOCX compatibility: fix wrap of as_char flys"Justin Luth
2023-06-08sw: remove char color GrabBag and fix export, fix tint/shade calc.Tomaž Vajngerl
2023-06-06sw floattable, DOCX import: clean up not needed dmapper-level anchor insertMiklos Vajna
2023-06-05sw floattable: fix lost tables around a floating table from DOCXMiklos Vajna
2023-06-04Use getXWeak in writerfilterMike Kaganski
2023-06-03tdf#134114 writerfilter: pass on AllowOverlap to graphicsJustin Luth
2023-06-02tdf#154751 writerfilter: last enabled strikethrough winsJustin Luth
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin
2023-06-01tdf#103869 sw floattable: fix lost table right before a section break from DOCXMiklos Vajna
2023-05-31tdf#150769 sw floattable: fix lost PageDescName if section starts with a tableMiklos Vajna
2023-05-30sw floattable: handle \nobrkwrptbl in the RTF filterMiklos Vajna
2023-05-25sw floattable: handle <w:doNotBreakWrappedTables> in the DOCX filterMiklos Vajna
2023-05-20loplugin:unusedmethodsNoel Grandin
2023-05-20loplugin:unusedfieldsNoel Grandin
2023-05-12avoid some OUString construction in writerfilter/Noel Grandin
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl
2023-05-08writerfilter: fix crash in DomainMapper_Impl::handleIndex()Miklos Vajna
2023-05-08Drop boost dependency for writerfilterHossein
2023-05-07Simplify some initializations in writerfilterJulien Nabet
2023-05-03tdf#154478 fix comments empy after ToCJaume Pujantell
2023-05-03tdf#151974: writerfilter: apply props only to new documentVasily Melenchuk
2023-05-02sw floattable, crashtesting: fix PDF export of forum-mso-en3-26783.docxMiklos Vajna
2023-04-29Simplify a bitMike Kaganski
2023-04-28sw floattable, crashtesting: fix PDF export of tdf114111-3.docxMiklos Vajna
2023-04-27tdf#131722 DOCX import: fix lost first character in date selectorCzeber László Ádám
2023-04-27sw floattable, crashtesting: fix PDF export of fdo72790-1.docx, part 4Miklos Vajna
2023-04-26sw floattable: DOCX import: m_bConvertedTable is now unusedMiklos Vajna
2023-04-26tdf#138093 DOCX import: fix broken date selector control in tableCzeber László Ádám
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin
2023-04-21tdf#133363 sw DOCX import: remove extra auto space in mixed listCzeber László Ádám
2023-04-21tdf#153195 sw RTF import: fix negative indent of table in footerCzeber László Ádám
2023-04-21sw floatable: teach the RTF import about SwFormatFlySplitMiklos Vajna
2023-04-17Remove some unused includesMiklos Vajna
2023-04-16tdf#154703 DOCX {im,ex}port framePr: adjust framesize by para spacingJustin Luth
2023-04-14tdf#154703 writerfilter framePr: RTF != INVERT_BORDER_SPACINGJustin Luth
2023-04-14-Werror,-Wunused-variableStephan Bergmann
2023-04-14tdf#154703 docx export framePr: merge para/frame FormatBoxJustin Luth
2023-04-13tdf#154481 sw DOCX import: fix page loss and freezing at ODT exportAttila Bakos (NISZ)
2023-04-13tdf#105035 writerfilter framePr: don't allow overlap in extreme caseJustin Luth
2023-04-12sw floattable: remove no longer needed DOCX import heuristicsMiklos Vajna
2023-04-12tdf#105035 tdf#127622 writerfilter framePr: compare using style infoJustin Luth
2023-04-12tdf#61594 sw floattable: import floating tables as split flys by defaultMiklos Vajna
2023-04-11use more string_view in filterNoel Grandin