summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2021-09-15loplugin:constvarsNoel Grandin2-3/+3
2021-09-13tdf#123642: keep last bookmark at the document endVasily Melenchuk1-1/+74
2021-09-09reserve space in vector to reduce reallocationsNoel Grandin1-98/+99
2021-09-08Fix typosAndrea Gelmini1-1/+1
2021-09-07Avoid repeating the return type from the declarationMiklos Vajna2-3/+3
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin10-31/+7
2021-09-03Remove some unused includesMiklos Vajna1-1/+0
2021-09-03related tdf#137363: no NUMBERING_LEVEL 9(no-level) in paraJustin Luth1-0/+3
2021-09-02tdf#137363 DOCX filter: no NUMBERING_LEVEL 9(no-level) in stylesJustin Luth1-2/+8
2021-09-01tdf#137363 DOCX filter: outlineLvl not associated with iLvlJustin Luth2-4/+6
2021-08-28avoid unnecessary OString to OUString conversionNoel Grandin5-13/+13
2021-08-28Fix typosAndrea Gelmini1-1/+1
2021-08-27tdf#137363 DOCX filter: don't loose <w:ilvl w:val="..."> of paragraph stylesMiklos Vajna1-2/+4
2021-08-25tdf#143384 DOCX import: fix SAXException at header with tableAttila Szűcs3-1/+9
2021-08-24tdf#143692 writerfilter CN: reapply lost OutlineLevelJustin Luth3-0/+58
2021-08-23update some pchesCaolán McNamara1-5/+10
2021-08-23tdf#143692 writerfilter: fix outlineLevel import x3Justin Luth3-9/+21
2021-08-21tdf#95495 writerfilter: clear obsolete hackJustin Luth1-21/+0
2021-08-20tdf#142542 writerfilter: allow para to cancel style autoSpacingJustin Luth1-14/+22
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-20Make some scripts more portableIlmari Lauhakangas1-1/+1
2021-08-19tdf#143722 DOCX import: map using default TOC heading styleGabor Kelemen1-0/+1
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski2-3/+3
2021-08-18loplugin:constparamsNoel Grandin1-1/+1
2021-08-18tdf#134569 writerfilter: move tableParaProps on table endLevelJustin Luth1-0/+6
2021-08-16related tdf#134569 writerfilter: negative means table endJustin Luth2-2/+2
2021-08-15Resolves: tdf#137742 Workaround cheesy Google Docs writing language-only tagsEike Rathke1-1/+23
2021-08-12tdf#143318 DOCX import: fix missing redlines in flying tablesLászló Németh2-2/+9
2021-08-12tdf#131546 DOCX import: fix performance regression at tablesBalazs Santha1-18/+0
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-2/+2
2021-08-11tdf#143583 DOCX import: fix lost empty paragraphs of footnotesLászló Németh1-1/+3
2021-08-10Clean up remaining uses of boost::logic::triboolStephan Bergmann2-18/+17
2021-08-10Revert "tdf#58521 DOCX import: enable ContinuousEndnotes compat flag"Xisco Fauli1-1/+0
2021-08-10Revert "tdf#58521 Enable ContinuousEndnotes compat option for RTF too"Xisco Fauli2-4/+1
2021-08-04tdf#143476 improve import of lockedCanvasRegina Henschel1-1/+5
2021-08-03Avoid unsigned integer subtraction causing wrap-aroundStephan Bergmann1-2/+3
2021-07-29rtl::Static -> static localNoel Grandin1-9/+2
2021-07-29tdf#143526 fix and add Korean numberingDaeHyun Sung2-1/+13
2021-07-29crashreport writerfilter: findColumn(unsigned long,unsigned long)Justin Luth1-0/+6
2021-07-27tdf#143475 consider Word 2007 rotated image specialityRegina Henschel2-0/+32
2021-07-26crashtesting: assert on loading ooo127821-1.docxCaolán McNamara1-4/+4
2021-07-26cid#1489422 Improper use of negative valueCaolán McNamara1-6/+6
2021-07-26tdf#143517 partial revert "tdf#141964 writerfilter CN: get para...Justin Luth1-1/+1
2021-07-26tdf#142693 DOCX import: fix zeroing huge page sizesAttila Szűcs3-2/+8
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt3-3/+15
2021-07-24Fix typoAndrea Gelmini1-1/+1
2021-07-23tdf#143510 DOCX import: fix tracked table drag & dropLászló Németh4-0/+71
2021-07-23tdf#143455 exclude diagram from pos and margin adaptionsRegina Henschel3-4/+29
2021-07-23-Werror=maybe-uninitializedStephan Bergmann1-1/+1
2021-07-20tdf#143399 DOCX import: fix lost endnotes or footnotesLászló Németh2-8/+10