summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2021-12-01writerfilter: extend SdtHelper for better support control typesVasily Melenchuk3-59/+63
2021-12-01improve the script for reducing symbol exportsNoel Grandin1-2/+2
2021-11-29tdf#137466: docx: support w:placeholder & w15:color in w:sdtPrVasily Melenchuk2-4/+45
2021-11-29tdf#97899 DOCX import: allow character formatting only of numberingTünde Tóth1-10/+9
2021-11-29tdf#54465 tdf#139336 sw: add compat. flag for footnote in columnAttila Szűcs1-0/+1
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-2/+2
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski1-2/+2
2021-11-18tdf#81507: word content control support for w:multiLineVasily Melenchuk2-1/+7
2021-11-17tdf#145718 sw, DOCX import: complete tracked text movingLászló Németh1-1/+8
2021-11-13Use o3tl::convertMike Kaganski2-15/+16
2021-11-12Fix (mis-)uses of temporary O[U]StringLiteralStephan Bergmann1-3/+4
2021-11-09RTF import: handle \snextMiklos Vajna4-0/+89
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin5-9/+9
2021-11-06related tdf#136472 writerfilter: only copy even pages if usedJustin Luth1-4/+5
2021-11-06NFC writerfilter: m_bDiscardHeaderFooter = false in both casesJustin Luth1-3/+1
2021-11-05NFC writerfilter: simplify logicJustin Luth1-2/+2
2021-11-05crashtesting: downgrade assert on bookmark missing from input docx to a warningCaolán McNamara1-1/+1
2021-11-04RTF import: fix too small graphic size when both picwgoal and picw are providedMiklos Vajna4-6/+98
2021-11-03loplugin:constparamsNoel Grandin1-1/+1
2021-11-01Prepare for removal of non-const operator[] from Sequence in writerfilterMike Kaganski12-104/+83
2021-10-23tdf#145215: docx: do not initialize prefix/suffix and include levelsVasily Melenchuk1-9/+0
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann2-5/+13
2021-10-21loplugin:flattenNoel Grandin2-29/+28
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-30/+30
2021-10-19writerfilter: give up if body text is missingMiklos Vajna1-0/+5
2021-10-19tdf#144798 DOCX import: handle ZOrder of chart objectsMiklos Vajna3-0/+21
2021-10-17Simplify vector initialization in writerfilterJulien Nabet1-8/+9
2021-10-15Avoid usage of incomplete types in member functions defined in-classStephan Bergmann1-6/+8
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