summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-21tdf#134709 writerfilter: consider gridAfter for table bordersJustin Luth1-3/+1
2020-07-11NFC writerfilter: cleanup gridAfter dead codeJustin Luth1-3/+3
2020-07-08tdf#129452 writerfilter: preserve gridSpans longer than currentRowJustin Luth1-32/+10
2020-07-07tdf#129452 writerfilter: preserve gridBefore longer than currentRowJustin Luth1-19/+7
2020-07-02tdf#133735 DOCX: fix paragraph settings of nested tablesLászló Németh1-0/+3
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-2/+2
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-3/+3
2020-05-04tdf#132514 DOCX import: fix lost table style with footerLászló Németh1-0/+17
2020-04-07tdf#131819 DOCX import: fix fixed size nested tableLászló Németh1-0/+6
2020-03-15cid#1460667 rework to avoid Assign instead of compareCaolán McNamara1-5/+13
2020-03-15!pCellWidths->empty() check means pCellWidths->size() > 0 is always trueCaolán McNamara1-1/+1
2020-03-11tdf#59274 DOCX import: fix tables with incomplete gridLászló Németh1-1/+36
2020-02-25tdf#123757 DOCX import: separate different style tablesLászló Németh1-5/+19
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+3
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen1-7/+1
2020-02-06DOCX import: don't give up on floating tables in headers completelyMiklos Vajna1-5/+5
2020-02-04tdf#108272 DOCX table-only header: fix SAX parser errorLászló Németh1-5/+5
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-3/+2
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin1-3/+3
2020-01-15tdf#94801 DOCX import: fix table width loss by roundingLászló Németh1-2/+6
2020-01-04tdf#129475 DOCX: fix gridAfter with shape-only cellsLászló Németh1-19/+9
2019-12-13loplugin:expandablemethodsNoel Grandin1-7/+2
2019-12-08fdo#38414 tdf#44986: DOCX table import: handle gridBefore/AfterLászló Németh1-9/+19
2019-12-08tdf#116194 DOCX import: fix missing tables with w:gridBeforeLászló Németh1-10/+27
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-3/+3
2019-11-27tdf#76586 fix table width of auto-width nested tablesLászló Németh1-2/+10
2019-11-09tdf124367 DOCX import: fix rounding error in table cell widthsBakos Attila1-2/+2
2019-11-04tdf#120315 DOCX import: fix cells merged verticallyBakos Attila1-4/+3
2019-10-03tdf#81100 DOCX import: repeat header according to table styleLászló Németh1-0/+9
2019-08-27Fix typosAndrea Gelmini1-1/+1
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin1-2/+2
2019-04-12tdf#124344 sw btlr writing mode, DOCX import: fix vertical alignmentMiklos Vajna1-7/+0
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist1-14/+14
2019-03-12tdf#123104 DOCX import: fix lack of vertical merge due to roundingMiklos Vajna1-1/+2
2019-03-09loplugin:singlevalfieldsNoel Grandin1-4/+0
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-3/+3
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-3/+3
2019-03-04new loplugin typedefparamNoel Grandin1-3/+3
2019-02-15sw btlr writing mode: implement DOCX filterMiklos Vajna1-14/+1
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin1-11/+11
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-4/+4
2018-12-01tdf#58944: comment DOCX table header row limit betterLászló Németh1-10/+10
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-2/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-10-08tdf#58944 DOCX import: workaround for hidden table headersLászló Németh1-2/+20
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov1-16/+7
2018-09-20tdf#64264 DOCX import: fix row count of repeating table headerLászló Németh1-1/+1
2018-09-11ofz#10228 Integer-overflowCaolán McNamara1-2/+2
2018-09-06ofz#10228 Integer-overflowCaolán McNamara1-1/+2
2018-07-23loplugin:unusedfieldsNoel Grandin1-1/+0