summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2020-07-21tdf#134648 DOCX import: fix bottom auto margin of subitemLászló Németh1-0/+10
2020-07-21tdf#134709 writerfilter: consider gridAfter for table bordersJustin Luth10-25/+58
2020-07-21tdf#134400 RTF import: fix unexpected inner properties for picture-in-textframeMiklos Vajna5-0/+155
2020-07-20tdf#134685 DOCX table import: fix gridBefore + cell widthLászló Németh3-5/+12
2020-07-20compact namespace: writerfilterNoel Grandin66-310/+139
2020-07-18tdf#68326 writerfilter: default style type is paragraphJustin Luth1-0/+3
2020-07-16NFC tdf#116194 writerfilter: cleanup unused gridBefore piecesJustin Luth2-9/+1
2020-07-16tdf#134709 writerfilter: consider gridBefore for table bordersJustin Luth3-16/+18
2020-07-16tdf#132898 writerfilter: use last merged cell's bottom borderJustin Luth1-0/+12
2020-07-16loplugin:unusedmethodsNoel Grandin1-1/+0
2020-07-15tdf129452 writerfilter: only affect vertical Merge_restartJustin Luth1-2/+4
2020-07-15tdf#120760 DOCX shape import: fix Z-order with behindDocSzabolcs Toth1-4/+13
2020-07-15tdf#124423 sw: fix AutoSize width frames of DOCXAttila Szűcs1-0/+1
2020-07-14tdf#134793 DOCX import: fix numbering with inline imagesLászló Németh3-20/+12
2020-07-13tdf#129452 writerfilter: use column, not cell when comparing rowsJustin Luth3-4/+56
2020-07-13tdf#132483: DOCX import: fix OLE anchoring positionBakos Attila1-1/+3
2020-07-12update pchesCaolán McNamara1-2/+3
2020-07-11NFC writerfilter: cleanup gridAfter dead codeJustin Luth1-3/+3
2020-07-10tdf#118701 DOCX import: fix image position on page breakBakos Attila3-1/+18
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-10replace usage of blacklist with denylistThorsten Behrens3-5/+5
2020-07-09cid#1465231 Improper user of negative valueCaolán McNamara1-2/+2
2020-07-08tdf#134606 DOCX table import: fix gridBefore + nestingLászló Németh1-15/+30
2020-07-08tdf#129452 writerfilter: preserve gridSpans longer than currentRowJustin Luth5-33/+42
2020-07-07tdf#129452 writerfilter: preserve gridBefore longer than currentRowJustin Luth5-22/+30
2020-07-07tdf#134260: docx import: allow default value for list tab positionVasily Melenchuk1-0/+2
2020-07-07tdf#134264 writerfilter: fix DOCX->DOC of ADDRESSBLOCK fieldMichael Stahl1-3/+109
2020-07-02tdf#133735 DOCX: fix paragraph settings of nested tablesLászló Németh1-0/+3
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: writerfilterStephan Bergmann2-13/+13
2020-07-02tdf#123324 DOCX import: fix shape height relative to top page marginRegényi Balázs1-0/+7
2020-07-01tdf#133863 tdf#133864 DOCX shape import: width relative to insideRegényi Balázs1-0/+2
2020-07-01tdf#133070 DOCX import: fix shape height relative to bottom page marginRegényi Balázs1-0/+7
2020-06-26Upcoming improved loplugin:elidestringvar: writerfilterStephan Bergmann1-3/+3
2020-06-24tdf#128197: sw: different line height for DOCX with compat=14Vasily Melenchuk1-0/+8
2020-06-24tdf#133670 DOCX import: fix shape width relative to right marginSzabolcs Toth1-0/+8
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-3/+1
2020-06-23tdf#132976 DOCX import: fix shape width relative to left marginSzabolcs Toth1-0/+10
2020-06-19tdf#108505 DOCX: fix legacy dropdown fields direct font settingGabor Kelemen1-4/+9
2020-06-17tdf#134043 DOCX import: DropDown text field instead of ComboBox form controlSerge Krot1-14/+46
2020-06-17tdf#76817 DOCX: fix round-tripped outline numberingLászló Németh1-2/+8
2020-06-16tdf#133605: docx import: use ilvl value for list level importVasily Melenchuk2-13/+12
2020-06-15writerfilter: use std::any_of()Miklos Vajna2-11/+6
2020-06-15writerfilter: use default member initializerMiklos Vajna2-4/+2
2020-06-15tdf#128195 Keep spacing below last paragraph in header (docx)Samuel Mehrbrodt1-0/+2
2020-06-12tdf#76817: DOCX import: fix custom chapter numberingLászló Németh3-1/+11
2020-06-12tdf#76817: DOCX import: fix chapter numberingLászló Németh1-5/+9
2020-06-10tdf#133457 DOCX import: fix frame position regressionTibor Nagy1-3/+14
2020-06-10tdf#131070 DOCX import: fix indentation of direct numberingLászló Németh2-0/+26
2020-06-08tdf#132596 writerfilter: fix paste of RTF with header/footerMichael Stahl1-5/+11
2020-06-05Upcoming loplugin:elidestringvar: writerfilterStephan Bergmann1-4/+2