summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2021-09-21tdf#143591 DOCX import: handle anchored objects as at-charMiklos Vajna
2021-09-15loplugin:constvarsNoel Grandin
2021-09-13tdf#123642: keep last bookmark at the document endVasily Melenchuk
2021-09-09reserve space in vector to reduce reallocationsNoel Grandin
2021-09-08Fix typosAndrea Gelmini
2021-09-07Avoid repeating the return type from the declarationMiklos Vajna
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-03Remove some unused includesMiklos Vajna
2021-09-03related tdf#137363: no NUMBERING_LEVEL 9(no-level) in paraJustin Luth
2021-09-02tdf#137363 DOCX filter: no NUMBERING_LEVEL 9(no-level) in stylesJustin Luth
2021-09-01tdf#137363 DOCX filter: outlineLvl not associated with iLvlJustin Luth
2021-08-28avoid unnecessary OString to OUString conversionNoel Grandin
2021-08-28Fix typosAndrea Gelmini
2021-08-27tdf#137363 DOCX filter: don't loose <w:ilvl w:val="..."> of paragraph stylesMiklos Vajna
2021-08-25tdf#143384 DOCX import: fix SAXException at header with tableAttila Szűcs
2021-08-24tdf#143692 writerfilter CN: reapply lost OutlineLevelJustin Luth
2021-08-23update some pchesCaolán McNamara
2021-08-23tdf#143692 writerfilter: fix outlineLevel import x3Justin Luth
2021-08-21tdf#95495 writerfilter: clear obsolete hackJustin Luth
2021-08-20tdf#142542 writerfilter: allow para to cancel style autoSpacingJustin Luth
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-20Make some scripts more portableIlmari Lauhakangas
2021-08-19tdf#143722 DOCX import: map using default TOC heading styleGabor Kelemen
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18tdf#134569 writerfilter: move tableParaProps on table endLevelJustin Luth
2021-08-16related tdf#134569 writerfilter: negative means table endJustin Luth
2021-08-15Resolves: tdf#137742 Workaround cheesy Google Docs writing language-only tagsEike Rathke
2021-08-12tdf#143318 DOCX import: fix missing redlines in flying tablesLászló Németh
2021-08-12tdf#131546 DOCX import: fix performance regression at tablesBalazs Santha
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-11tdf#143583 DOCX import: fix lost empty paragraphs of footnotesLászló Németh
2021-08-10Clean up remaining uses of boost::logic::triboolStephan Bergmann
2021-08-10Revert "tdf#58521 DOCX import: enable ContinuousEndnotes compat flag"Xisco Fauli
2021-08-10Revert "tdf#58521 Enable ContinuousEndnotes compat option for RTF too"Xisco Fauli
2021-08-04tdf#143476 improve import of lockedCanvasRegina Henschel
2021-08-03Avoid unsigned integer subtraction causing wrap-aroundStephan Bergmann
2021-07-29rtl::Static -> static localNoel Grandin
2021-07-29tdf#143526 fix and add Korean numberingDaeHyun Sung
2021-07-29crashreport writerfilter: findColumn(unsigned long,unsigned long)Justin Luth
2021-07-27tdf#143475 consider Word 2007 rotated image specialityRegina Henschel
2021-07-26crashtesting: assert on loading ooo127821-1.docxCaolán McNamara
2021-07-26cid#1489422 Improper use of negative valueCaolán McNamara
2021-07-26tdf#143517 partial revert "tdf#141964 writerfilter CN: get para...Justin Luth
2021-07-26tdf#142693 DOCX import: fix zeroing huge page sizesAttila Szűcs
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
2021-07-24Fix typoAndrea Gelmini
2021-07-23tdf#143510 DOCX import: fix tracked table drag & dropLászló Németh
2021-07-23tdf#143455 exclude diagram from pos and margin adaptionsRegina Henschel
2021-07-23-Werror=maybe-uninitializedStephan Bergmann