summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-01tdf#140668 Crashfix: disregard w:textDirection tag outside frameDaniel Arato (NISZ)1-2/+1
2021-03-01tdf#140137 Don't throw exception when w:gridCol is missing "w" attrAron Budea1-5/+13
2021-02-25tdf#136570 OOXML import: fix height of OLE objectsAttila Bakos (NISZ)1-10/+19
2021-02-25tdf#140572 writerfilter: ignore position in docDefaultsJustin Luth5-1/+23
2021-02-23loplugin:unusedmethodsNoel1-1/+0
2021-02-23loplugin:refcounting in writerfilterNoel2-8/+6
2021-02-18tdf#120351 DOCX import: fix slow endnote importLászló Németh6-127/+157
2021-02-15tdf#74367 DOCX: fix page margins imported as border paddingAttila Szűcs2-1/+5
2021-02-12tdf#76260 DOCX import: fix slow footnote importLászló Németh8-11/+153
2021-02-11Remove unneeded breaksAndrea Gelmini1-1/+0
2021-02-09tdf#134592 DOCX import: preserve formatting of CREATEDATE fieldsMiklos Vajna4-0/+31
2021-02-07Remove unneeded breaksAndrea Gelmini3-5/+0
2021-02-06tdf#91920 sw page gutter margin, from top: add RTF exportMiklos Vajna1-0/+3
2021-02-05tdf#91920 sw page gutter margin, from top: add DOCX filterMiklos Vajna3-0/+11
2021-02-04tdf#91920 sw page gutter margin: add RTF filterMiklos Vajna1-0/+5
2021-02-03tdf#91920 sw page gutter margin: add DOCX filterMiklos Vajna7-1/+14
2021-01-29loplugin:stringviewparam extend to new..Noel3-4/+4
2021-01-26tdf#137655 DOCX table import: fix zero para top marginLászló Németh1-3/+15
2021-01-26loplugin:passstuffbyrefNoel6-9/+9
2021-01-22tdf#138899 DOCX import: fix removing last para of sectionLászló Németh2-5/+6
2021-01-19tdf#135153 DOCX import: avoid line-of-text relation with to-para anchoringMiklos Vajna3-0/+29
2021-01-17return Color from BGRToRGBNoel Grandin1-8/+6
2021-01-16tdf#116394 writerfilter: append '=' if not a formula markerJustin Luth1-0/+2
2021-01-16make the Color constructors explicitly specify transparencyNoel5-14/+17
2021-01-14cid#1470700 try to help coverity see 'Using invalid iterator' is falseCaolán McNamara1-0/+1
2021-01-12tdf#138995 DOCX import: fix handling of textbox zordersMiklos Vajna1-0/+14
2021-01-10fix coverity parse errorsCaolán McNamara9-9/+9
2021-01-09fix coverity parse errorsCaolán McNamara2-2/+2
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann2-5/+6
2021-01-02introduce Degree100 strong_int typeNoel2-5/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-3/+5
2020-12-26New loplugin:stringliteralvarStephan Bergmann11-11/+11
2020-12-23Fix dubious OUStringLiteral with automatic storage durationStephan Bergmann1-1/+1
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-2/+2
2020-12-16tdf#138892 writerfilter: cancel style list if bNoNumberingJustin Luth4-8/+10
2020-12-15update pchesCaolán McNamara1-4/+2
2020-12-15tdf#118711 writerfilter: don't hardcode default page descriptionJustin Luth1-3/+7
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann6-8/+18
2020-12-10Catch inadvertent uses of OString(char) ctorStephan Bergmann1-1/+1
2020-12-09negative return passed to parameter that cannot be negativeCaolán McNamara1-1/+2
2020-12-08tdf#135217 DOCX import: remove no longer needed top/bottom margin syncMiklos Vajna3-9/+24
2020-12-07tdf#138612 DOCX import: fix lost part of split table cellLászló Németh1-3/+0
2020-12-04update pchesCaolán McNamara1-1/+2
2020-12-03Pass key by const& to the various addEmbeddedFont functionsStephan Bergmann2-2/+2