summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2023-08-09sw floattable: import <w:tblOverlap w:val="never"> from DOCXMiklos Vajna
2023-07-22tdf#149498 sw: fix Undo crash at bookmark over cellsLászló Németh
2023-07-21Fix typoAndrea Gelmini
2023-07-17tdf#156030: sw: better import of IF field for RTF and DOCXVasily Melenchuk
2023-07-13Fix typoAndrea Gelmini
2023-07-13sw floattable: fix lost floating table right before a hidden para from DOCXMiklos Vajna
2023-07-11tdf#150408: Implement "Legal" numbering (all levels using Arabic numbers)Mike Kaganski
2023-07-11tdf#156130: Use default tab stop when TOC*N style doesn't define oneMike Kaganski
2023-07-09tdf#153804 DOCX import: fix lost footnotes in case of commentsLászló Németh
2023-07-06loplugin:unusedfields all-can-be-privateNoel Grandin
2023-07-06tdf#156059 sw floattable: fix lost 0 bottom margin of anchor in ftn from DOCXMiklos Vajna
2023-07-05Optimize a bitMike Kaganski
2023-07-05Related: tdf#131062 Simplify a bitMike Kaganski
2023-07-04tdf#141969: use paragraph autostyle to mimic Word's table styleMike Kaganski
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-24tdf#133560: re-anchor objects, to use paragraph's dispose for bEndOfDocumentMike Kaganski
2023-06-19embeddedfontshelper: use u16string_view instead of char pointerKhaled Hosny
2023-06-18use frozen::make_unordered_map so no need to specify the countTomaž Vajngerl
2023-06-18ooxml: import and export background and fill theme colors props.Tomaž Vajngerl
2023-06-17oox, writerfilter, xmloff: use frozen data structures for static dataTomaž Vajngerl
2023-06-16tdf#155736 replaced m_bStartTOC condition with a method IsInTOC()Satya
2023-06-15tdf#155736 Modified IsInTOC() to handle IsInHeaderFooter() case.Satya
2023-06-14tdf#155690 writerfilter: fix import of bookmark in table...Michael Stahl
2023-06-13DOCX filter: improve handling of negative <w:position> in paragraph stylesMiklos Vajna
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