summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2023-05-05writerfilter: fix crash in DomainMapper_Impl::handleIndex()Miklos Vajna1-1/+4
2023-05-04tdf#154478 fix comments empy after ToCJaume Pujantell1-1/+7
2023-04-12Revert "tdf#143574 OOXML export/import of textboxes in group shapes"Justin Luth1-4/+0
2023-04-12Revert "tdf#66039 DOCX: import textboxes (with tables, images etc.)Justin Luth11-133/+3
2023-04-12Revert "tdf#148687 tdf#149173 tdf#149546 sw: fix crash with textboxes"Justin Luth1-18/+9
2023-03-29tdf#146955 DOCX import: fix SAX exception with footnotesLászló Németh1-7/+5
2023-03-22tdf#153964 writerfilter compat15: top margin after break splitJustin Luth1-6/+66
2023-03-06tdf#153613 writerfilter: handle defered break before SDT startJustin Luth1-0/+31
2023-01-31tdf#148687 tdf#149173 tdf#149546 sw: fix crash with textboxesAttila Bakos (NISZ)1-9/+18
2023-01-30tdf#151548 sw content controls: preserve tabIndex val="-1"Justin Luth2-1/+1
2023-01-17tdf#66039 DOCX: import textboxes (with tables, images etc.) in group shapesAttila Bakos (NISZ)11-3/+133
2023-01-17tdf#143574 OOXML export/import of textboxes in group shapesAttila Bakos (NISZ)1-0/+4
2023-01-17ooxml: fix theme color type mapping: bg -> light, text -> darkTomaž Vajngerl1-4/+4
2023-01-17introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl7-78/+158
2023-01-16sw: read theme from OOXML file and set it to the draw pageTomaž Vajngerl15-647/+633
2023-01-14tdf#152425 Synchronize import and export style names mappingMike Kaganski1-106/+126
2023-01-12sw: support for reading back theme color from OOXMLTomaž Vajngerl5-0/+65
2023-01-04docx: Preserve w15:appearance SdtPr attributeofftkp5-0/+44
2022-12-21sw content controls: enhance preserve idJustin Luth3-1/+7
2022-12-21tdf#151548 sw content controls: preserve tabIndexJustin Luth7-0/+39
2022-12-21tdf#149240 docx content controls: round-trip showingPlcHdr betterJustin Luth1-5/+15
2022-12-20tdf#151548 sw content controls: preserve lockJustin Luth6-1/+31
2022-12-20tdf#151548 sw content controls: preserve tag for block SDTsJustin Luth1-9/+2
2022-12-19writerfilter: fix crash in DomainMapper_Impl::convertFieldFormula()Miklos Vajna1-0/+5
2022-11-30tdf#152289: implement external glossary relations roundtripMike Kaganski3-85/+85
2022-11-25tdf#152200: tolerate begin/end fldChar context mismatchMike Kaganski1-16/+23
2022-11-24DOCX filter: fix <w:id> creating both grab-bag and content control for <w:sdt>Miklos Vajna4-0/+22
2022-11-23sw content controls: fix SdtHelper missing clear() itemsJustin Luth1-0/+4
2022-11-10sw content controls: allow no list items in a dropdownMiklos Vajna1-1/+5
2022-10-26sw content controls: enable data binding for dateMiklos Vajna3-2/+39
2022-10-16tdf#138625 DOCX import: fix superscript footnote numbering in l10nLászló Németh1-4/+4
2022-10-16writerfilter: avoid divide by zeroXisco Fauli1-3/+3
2022-10-12tdf#151261 DOCX import: fix dropdown SDT when the item display text is missingMiklos Vajna3-0/+49
2022-10-07sw content controls: preserve tagMiklos Vajna6-0/+35
2022-10-07sw content controls: preserve aliasMiklos Vajna6-0/+27
2022-09-23sw content controls, combo box: add DOCX filterMiklos Vajna6-6/+58
2022-09-23crashtesting: fix DOCX export of forum-mso-de-99522.docxMiklos Vajna1-1/+2
2022-09-20sw content controls, plain text: enable DOCX filter with data bindingMiklos Vajna3-13/+14
2022-08-28tdf#143703 sw: always assign name for fly sectionVasily Melenchuk2-29/+31
2022-07-27sw content controls, plain text: add DOCX importMiklos Vajna6-1/+59
2022-06-30tdf#149654 sw content controls: fix missing string before inline SDT from DOCXMiklos Vajna3-0/+31
2022-06-27crashtesting: fix assert seen with forum-mso-en-8349.docxCaolán McNamara1-1/+1
2022-05-31sw content controls, date: add DOCX importMiklos Vajna4-7/+106
2022-05-25sw: copy grab bags in mail mergeMichael Stahl1-0/+2
2022-05-25tdf#148132: Revert "n#758883 dmapper: paragraph-level..."Vasily Melenchuk5-84/+17
2022-05-25tdf#148455 docx import/export: improvements to lvlOverrideVasily Melenchuk1-2/+8
2022-05-24sw content controls, picture: add DOCX filterMiklos Vajna5-0/+50
2022-05-13tdf#146346 DOCX import: fix table margins in footnotesLászló Németh1-1/+18
2022-05-13sw content controls, drop-down: add DOCX importMiklos Vajna6-6/+94
2022-05-03sw content controls, checkbox: add DOCX importMiklos Vajna10-13/+172