summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Related: tdf#159259 Drop obsolete exclusion of framePr inside sdtMike Kaganski1-2/+0
2024-01-03tdf#158971: Only copy directly-set propertiesMike Kaganski1-14/+22
2024-01-02tdf#158855: Make sure to not add extra paragraph after a table in a sectionMike Kaganski3-51/+102
2023-12-05writerfilter: fix crash in DomainMapper_Impl::PushSdt()co-23.05.6-2Miklos Vajna1-1/+12
2023-12-04tdf#136472 adjust ooxml import to handle first header/footerTomaž Vajngerl8-434/+596
2023-11-30writerfilter: clean-up PushPageHeaderFooter method impl.Tomaž Vajngerl2-54/+32
2023-11-30change PageType (first, left, right) enum to enum classTomaž Vajngerl4-34/+29
2023-11-30change bool header or footer parameter to use enum type insteadTomaž Vajngerl2-10/+17
2023-11-23fix a regression crash from commit 5082d50Jaume Pujantell4-17/+16
2023-10-27sw floattable: fix nullptr deref in TableManager::endLevel()Miklos Vajna1-1/+4
2023-10-26tdf#155682 sw floattable: fix DOCX with big pictures causes endless loopMiklos Vajna3-1/+26
2023-10-26tdf#155040 sw floattable, RTF: fix table is overlapped by subsequent inline oneMiklos Vajna5-4/+75
2023-10-25tdf#157663 SW: Tracked change improve moveAttila Szűcs2-1/+48
2023-10-24Enable STYLEREF flag export/import with OOXMLSkyler Grey3-0/+20
2023-10-19Add tests for STYLEREF and fix STYLEREF bugsSkyler Grey1-1/+1
2023-10-17sw floattable, wrap on all pages: add DOCX filterMiklos Vajna5-1/+44
2023-10-13tdf#86790: Add support for a word-style stylerefSkyler Grey2-10/+50
2023-10-12writerfilter: use content controls for text in block SDTsJaume Pujantell5-26/+155
2023-10-11tdf#155736 Modified IsInTOC() to handle IsInHeaderFooter() case.Satya2-7/+16
2023-09-22tdf#55160 sw floattable, nested DOCX imp: fix inner tables at cell startMiklos Vajna3-1/+24
2023-09-22Related: tdf#55160 sw floattable, nested DOCX imp: fix inner tbl at cell startMiklos Vajna9-48/+179
2023-09-14sw floattable, nesting: add DOCX importMiklos Vajna3-6/+29
2023-09-11tdf#157136: apply top context properties to the text input fieldMike Kaganski1-1/+4
2023-08-28ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl4-7/+7
2023-08-25tdf#77760 sw floattable: add support for footnotes, DOCX importMiklos Vajna3-16/+2
2023-08-17sw floattable: handle AllowOverlap==false in the RTF filterMiklos Vajna3-0/+43
2023-08-10sw floattable: import <w:tblOverlap w:val="never"> from DOCXMiklos Vajna6-0/+63
2023-07-31tdf#156130: Use default tab stop when TOC*N style doesn't define oneMike Kaganski1-6/+31
2023-07-31tdf#153804 DOCX import: fix lost footnotes in case of commentsLászló Németh2-2/+2
2023-07-14sw floattable: fix lost floating table right before a hidden para from DOCXMiklos Vajna3-0/+37
2023-07-11tdf#150408: Implement "Legal" numbering (all levels using Arabic numbers)Mike Kaganski4-1/+8
2023-07-11tdf#156059 sw floattable: fix lost 0 bottom margin of anchor in ftn from DOCXMiklos Vajna1-0/+26
2023-07-08tdf#133560: re-anchor objects, to use paragraph's dispose for bEndOfDocumentMike Kaganski1-66/+103
2023-07-08tdf#141969: use paragraph autostyle to mimic Word's table styleMike Kaganski1-33/+66
2023-06-20ooxml: import and export background and fill theme colors props.Tomaž Vajngerl4-5/+90
2023-06-18tdf#155690 writerfilter: fix import of bookmark in table...Michael Stahl1-0/+6
2023-06-16ooxml: import and export char underline theme colorsTomaž Vajngerl3-0/+44
2023-06-16ooxml: import and export border theme colors for various props.Tomaž Vajngerl7-15/+120
2023-06-14DOCX filter: improve handling of negative <w:position> in paragraph stylesMiklos Vajna5-6/+28
2023-06-14avoid some OUString construction in writerfilter/Noel Grandin5-365/+360
2023-06-14oox: fix theme data in model.xml to use a correct typesTomaž Vajngerl1-6/+6
2023-06-13sw: remove char color GrabBag and fix export, fix tint/shade calc.Tomaž Vajngerl3-2/+23
2023-06-13sw floattable: import non-split inner floating tables from DOCXMiklos Vajna3-15/+32
2023-06-09tdf#152046 Revert "tdf#100680 sw DOCX compatibility: fix wrap of as_char flys"Justin Luth1-1/+0
2023-06-07sw floattable, DOCX import: clean up not needed dmapper-level anchor insertMiklos Vajna3-28/+0
2023-06-07sw floattable: fix lost tables around a floating table from DOCXMiklos Vajna7-0/+149
2023-06-06tdf#103869 sw floattable: fix lost table right before a section break from DOCXMiklos Vajna3-0/+25
2023-06-02tdf#150769 sw floattable: fix lost PageDescName if section starts with a tableMiklos Vajna3-0/+99
2023-06-01use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl4-10/+10
2023-05-31sw floattable: handle \nobrkwrptbl in the RTF filterMiklos Vajna6-40/+31