summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-4/+2
2020-08-11related tdf#135343 writerfilter: document broken nextColumnJustin Luth1-0/+4
2020-08-08related tdf#135216 writerfilter: don't bRemove para with fieldJustin Luth2-0/+2
2020-08-07tdf#112342 DOCX import: fix page break before image-only paragraphsAttila Bakos1-1/+7
2020-08-07tdf#135343 writerfilter: compat15 treats section nextCol as nextPageJustin Luth1-7/+21
2020-08-05tdf#134572 DOCX: Incorrect default value in dropdown text fieldsSerge Krot1-0/+9
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen3-0/+3
2020-08-02loplugin:flatten in writerfilterNoel Grandin15-2217/+2213
2020-08-01NFC writerfilter: change m_nColumnCount to be the # of colsJustin Luth2-19/+22
2020-07-30DOCX import: fix overlapping floating tables when anchored inside a tableMiklos Vajna3-0/+23
2020-07-27tdf#134610 sw: fix incorrect position of math object from DOCXMiklos Vajna1-2/+2
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