summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2023-03-08sw floattable: partially re-enable widow / orphan control in tablesMiklos Vajna1-9/+0
2023-03-06writerfilter: prefix members of OOXMLStarMathValueMiklos Vajna2-4/+4
2023-03-03tdf#153613 writerfilter: handle defered break before SDT startJustin Luth1-0/+31
2023-03-02tdf#153891 DOCX import: crash fix at missing cell propertiesLászló Németh1-1/+3
2023-03-01oox: import directly into docmodel's Theme and ColorSetTomaž Vajngerl2-2/+4
2023-02-28tdf#143311 writerfilter: import decorative flag on as-char flys tooMichael Stahl1-1/+1
2023-02-28tdf#153874 writerfilter: fix anchoring of decorative shapesMichael Stahl5-40/+47
2023-02-27sw: prefix members of OOXMLDocumentImpl, OOXMLFastContextHandler, ...Miklos Vajna6-37/+37
2023-02-22tdf#153526 writerfilter: catch exception from no NumberingRulesJustin Luth1-4/+7
2023-02-22sw floatable: teach the DOCX filter about SwFormatFlySplitMiklos Vajna1-7/+21
2023-02-20writerfilter: prefix members of DomainMapper_Impl, EmbeddedFontHandler, ...Miklos Vajna10-529/+529
2023-02-17sw floattable: add ImportFloatingTableAsSplitFly expert settingMiklos Vajna1-0/+11
2023-02-17Revert "assert commit looking for example document to test theory."Justin Luth1-3/+0
2023-02-16tdf#153613 writerfilter: split para for inline too if not FirstRunJustin Luth1-3/+13
2023-02-16tdf#153613 writerfilter: don't always split para for shape w/ pagebreakJustin Luth1-8/+8
2023-02-16remove redundant mbWasShapeInPara = falseJustin Luth1-1/+0
2023-02-16Fix issue where comment replies would not get a para id on roundtripParis Oplopoios1-1/+1
2023-02-16Drop 'using namespace ::std' in dirs [u-x]*Gabor Kelemen5-30/+25
2023-02-15tdf#153613 writerfilter: anchors ignore prior run with page breakJustin Luth1-1/+2
2023-02-15tdf#147258 DOCX import: fix bad char format w/ inline <w:sdt> and data bindingMiklos Vajna3-0/+30
2023-02-15DOCX filter: fix horizontal pos of floattables with compat mode >= 15Miklos Vajna1-2/+2
2023-02-15writerfilter: don't clear breaks when IsInCommentsJustin Luth1-8/+8
2023-02-14tdf#153602 writerfilter: clear isDummyPara after processing table.Justin Luth1-0/+10
2023-02-14tdf#153592 writerfilter: don't defer breaks into shapes/commentsJustin Luth1-3/+3
2023-02-13writerfilter: prefix members of DomainMapper, GraphicZOrderHelper, ...Miklos Vajna7-46/+46
2023-02-13Fix typo, improve code readability, fix commentParis Oplopoios2-5/+5
2023-02-11assert commit looking for example document to test theory.Justin Luth1-0/+5
2023-02-09cid#1401328 suppress Uncaught exceptionCaolán McNamara1-1/+2
2023-02-07tdf#153083 writerfilter,sw: DOCX locale-dependent TOC \t style names, 3Michael Stahl3-6/+6
2023-02-07tdf#153083 writerfilter,sw: consolidate StyleName->StyleId in msfilterMichael Stahl1-13/+2
2023-02-02tdf#130782 tdf#153203 writerfilter,sw: DOCX import/export of a11yMichael Stahl2-1/+21
2023-01-31tdf#153083 writerfilter: import locale-dependent TOC \t style names, 2Michael Stahl4-33/+149
2023-01-27tdf#151548 sw content controls: preserve tabIndex val="-1"Justin Luth2-1/+1
2023-01-27move Theme class to own file inside docmodelTomaž Vajngerl1-4/+4
2023-01-27move ColorSet class to own file inside docmodelTomaž Vajngerl1-0/+1
2023-01-23tdf#153090 writerfilter,sw: DOCX/RTF import/export of TOC \c \tMichael Stahl1-0/+6
2023-01-23tdf#153046 RTF import: fix lost paragraph alignment after page breakMiklos Vajna3-1/+40
2023-01-20related tdf#125038 FORMTEXT/REF:fix spurious text outside IF fieldJustin Luth1-3/+4
2023-01-20NFC writerfilter: avoid unnecessary code processingJustin Luth1-14/+17
2023-01-19Fix typoAndrea Gelmini1-1/+1
2023-01-18tdf#153082 writerfilter,sw: import/export locale-dependent TOC ...Michael Stahl1-3/+4
2023-01-18tdf#153082 writerfilter: import locale-dependent TOC \t style namesMichael Stahl2-1/+32
2023-01-18tdf#119229 docx: Preserve w15:paraIdParent attribute in commentsExtendedParis Oplopoios6-5/+22
2023-01-13tdf#131386 writerfilter: RTF import paragraph mark formattingMichael Stahl3-9/+15
2023-01-13tdf#152952 sw: don't hyphenate URLs by defaultMichael Stahl1-0/+1
2023-01-13ooxml: fix theme color type mapping: bg -> light, text -> darkTomaž Vajngerl1-4/+4
2023-01-13introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl7-78/+158
2023-01-12tdf#152425 Synchronize import and export style names mappingMike Kaganski1-106/+126
2023-01-10tdf#103956: RTF import: fix for \cellx0 or no params.Vasily Melenchuk1-3/+10
2023-01-09tdf#148578: Do not apply table shift for RTFVasily Melenchuk1-4/+1