summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2021-05-06tdf#128913 DOCX: import track changes of inline imagesLászló Németh3-0/+37
2021-05-06tdf#121659 DOCX import: fix lost column break at shapesAttila Szűcs2-9/+15
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-04tdf#138782 DOCX import: fix frame positions of old docsAttila Bakos (NISZ)2-1/+5
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-5/+2
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-04-22Fix typosAndrea Gelmini1-2/+2
2021-04-22tdf#141540 fix docx import of group or line with rotationRegina Henschel5-6/+180
2021-04-20Document the new classes added in d8c0b63355af6caf3f0145dd1c10a93d63134a88Mike Kaganski2-0/+20
2021-04-19tdf#141548 DOCX import: fix lost text after endnoteRefLászló Németh1-1/+3
2021-04-16tdf#122222: add DOCX import of resolved comments as "done"Mike Kaganski16-2/+212
2021-04-16Small refactorMike Kaganski1-59/+22
2021-04-15We already have dynamic_casted the valueMike Kaganski1-3/+3
2021-04-15tdf#141660 DOCX import: fix footnotes of deletionsLászló Németh2-2/+9
2021-04-14static const char[] -> OUStringLiteralMike Kaganski1-38/+38
2021-04-14Use mpStream consistentlyMike Kaganski1-1/+1
2021-04-14tdf#100961 rtf import: fldlock is FIXEDFLDJustin Luth6-1/+15
2021-04-10-werror=maybe-uninitializedNoel Grandin1-1/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-15/+17
2021-04-07tdf#141341 docxexport: consolidate conversion of NumTypesJustin Luth1-1/+3
2021-04-06Fix typosAndrea Gelmini1-1/+1
2021-04-06update pchesCaolán McNamara1-1/+4
2021-04-06tdf#136740: reimplement the fix using existing m_bIsNewDocMike Kaganski1-2/+4
2021-04-05tdf#136740: Do not initialize document settings when pastingMike Kaganski1-1/+2
2021-04-05crashtesting: assert in fdo6872-1.docx in CopyImplImpl after SAXError exceptionCaolán McNamara2-19/+35
2021-04-01tdf#141341 writerfilter: use all NumberingTypes for pgNumFmtJustin Luth3-26/+8
2021-04-01tdf#140343 sw page rtl gutter margin: add RTF filterMiklos Vajna1-0/+6
2021-03-31tdf#141158 DOCX: import discarded headers/footersAttila Bakos (NISZ)1-0/+24
2021-03-31Make RTFKeyword and RTFControlType scoped enumsMike Kaganski9-4373/+4373
2021-03-31tdf#140343 sw page rtl gutter margin: add DOCX filterMiklos Vajna3-0/+11
2021-03-28tdf#95806 tdf#125877 tdf#141172 DOCX: fix tables in footnotesLászló Németh4-8/+72
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#125936 writerfilter: treat escapement in numbering like stylesJustin Luth4-2/+13
2021-03-23tdf#124176 Use pragma once in w*Vincent LE GARREC64-245/+64
2021-03-21cid#1473798 silence Unchecked return value from libraryCaolán McNamara1-1/+1
2021-03-21update pchesCaolán McNamara1-1/+1
2021-03-20tdf#140182 DOCX table import: fix extra page breakAttila Szűcs3-1/+14
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-10/+10
2021-03-18writerfilter: remove another pointless convertMm100ToTwipXisco Fauli1-3/+2
2021-03-16tdf#138895 DOCX filter: fix handling for effect extent vs line widthMiklos Vajna1-5/+31
2021-03-13update pchesJulien Nabet1-3/+2
2021-03-12Drop some unused includesMiklos Vajna2-4/+0
2021-03-10tdf#140597 DOCX import: fix missing tblPrEx borderLászló Németh1-1/+10
2021-03-08loplugin:refcounting check for one more caseNoel1-3/+3
2021-03-06update pchesJulien Nabet1-4/+1
2021-03-06update pchesJulien Nabet1-1/+4
2021-03-06tdf#135774 writerfilter Char highlight: revert tdf#117137Justin Luth1-2/+1
2021-03-05emplace_back: use perfect forwarding if possibleThorsten Behrens2-8/+6
2021-03-01tdf#140342 sw layout: remove explicit gutter handling when positioning bordersMiklos Vajna2-4/+25