summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-16use common unit converter in docx import of wrap contourRegina Henschel1-8/+19
2021-07-16tdf#82111 rtf import: ensure CR before section breakJustin Luth1-0/+3
2021-07-15writerfilter: improve comments around compat flagsMiklos Vajna2-2/+2
2021-07-15tdf#58521 Enable ContinuousEndnotes compat option for RTF tooGabor Kelemen2-1/+4
2021-07-14tdf#141964 writerfilter CN: numId0 has different meaning for RTFJustin Luth2-5/+5
2021-07-14tdf#143219 improve docx import/export of contour wrapRegina Henschel1-13/+99
2021-07-14tdf#141964 writerfilter CN: only one style per outline levelJustin Luth5-0/+51
2021-07-13tdf#58521 DOCX import: enable ContinuousEndnotes compat flagGabor Kelemen1-0/+1
2021-07-11ofz#36037 Revert "pProperties in StyleSheetEntry is never nullptr"Noel Grandin3-8/+21
2021-07-11pProperties in StyleSheetEntry is never nullptrNoel Grandin3-21/+8
2021-07-11pProperties in StyleSheetEntry is always StyleSheetPropertyMapNoel Grandin4-20/+18
2021-07-10related tdf141964 writerfilter CN: drop obsolete exceptionJustin Luth1-2/+1
2021-07-10tdf#141964 writerfilter CN: why ignore paragraph's listId?Justin Luth2-18/+18
2021-07-09tdf#141964 writerfilter CN: also insert inherited listLevelsJustin Luth1-1/+1
2021-07-09tdf#141964 writerfilter CN: listLevel 9 means no numberingJustin Luth1-3/+4
2021-07-08tdf#141964 writerfilter CN: get paragraph and inherited listLevelJustin Luth2-6/+52
2021-07-08tdf#142700 DOCX: fix lost track changes of imagesLászló Németh2-1/+70