summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2020-09-07tdf#135949 writerfilter: don't bRemove if anchoredObjectsJustin Luth3-0/+8
2020-09-07tdf#132271 DOCX: import change tracking in floating tablesLászló Németh2-1/+83
2020-09-07tdf#135665 DOCX: import tight wrap setting of VML shapesDaniel Arato (NISZ)1-0/+1
2020-09-04tdf#136354 DOCX import: fix vertical mirrored alignment on bottom marginTibor Nagy1-4/+4
2020-09-03tdf#131537 DOCX export: fix OLE "Display as icon"Daniel Arato (NISZ)1-2/+2
2020-08-29Fix typo in codeAndrea Gelmini3-4/+4
2020-08-29ofz#25268 Null-dereferenceCaolán McNamara1-10/+17
2020-08-28tdf#131801: sw: support of style references in ListAutoFormatVasily Melenchuk1-3/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann6-10/+10
2020-08-27remove some unused includes and update pchesCaolán McNamara1-1/+4
2020-08-27Fix typo in codeAndrea Gelmini1-3/+3
2020-08-27tdf#135653 OOXML import: fix OLE background colorAttila Bakos1-10/+28
2020-08-27Revert "tdf#123354 DOCX import: fix ABS formula"László Németh1-4/+0
2020-08-27Revert "tdf#123390 DOCX import: fix SIGN formula"László Németh1-5/+1
2020-08-27Revert "tdf#123356 DOCX import: fix COUNT formula"László Németh1-4/+0
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann3-12/+11
2020-08-23tdf#123356 DOCX import: fix COUNT formulaLászló Németh1-0/+4
2020-08-20tdf#123390 DOCX import: fix SIGN formulaLászló Németh1-1/+5
2020-08-20tdf#135187 DOCX import: fix table style at character formattingLászló Németh3-2/+16
2020-08-19Fix typoAndrea Gelmini1-1/+1
2020-08-18new loplugin:unusedvarsglobalNoel Grandin2-3/+0
2020-08-18tdf#123354 DOCX import: fix ABS formulaLászló Németh1-4/+9
2020-08-17tdf133647 tdf123386 tdf123389 fix DOCX table formula exportLászló Németh4-3/+15
2020-08-17tdf133647 tdf123386 tdf123389 Improved .docx table formula importMichael Warner5-3/+95
2020-08-15tdf#77794 writerfilter: compat15 - always bLayoutInCellJustin Luth3-1/+10
2020-08-14loplugin:simplifybool moreNoel Grandin4-6/+6
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