summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-06tdf#152784: RTF import: more default paragraph paramsVasily Melenchuk1-2/+2
2023-01-06writerfilter: removed remains of GAP_HALF define and its usageVasily Melenchuk2-8/+2
2023-01-06tdf#152884 import alpha too for schemeClrRegina Henschel3-1/+21
2023-01-05tdf#131203 DOCX import: fix lost table when w:tblGrid is missingLászló Németh1-8/+9
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann3-6/+3
2023-01-03docx: Preserve w15:appearance SdtPr attributeofftkp5-0/+44
2023-01-01sw: read theme from OOXML file and set it to the draw pageTomaž Vajngerl15-647/+633
2022-12-29ms format import: better handling for invalid stylesVasily Melenchuk1-1/+9
2022-12-29Properly print floatsStephan Bergmann2-0/+15
2022-12-25sw: support for reading back theme color from OOXMLTomaž Vajngerl5-0/+65
2022-12-21ofz#54461 Null-dereferenceCaolán McNamara1-4/+14
2022-12-20writerfilter: fix crash in DomainMapper_Impl::convertFieldFormula()Miklos Vajna1-0/+5
2022-12-19loplugin:unocast (oox::ForumlaImExportBase)Stephan Bergmann3-3/+6
2022-12-19tdf#152206 DOCX import: fix mixed first footnoteLászló Németh3-38/+83
2022-12-18Combine oox::FormulaIm-/ExportBaseStephan Bergmann3-7/+8
2022-12-16Revert "fix math export/import in docx/rtf"Stephan Bergmann2-11/+5
2022-12-16sw content controls: enhance preserve idJustin Luth3-1/+7
2022-12-14tdf#151548 sw content controls: preserve tabIndexJustin Luth7-0/+39
2022-12-13tdf#151548 sw content controls: preserve lockJustin Luth6-1/+31
2022-12-13tdf#148035 sw content controls: cursor-move for runSdt onlyJustin Luth1-1/+2
2022-12-10tdf#152203 DOCX import: fix mixed footnotes/endnotesLászló Németh8-8/+101
2022-12-09Fix typoAndrea Gelmini1-1/+1
2022-12-09tdf#143311 offapi,oox,writerfilter,xmloff,sw: decorative flag on flysMichael Stahl5-3/+40
2022-12-09tdf#151548 sw content controls: preserve tag for block SDTsJustin Luth1-9/+2
2022-12-09tdf#149240 docx content controls: round-trip showingPlcHdr betterJustin Luth1-5/+15
2022-11-30related tdf#152305 writerfilter: avoid comment-related exceptionsJustin Luth1-3/+4
2022-11-30tdf#152289: implement external glossary relations roundtripMike Kaganski3-85/+85
2022-11-24tdf#152200: tolerate begin/end fldChar context mismatchMike Kaganski1-16/+23
2022-11-24tdf#151954 DOCX import: fix text moving before paragraph endLászló Németh4-1/+22
2022-11-24Introduce ParagraphProeprtiesPropertyMapStephan Bergmann5-74/+96
2022-11-24No need for the base class to virtual hereStephan Bergmann1-1/+1
2022-11-24Remove some unused includesMiklos Vajna14-17/+0
2022-11-23cleanup SdtControlType::plainText - same as the other controls.Justin Luth1-5/+1
2022-11-22DOCX filter: fix <w:id> creating both grab-bag and content control for <w:sdt>Miklos Vajna4-0/+22
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara1-2/+2