summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-4/+4
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski7-22/+20
2021-10-13writerfilter: remove a bunch of unused documents from gitXisco Fauli67-3/+0
2021-10-11loplugin:moveparam in writerfilterNoel Grandin3-7/+7
2021-10-11tdf#142407 fix incorrect number of lines in vertical writing.Mark Hung1-3/+3
2021-10-10Typo: CT_SytemColor_lastClr->CT_SystemColor_lastClrJulien Nabet1-1/+1
2021-10-04tdf#144609: numbering "None" should still show prefix/suffixVasily Melenchuk2-6/+7
2021-10-04tdf#77051 DOCX: fix user index and index entry supportLászló Németh3-12/+36
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-1/+1
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-1/+1
2021-09-27tdf#89383 DOCX import: fix permission for editingTünde Tóth8-236/+560
2021-09-27sw: paragraph styles: add DOCX filter for a linked character styleMiklos Vajna2-7/+37
2021-09-21tdf#143591 DOCX import: handle anchored objects as at-charMiklos Vajna1-5/+2
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