summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableHandler.cxx
AgeCommit message (Expand)Author
2021-07-02tdf#119952 DOCX import: fix negative page marginsAttila Szűcs
2021-03-28tdf#95806 tdf#125877 tdf#141172 DOCX: fix tables in footnotesLászló Németh
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-09-18tdf#123382 DOCX import: fix range IDs in column ALászló Németh
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-10tdf#123355 DOCX import: fix cell range ABOVE, BELOW,László Németh
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-20tdf#135187 DOCX import: fix table style at character formattingLászló Németh
2020-08-18new loplugin:unusedvarsglobalNoel Grandin
2020-07-30DOCX import: fix overlapping floating tables when anchored inside a tableMiklos Vajna
2020-07-21tdf#134709 writerfilter: consider gridAfter for table bordersJustin Luth
2020-07-16tdf#134709 writerfilter: consider gridBefore for table bordersJustin Luth
2020-07-16tdf#132898 writerfilter: use last merged cell's bottom borderJustin Luth
2020-07-15tdf129452 writerfilter: only affect vertical Merge_restartJustin Luth
2020-07-13tdf#129452 writerfilter: use column, not cell when comparing rowsJustin Luth
2020-06-10tdf#131070 DOCX import: fix indentation of direct numberingLászló Németh
2020-06-04tdf#133455 DOCX import: fix table border regressionLászló Németh
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-04tdf#132514 DOCX import: fix lost table style with footerLászló Németh
2020-04-08tdf#131959 DOCX: import tblInd from table styleLászló Németh
2020-04-07tdf#119760 docx: table starts at left, not mid-borderJustin Luth
2020-03-20tdf#118812 writerfilter: overrideTableStyleFontSizeAndJustificationJustin Luth
2020-03-18tdf#131304 .docx: flag new files as MS Word 2019 native modeJustin Luth
2020-03-12tdf#131258 DOCX: fix table styles in empty tablesLászló Németh
2020-03-02tdf#131062 DOCX import: fix table-style paragraph background colorLászló Németh
2020-02-24ofz#20801 Null-derefCaolán McNamara
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-21tdf#130799 DOCX import: fix missing inside vertical bordersSzabolcs Toth
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen
2020-02-19tdf#118812 DOCX import: fix table style preference – part 2László Németh
2020-02-12tdf#129575 DOCX import: fix table style preferenceLászló Németh
2020-02-12Revert "revert obsolete writerfilter hacks for tdf#119054 and tdf#128752"László Németh
2020-02-11related: tdf#106742 sw: DOCX import/export: fix default of table indentMichael Stahl
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-27tdf#95033 DOCX import: apply tblPrEx table borderLászló Németh
2020-01-07tdf#129452 DOCX import: fix bottom border of merged columnSzabolcs Toth
2020-01-07tdf#77796 DOCX: import table style based cell paddingLászló Németh
2020-01-06tdf#129450 DOCX import: fix bottom border of 1-row tablesSzabolcs Toth
2020-01-06tdf#129442 DOCX import: fix right border of 1-column tablesSzabolcs Toth
2019-12-20DOCX table import: fix interaction of 1-cell rows and "inside" vertical bordersMiklos Vajna
2019-12-16tdf#129242 Regression fixed for one cell table bordersSzabolcs Toth
2019-12-02revert obsolete writerfilter hacks for tdf#119054 and tdf#128752Justin Luth
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-20tdf#124399 DOCX import: don't apply inside borders to 1-cell tablesSzabolcs Toth
2019-11-19tdf#119054 DOCX: fix not table style based bottom marginLászló Németh
2019-11-15DOCX: clean-up paragraph bottom handling of table styleLászló Németh
2019-11-15tdf#128752 DOCX: fix partial direct paragraph spacing in tablesLászló Németh
2019-10-04ofz#17992 null derefCaolán McNamara