summaryrefslogtreecommitdiff
path: root/writerfilter/source
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-08tdf#141966 writerfilter CN: set minimum thresholdJustin Luth1-1/+2
2021-07-07ofz#35878 Null-dereferenceCaolán McNamara1-0/+2
2021-07-06tdf#143208 set property ContourOutside in docx importRegina Henschel1-0/+1
2021-07-06tdf#141966 writerfilter CN: fix chapter number identificationJustin Luth3-44/+66
2021-07-04tdf#142464: do not escape '/' is AM/PM when importing DOCX.Mike Kaganski1-26/+36
2021-07-03Simplify lcl_dateTimeFromSerialMike Kaganski1-18/+3
2021-07-02tdf#119952 DOCX import: fix negative page marginsAttila Szűcs5-82/+107
2021-07-01loplugin:unusedmethodsNoel Grandin1-2/+0
2021-06-30tdf#135316 make regex object static constNoel Grandin1-1/+1
2021-06-29Fix typosAndrea Gelmini1-1/+1
2021-06-29tdf#135316 share themePtr and ShapeFilterBase across all shapesNoel Grandin3-1/+33
2021-06-29new ODF numbered list parameter loext:num-list-formatVasily Melenchuk1-6/+8
2021-06-28Fix typosAndrea Gelmini1-1/+1
2021-06-28[API CHANGE] drop ShapeContextHandler service and interfaceNoel Grandin4-12/+10
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-2/+2
2021-06-28tdf#142304 a.o. Improve wrap margins in docx filtersRegina Henschel2-96/+196
2021-06-25tdf#135316 store stylesheets in a mapNoel Grandin2-27/+18
2021-06-23tdf#120629 doc {im,ex}port: accept known numberingTypesJustin Luth1-4/+0
2021-06-17 tdf#135316 docx open performance, cache next character style nameNoel Grandin5-19/+58
2021-06-15Remove some unused includesMiklos Vajna1-1/+0
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet1-2/+1
2021-06-10loplugin:unnecessaryreturn FontTable::addEmbeddedFontNoel Grandin2-3/+3
2021-06-09NFC compat cleanup: no need to specify default TabOverflowJustin Luth1-1/+0
2021-06-09Fix typosAndrea Gelmini1-1/+1
2021-06-08tdf#142404 DOCX c15: add compat flag TabOverSpacingJustin Luth1-0/+5
2021-06-01tdf#142404 DOCX c15: TabOverMargin no longer true in 2013+Justin Luth2-1/+1
2021-06-01tdf#142325 RTF import: tolerate invalid hex markup like "\'3?"Miklos Vajna1-5/+10
2021-05-27tdf#94628: sw: allow setting for bullet style for outline paragraphsJustin Luth1-1/+1
2021-05-27Fix typosAndrea Gelmini1-1/+1
2021-05-26tdf#139915 DOCX import: fix anchored obj position with to-char and TEXT_LINEMiklos Vajna1-5/+8
2021-05-25tdf#132752: docx import: improvements for first line indent in listsVasily Melenchuk1-1/+10
2021-05-13inline some typedefsNoel Grandin1-4/+1
2021-05-06tdf#128913 DOCX: import track changes of inline imagesLászló Németh3-0/+37