summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2022-04-27tdf#148515: RTF filter: do not use char prop defaults for tablesVasily Melenchuk1-1/+1
2022-04-26tdf#139948: docx and rtf import: emulate border in betweenVasily Melenchuk7-3/+47
2022-04-11tdf#95706: RTF import: tolerant font table parsingVasily Melenchuk3-74/+93
2022-04-08tdf#95706: RTF import: Use fontname suffixes to detect encodingVasily Melenchuk3-2/+59
2022-04-06tdf#148361: docx sdt: cleanup databinding data after insertingVasily Melenchuk2-6/+17
2022-04-03tdf#148273 docx import: fix section break format leak to bulletsSarper Akdemir2-1/+9
2022-04-01tdf#116358: rtf import: "keep with next" also affects table rowsVasily Melenchuk3-5/+5
2022-03-28tdf#148111: docx std fields: use placeholder text for empty dataVasily Melenchuk1-1/+2
2022-03-25forcepoint#82 back() called on empty vectorCaolán McNamara1-0/+2
2022-03-23tdf#111851: rtf import: fifty shades of greyVasily Melenchuk1-78/+58
2022-03-22tdf#104390: rtf import: init default font for entire state stackVasily Melenchuk1-7/+13
2022-03-22tdf#118047: RTF import: better deduplication for header/footerVasily Melenchuk3-18/+18
2022-03-21tdf#131234: RTF import: extend default char props listVasily Melenchuk1-0/+12
2022-03-16tdf#146851: writerfilter: do not recreate list levels on overrideVasily Melenchuk1-3/+6
2022-03-03tdf#146171 DOCX: fix loss of change tracking, if no dateLászló Németh1-1/+10
2022-03-01fail more gracefully if m_aTmpPosition is emptyCaolán McNamara1-0/+2
2022-02-11tdf#146917: docx import: better support for style with num resetVasily Melenchuk1-5/+54
2022-02-10tdf#147206 writerfilter: fix end position of hyperlink in ToXMichael Stahl1-1/+8
2022-02-09(related: tdf#147206) writerfilter: fix another end in...Michael Stahl1-3/+13
2022-02-09docx import: right margin was not respected for para with listVasily Melenchuk1-0/+4
2022-02-09tdf#126287: docx import: use defered linebreakVasily Melenchuk3-3/+60
2022-02-08RTF paste: fix cursor creation on shapesMiklos Vajna3-3/+68
2022-02-03tdf#147115 writerfilter: style is only default if default=trueJustin Luth1-1/+5
2022-02-02tdf#129578 rtfimport: CJK char properties are not CSJustin Luth1-2/+2
2022-01-30DOCX import: handle a subset of <w:ptab w:alignment="left">Miklos Vajna5-0/+87
2022-01-27Take layoutInCell into consideration when placing graphic in tableTor Lillqvist3-0/+8
2022-01-27tdf#139737 sw_fieldmarkhide: writerfilter: don't copy header/footerMichael Stahl2-5/+11
2022-01-25DOCX import: fix <wp:anchor layoutInCell="1"> with <wp:wrapNone>Miklos Vajna3-0/+29
2022-01-25DOCX import: floating table with negative top margin has to be a fly frameMiklos Vajna3-2/+30
2022-01-18RTF import: handle the pictureContrast and pictureBrightness shape propsMiklos Vajna3-0/+101
2022-01-05tdf#146489 writerfilter: ensure only character propertiesJustin Luth1-1/+3
2022-01-03crashtesting: set document reference only onceVasily Melenchuk1-1/+1
2021-12-21tdf#104823: support for sdt plain text fieldsVasily Melenchuk3-19/+194
2021-12-21tdf#104823: basic support for reading field data from databindingVasily Melenchuk9-4/+96
2021-12-11tdf#146140 sw DOCX import: fix moveFrom regression with broken text contentLászló Németh1-1/+0
2021-12-11tdf#145720 DOCX export: fix loss of tracked movingLászló Németh3-1/+23
2021-12-09sw: support for other sdt attributes roundtrip in datepickerVasily Melenchuk3-5/+22
2021-12-09writerfilter: extend SdtHelper for better support control typesVasily Melenchuk3-59/+63
2021-12-03tdf#137466: docx: support w:placeholder & w15:color in w:sdtPrVasily Melenchuk2-4/+45
2021-11-30tdf#54465 tdf#139336 sw: add compat. flag for footnote in columnAttila Szűcs1-0/+1
2021-11-30tdf#97899 DOCX import: allow character formatting only of numberingTünde Tóth1-10/+9
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-2/+2
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski1-2/+2
2021-11-18tdf#81507: word content control support for w:multiLineVasily Melenchuk2-1/+7
2021-11-17tdf#145718 sw, DOCX import: complete tracked text movingLászló Németh1-1/+8
2021-11-13Use o3tl::convertMike Kaganski2-15/+16
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann1-3/+4
2021-11-09RTF import: handle \snextMiklos Vajna4-0/+89
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin5-9/+9
2021-11-06related tdf#136472 writerfilter: only copy even pages if usedJustin Luth1-4/+5